MediaWiki:Gadget-site-styles.css:修订间差异

无编辑摘要
imported>=海豚=
无编辑摘要
imported>=海豚=
无编辑摘要
第96行: 第96行:
/* 导航菜单样式 */
/* 导航菜单样式 */
nav ul li a {
nav ul li a {
    box-shadow: inset 0 0 0 #f7af48;
    box-shadow: inset 0 0 0 #ffa92f;
    transition: all 0.1s ease-in !important;
    transition: all 0.1s ease-in !important;
}
}
nav ul li a:hover {
nav ul li a:hover {
    box-shadow: inset 7px 0 0 #f7af48;
    box-shadow: inset 7px 0 0 #ffa92f;
}
}
nav .mw-parser-output ul li a {
nav .mw-parser-output ul li a {
第155行: 第155行:
}
}
.header-container {
.header-container {
    background-color: #f7af48 !important;
    background-color: #ffa92f !important;
}
}
nav ul li a:hover {
nav ul li a:hover {
    box-shadow: inset 5px 0 0 0 #f7af48;
    box-shadow: inset 5px 0 0 0 #ffa92f;
    text-decoration: none;
    text-decoration: none;
}
}
第280行: 第280行:
/* 界面底部样式 */
/* 界面底部样式 */
.animations #mw-mf-page-center {
.animations #mw-mf-page-center {
    background-image: linear-gradient( -45deg,#f7af48 10px,transparent 11px);
    background-image: linear-gradient( -45deg,#ffa92f 10px,transparent 11px);
}
}
.tab .TabLabelText {
.tab .TabLabelText {
匿名用户