✨🎊 Postal Wiki 三周年! 🎊✨
🎂 2026.09.11 — 邮路三载,百科同行
MediaWiki:Common.css:修订间差异
来自Postal Wiki
(用户名已移除) 小无编辑摘要 |
Hashtag233(留言 | 贡献) 无编辑摘要 |
||
| 第58行: | 第58行: | ||
.navbox-odd{ | .navbox-odd{ | ||
background:none repeat scroll 0 0 transparent; | background:none repeat scroll 0 0 transparent; | ||
} | |||
.infoBox { | |||
margin: 1em 0; | |||
border: 1px solid #a2a9b1; | |||
background: #f8f9fa; | |||
clear: both; | |||
} | |||
.infoBoxContent { | |||
padding: 0.75em 1em; | |||
overflow: hidden; | |||
} | |||
.infoBoxTitle { | |||
font-weight: bold; | |||
font-size: 120%; | |||
margin-bottom: 0.3em; | |||
} | |||
.infoBoxIcon { | |||
float: left; | |||
margin-right: 0.8em; | |||
} | |||
.infoBoxText { | |||
overflow: hidden; | |||
} | |||
.infoBoxBelow { | |||
clear: both; | |||
margin-top: 0.5em; | |||
font-size: 90%; | |||
} | } | ||
2026年5月30日 (六) 07:48的版本
/* 这里放置的CSS将应用于所有皮肤 */
/* 为navbox做适配 */
table.navbox{
border:1px solid #AAA;
clear:both;
margin:auto;
padding:1px;
text-align:center;
width:100%;
}
table.navbox + table.navbox{
margin-top:-1px;
}
.navbox-title,
.navbox-abovebelow,
table.navbox th{
padding-left:1em;
padding-right:1em;
text-align:center;
}
.navbox-group{
font-weight:700;
white-space:nowrap;
}
.navbox,
.navbox-subgroup{
background:none repeat scroll 0 0 #FDFDFD;
}
.navbox-list{
border-color:#FDFDFD;
}
.navbox-title,
table.navbox th{
background:none repeat scroll 0 0 #A5E4A5;
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title{
background:none repeat scroll 0 0 #C0ECC0;
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow{
background:none repeat scroll 0 0 #E6F6E6;
}
.navbox-even{
background:none repeat scroll 0 0 #F5FCF5;
}
.navbox-odd{
background:none repeat scroll 0 0 transparent;
}
.infoBox {
margin: 1em 0;
border: 1px solid #a2a9b1;
background: #f8f9fa;
clear: both;
}
.infoBoxContent {
padding: 0.75em 1em;
overflow: hidden;
}
.infoBoxTitle {
font-weight: bold;
font-size: 120%;
margin-bottom: 0.3em;
}
.infoBoxIcon {
float: left;
margin-right: 0.8em;
}
.infoBoxText {
overflow: hidden;
}
.infoBoxBelow {
clear: both;
margin-top: 0.5em;
font-size: 90%;
}