MediaWiki:Common.css:修订间差异
小 已还原Msnhinet8(讨论)的编辑至最后由Winston Sung - zh修订的版本 |
无编辑摘要 |
||
第122行: | 第122行: | ||
text-align: right; | text-align: right; | ||
} | } | ||
/* Transparent edit save page */ | |||
#editarea .loading-background { | |||
background-color: rgba(255,255,255,0.6); | |||
} | |||
} | } |
2022年10月16日 (日) 14:37的版本
/* LicenseImage */
.license-description {
clear: both;
/* visibility: hidden; */
margin: 18px 0 18px 12px;
height: 31px;
}
.license-description:before {
display: inline-block;
float: right;
visibility: visible;
margin-left: 5.6px;
width: 88px;
height: 31px;
content: "";
background: url(https://static.wikia.nocookie.net/zhwikia/images/c/c0/MediaWiki-2020-button.svg/revision/latest?cb=20210401052111);
background-size: 88px 31px;
}
.license-description:after {
display: inline-block;
float: right;
visibility: visible;
margin-left: 5.6px;
width: 88px;
height: 31px;
content: "";
background: url(https://static.wikia.nocookie.net/worldpedias/images/a/a9/CC-BY-SA.png/revision/latest?cb=20170704005519&path-prefix=zh);
}
/* Styles for main page banner */
#mainpage-banner > div {
line-height: 120px;
}
#mainpage-banner > div > div {
line-height: 1.5em;
vertical-align: middle;
}
#mainpage-banner-title {
float: left;
margin-left: 20px;
width: 270px;
}
#mainpage-banner-title > div {
display: inline-block;
}
#mainpage-banner-title h1 {
font-size: 2em;
margin: 0;
padding: 0;
line-height: 1.6em;
}
#mainpage-banner-title p {
margin: 0;
padding: 0;
font-size: 90%;
}
#mainpage-banner-intro > div {
display: inline-block;
text-align: center;
}
#mainpage-banner-intro .number-of-articles a {
font-size: 120%;
font-family: sans-serif;
font-weight: bold;
}
#mainpage-banner-intro p {
margin: 0;
padding-bottom: .3em;
letter-spacing: .1em;
font-weight: bold;
color: #457;
}
#mainpage-banner-intro table {
width: 100%;
}
#mainpage-banner-intro td {
vertical-align: top;
padding: 0 .5em;
}
#mainpage h1 {
font-weight: bold;
border: none;
}
@media all and ( min-width: 720px ) {
#mainpage {
clear: both;
}
#mainpage h2 {
font-weight: bold;
border: none;
}
#mainpage h2 {
font-size: 1.16em;
margin-bottom: .8em;
letter-spacing: .16em;
}
#mainpage-banner-logo {
float: left;
width: 112px;
height: 119px;
margin-bottom: 1px;
/* [[File:Wiki.png]] */
background-image: url("https://static.wikia.nocookie.net/worldpedias/images/b/bc/Wiki.png/revision/latest?cb=20170616114115&path-prefix=zh");
background-position: -25px 35px;
background-repeat: no-repeat;
}
#mainpage-banner {
clear: both;
}
#mainpage-banner {
/* [[File:Site-banner_blue.png]] */
background-image: url("https://static.wikia.nocookie.net/worldpedias/images/1/12/Site-banner_blue.png/revision/latest?cb=20220414144623&path-prefix=zh");
background-repeat: repeat-x;
height: 120px;
min-width: 592px; /* 112 + 20 + 270 + 170 + 20 */
}
#mainpage-banner-intro {
float: right;
margin-right: 20px;
width: 170px;
text-align: right;
}
/* Transparent edit save page */
#editarea .loading-background {
background-color: rgba(255,255,255,0.6);
}
}