「MediaWiki:Gadget-site-styles.css」:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要
imported>=海豚= 無編輯摘要 |
imported>=海豚= 無編輯摘要 |
||
| 第96行: | 第96行: | ||
/* 导航菜单样式 */ | /* 导航菜单样式 */ | ||
nav ul li a { | nav ul li a { | ||
box-shadow: inset 0 0 0 # | 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 # | 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: # | background-color: #ffa92f !important; | ||
} | } | ||
nav ul li a:hover { | nav ul li a:hover { | ||
box-shadow: inset 5px 0 0 0 # | 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,# | background-image: linear-gradient( -45deg,#ffa92f 10px,transparent 11px); | ||
} | } | ||
.tab .TabLabelText { | .tab .TabLabelText { | ||