MediaWiki:Common.css:修订间差异
跳到导航
跳到搜索
(创建页面,内容为“→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; }”) |
无编辑摘要 |
||
(未显示同一用户的5个中间版本) | |||
第21行: | 第21行: | ||
text-align: center; | text-align: center; | ||
padding: 1px; | 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 { | |||
display: block; | |||
content: ''; | |||
position: absolute; | |||
bottom: 0; | |||
left: 0; | |||
right: 0; | |||
height: 1px; | |||
background-color: #a2a9b1; | |||
} | |||
.vector-sitenotice-container{ | |||
display: none; | |||
} | |||
.mw-body h1, .mw-body-content h1, .mw-body-content h2 { | |||
font-family:-apple-system,"Segoe UI","Helvetica Neue",Helvetica,"Nimbus Sans L",Arial,"Liberation Sans",sans-serif; | |||
} | } |
2025年1月11日 (六) 22:36的最新版本
/* 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 {
display: block;
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background-color: #a2a9b1;
}
.vector-sitenotice-container{
display: none;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family:-apple-system,"Segoe UI","Helvetica Neue",Helvetica,"Nimbus Sans L",Arial,"Liberation Sans",sans-serif;
}