MediaWiki:Gadget-site-styles.css:修订间差异
imported>=海豚= 无编辑摘要 |
imported>=海豚= 新条目 |
||
| 第215行: | 第215行: | ||
text-shadow: none; | text-shadow: none; | ||
} | } | ||
.heimu:hover, | |||
.heimu:active, | |||
.heimu.off { | |||
transition: color .13s linear; | transition: color .13s linear; | ||
color: white!important; | color: white!important; | ||
} | } | ||
.heimu:hover a, | |||
a:hover .heimu, | |||
.heimu.off a, | |||
a:hover .heimu.off { | |||
transition: color .13s linear; | transition: color .13s linear; | ||
color: lightblue; | color: lightblue; | ||
} | } | ||
.heimu.off .new, | |||
.heimu.off .new:hover, | |||
.new:hover .heimu.off, | |||
.heimu.off .new, | |||
.heimu.off .new:hover, | |||
.new:hover .heimu.off { | |||
transition: color .13s linear; | transition: color .13s linear; | ||
color: #BA0000; | color: #BA0000; | ||
} | |||
/* gallery画廊样式 */ | |||
.skin-minerva .gallery { | |||
padding-left: 2px; | |||
} | |||
.skin-minerva .gallerytextwrapper, .skin-minerva .gallerytext { | |||
box-sizing: border-box; | |||
width: 100% !important; | |||
} | |||
.gallerytext > p { | |||
margin: 0.5em 0; | |||
} | } | ||
/* 界面底部样式 */ | /* 界面底部样式 */ | ||