“MediaWiki:Common.css”的版本间的差异
		
		
		
		
		
		跳到导航
		跳到搜索
		
				
		
		
	
| 第19行: | 第19行: | ||
/* 回到顶部 */  | /* 回到顶部 */  | ||
.backToTop {  | .backToTop {  | ||
display: none;  | |||
width: 60px;  | |||
height: 50px;  | |||
line-height: 50px;  | |||
padding: 5px 0;  | |||
background-color: rgb(255, 255, 255);  | |||
color: rgb(102, 102, 102);  | |||
font-size: 12px;  | |||
text-align: center;  | |||
position: fixed;  | |||
_position: absolute;  | |||
right: 50px;  | |||
bottom: 100px;  | |||
_bottom: "auto";  | |||
cursor: pointer;  | |||
/* opacity: .6; */  | |||
border-radius: 100px;  | |||
filter: Alpha(opacity=60);  | |||
box-shadow: 0px 1px 8px 1.5px rgba(0, 0, 0, 0.35),0px 20px 70px 8px rgba(0, 0, 0, 0.25);  | |||
z-index: 999;  | |||
opacity: 0.9;  | |||
}  | }  | ||
2021年11月24日 (三) 21:15的版本
/* 这里放置的CSS将应用于所有皮肤 */
.heimu, .heimu a, a .heimu, .heimu a.new {
   background-color:  #252525;
    color:  #252525;
    text-shadow:  none;
 }
 .heimu:hover, .heimu:active,
 .heimu:hover .heimu, .heimu:active .heimu {
     color:  white !important;
 }
 .heimu:hover a, a:hover .heimu,
 .heimu:active a, a:active .heimu {
     color:  lightblue !important;
 }
 .heimu:hover .new, .heimu .new:hover, .new:hover .heimu,
 .heimu:active .new, .heimu .new:active, .new:active .heimu {
     color:  #BA0000 !important;
 }
/* 回到顶部 */
.backToTop {
display: none;
width: 60px;
height: 50px;
line-height: 50px;
padding: 5px 0;
background-color: rgb(255, 255, 255);
color: rgb(102, 102, 102);
font-size: 12px;
text-align: center;
position: fixed;
_position: absolute;
right: 50px;
bottom: 100px;
_bottom: "auto";
cursor: pointer;
/* opacity: .6; */
border-radius: 100px;
filter: Alpha(opacity=60);
box-shadow: 0px 1px 8px 1.5px rgba(0, 0, 0, 0.35),0px 20px 70px 8px rgba(0, 0, 0, 0.25);
z-index: 999;
opacity: 0.9;
}