MediaWiki:Common.css:修订间差异
外观
无编辑摘要 |
无编辑摘要 |
||
第16行: | 第16行: | ||
@keyframes heimulinkgc{to{color:#3B8BFF}} | @keyframes heimulinkgc{to{color:#3B8BFF}} | ||
/* --[[模板:黑幕]]-- */ | /* --[[模板:黑幕]]-- */ | ||
/* --[ | /* --[模板:计时]-- */ | ||
.countdown-timer { | |||
font-family: monospace; | |||
font-size: 1.1em; | |||
color: #333; | |||
padding: 5px; | |||
background-color: #f8f9fa; | |||
border-radius: 3px; | |||
display: inline-block; | |||
} | |||
.countdown-timer span { | |||
font-weight: bold; | |||
color: #d33; | |||
} | } |
2025年4月12日 (六) 01:43的版本
/* 全站CSS,对所有用户加载。*/
/* 参考bwiki
/* 调整鼠标样式 */
html, body{
cursor: url("https://patchwiki.biligame.com/images/wukong/b/bb/sb51zsgl3cjtl7eapbp6f8q651rtyn0.png"),auto;
}
/* ==[[模板:黑幕]]== */
.heimu,.heimu a:link,.heimu a:visited,.heimu a.external:visited,.heimu rt{background-color:#000;color:#000}
.heimu:hover,.heimu:hover rt{-webkit-animation:heimugc 0.5s forwards;animation:heimugc 0.5s forwards;}
.heimu:hover a:link,.heimu:hover a:visited{-webkit-animation:heimulinkgc 0.5s forwards;animation:heimulinkgc 0.5s forwards;}
@-webkit-keyframes heimugc{to{color:#FFF}}
@keyframes heimugc{to{color:#FFF}}
@-webkit-keyframes heimulinkgc{to{color:#3B8BFF}}
@keyframes heimulinkgc{to{color:#3B8BFF}}
/* --[[模板:黑幕]]-- */
/* --[模板:计时]-- */
.countdown-timer {
font-family: monospace;
font-size: 1.1em;
color: #333;
padding: 5px;
background-color: #f8f9fa;
border-radius: 3px;
display: inline-block;
}
.countdown-timer span {
font-weight: bold;
color: #d33;
}