MediaWiki:Common.css:修订间差异

跳转到导航 跳转到搜索
添加487字节 、​ 2020年3月11日 (星期三)
无编辑摘要
(创建页面,内容为“→‎这里放置的CSS将应用于所有皮肤:​ →‎Reset italic styling set by user agent:​ cite, dfn { font-style: inherit; } →‎Straight quote marks for <q>:​…”
 
无编辑摘要
第1,207行: 第1,207行:
display: none;
display: none;
}
}
.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;
}

导航菜单