MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第95行: | 第95行: | ||
color: #ffffff !important; | color: #ffffff !important; | ||
text-decoration: underline !important; | text-decoration: underline !important; | ||
} | |||
.hp-nav-box { | |||
background: rgba(255, 255, 255, 0.85) !important; | |||
padding: 15px 20px !important; | |||
border-radius: 12px !important; | |||
display: inline-block !important; | |||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important; | |||
backdrop-filter: blur(8px); | |||
border: 1px solid rgba(255, 255, 255, 0.3) !important; | |||
text-align: center !important; | |||
} | } | ||
| 第102行: | 第113行: | ||
text-decoration: none !important; | text-decoration: none !important; | ||
padding: 2px 5px; | padding: 2px 5px; | ||
background: transparent !important; | |||
} | } | ||
.hp-nav-box a:hover { | .hp-nav-box a:hover { | ||
color: #2a5298 !important; | color: #2a5298 !important; | ||
background: rgba(26, 58, 108, 0. | text-decoration: underline !important; | ||
background: rgba(26, 58, 108, 0.05) !important; | |||
border-radius: 4px; | border-radius: 4px; | ||
} | } | ||