MediaWiki:Common.css
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/* 这里放置的CSS将应用于所有皮肤 */ /* Font Awesome */ @import url('https://cdn.staticfile.net/font-awesome/6.5.1/css/all.css'); /* 结束 */ .pfield { white-space: nowrap; } .infobox { float: right; margin-left: 40px; margin-bottom: 30px; width: 20em; } .infobox .infobox-title { font-size: 1.125em; text-align: center; } .infobox .infobox-header { text-align: center; } /* .infobox .infobox-label { border-bottom-width: unset !important; border-bottom-style: none !important; } .infobox .infobox-data { border-bottom-width: unset !important; border-bottom-style: none !important; } */ /* 黑幕 */ .heimu, .heimu * { transition: color 0.3s linear 0s; background-color: black; } .heimu:not(:hover), .heimu:not(:hover) * { color: black; } .heimu:hover { color: white; } .heimu:hover a:link { color: #99B2E6; } .heimu:hover a:visited { color: #B49FDF; } .heimu:hover a:active { color: #FFBB33; transition: none; } .heimu:hover a.new { color: #EE6666; }