MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第247行: | 第247行: | ||
body.page-Monthly_Home #siteSub { | body.page-Monthly_Home #siteSub { | ||
display: none !important; | display: none !important; | ||
} | |||
/* 移除主页内所有链接的虚线或实线边框 */ | |||
.homepage-container a, .homepage-container a:hover, .homepage-container a:active { | |||
text-decoration: none !important; | |||
border: none !important; | |||
outline: none !important; | |||
} | |||
/* 强行抹除 MediaWiki 内部可能生成的 div 边框 */ | |||
.hp-clean-card div, .hp-clean-card table, .hp-clean-card td { | |||
border: none !important; | |||
background: transparent !important; | |||
} | |||
/* 针对“关于本站”这种嵌入页面的特殊处理,去除其可能带有的 mbox 样式 */ | |||
.hp-about-content > div { | |||
border: none !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
box-shadow: none !important; | |||
} | } | ||