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。
/* Template:Infobox */
.infobox {
background: rgba(128, 128, 128, 0.05);
border: 1px solid rgba(128, 128, 128, 0.67);
border-collapse: collapse;
}
@media (min-width: 720px) {
.infobox {
float: right;
width: 300px;
margin-left: 1.5rem;
margin-bottom: 1.5rem;
}
}
.infobox-titlebar {
background: rgba(228, 228, 228, 0.33);
color: black;
}
.infobox th,
.infobox td {
text-align: center;
padding: 1px;
}
body.page-希服维基_首页 .firstHeading,
body.page-希服维基_首页 #siteSub,
body.page-希服维基_首页 #header-pagetitle,
.choose-container * {
display: none;
}
.choose-container :first-child {
display: initial;
}
.vector-page-titlebar::after {
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background-color: #a2a9b1;
}