MediaWiki:Common.css:修订间差异
无编辑摘要 |
无编辑摘要 标签:已被回退 |
||
第37行: | 第37行: | ||
max-width: 60px !important; | max-width: 60px !important; | ||
margin-right: 10px !important; | margin-right: 10px !important; | ||
} | |||
/* navbox */ | |||
.navbox { | |||
border: 4px solid #d0b495; | |||
border-radius: 0px; | |||
display: table; | |||
width: 100%; | |||
margin: 0.5em auto; | |||
border-collapse: collapse; | |||
position: relative | |||
} | |||
.navbox-title { | |||
background: #efe6dc; | |||
} | |||
.navbox-vde { | |||
position: absolute; | |||
left: 1em; | |||
font-size: 10px | |||
} | |||
.navbox-title > th > .mw-collapsible-toggle { | |||
position: absolute; | |||
right: 0.5em | |||
} | |||
.navbox-gutter > td { | |||
padding: 0; | |||
border-bottom: 1px solid #d0b495; | |||
} | |||
.navbox-group { | |||
background: #e8daca; | |||
border-right: 1px solid #d0b495; | |||
} | |||
.navbox-list { | |||
background: #e8daca; | |||
white-space: normal; | |||
padding: 0 .5em | |||
} | } |
2024年7月10日 (三) 11:11的版本
/* 这里放置的CSS将应用于所有皮肤 */
/* WIKI背景图 */
body {
background: url("https://i.17173cdn.com/g8bz6k/hbr/e/ea/hbrbackground.png") fixed no-repeat center center / cover;
}
.description-container {
text-align: center;
color: lightslategray;
box-shadow: rgba(0,0,0,0.24) 0px 3px 8px 0px;
border-radius: 0.5em;
margin: 10px 0 10px 0;
padding: 10px;
display: table;
width: 100%;
margin: 12px 0;
font-style: normal;
background: #4e57741a;
border-left: 3px solid #3c4f6a;
overflow: hidden
}
.description-display {
display: table-cell;
vertical-align: middle
}
..so-page .so-content-in .mw-parser-output .description-container {
color: white;
}
/* logo */
.so-logo-img {
height: auto;
width: 60px;
max-width: 60px !important;
margin-right: 10px !important;
}
/* navbox */
.navbox {
border: 4px solid #d0b495;
border-radius: 0px;
display: table;
width: 100%;
margin: 0.5em auto;
border-collapse: collapse;
position: relative
}
.navbox-title {
background: #efe6dc;
}
.navbox-vde {
position: absolute;
left: 1em;
font-size: 10px
}
.navbox-title > th > .mw-collapsible-toggle {
position: absolute;
right: 0.5em
}
.navbox-gutter > td {
padding: 0;
border-bottom: 1px solid #d0b495;
}
.navbox-group {
background: #e8daca;
border-right: 1px solid #d0b495;
}
.navbox-list {
background: #e8daca;
white-space: normal;
padding: 0 .5em
}