Difference between revisions of "MediaWiki:Gadget-site.css"
(25 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | .mw-wiki-logo { | ||
+ | background-size: 135px 135px; | ||
+ | } | ||
+ | |||
.externalimage-holder { | .externalimage-holder { | ||
position: relative; | position: relative; | ||
Line 8: | Line 12: | ||
.tianqi { | .tianqi { | ||
− | float: | + | float: left; |
− | + | background: #fff; | |
− | |||
− | background: # | ||
− | |||
border-radius: .2em; | border-radius: .2em; | ||
padding-top:1em; | padding-top:1em; | ||
− | padding- | + | padding-bottom: 1em; |
− | |||
} | } | ||
Line 22: | Line 22: | ||
font-family: Roboto; | font-family: Roboto; | ||
font-weight: 300; | font-weight: 300; | ||
− | font-size: 1. | + | font-size: 1.2em; |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
color:#5b5b5b; | color:#5b5b5b; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
.temp { | .temp { | ||
− | |||
font-family:Roboto; | font-family:Roboto; | ||
font-weight: 300; | font-weight: 300; | ||
− | font-size: | + | font-size: 1.2em; |
− | |||
color:#5b5b5b; | color:#5b5b5b; | ||
} | } | ||
− | . | + | .skycon { |
font-family:Roboto; | font-family:Roboto; | ||
− | font- | + | font-weight: 300; |
− | + | font-size: 1.2em; | |
− | + | color:#5b5b5b; | |
− | |||
} | } | ||
− | . | + | .poetry { |
− | + | float: right; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | float: | ||
− | |||
− | |||
font-family:Roboto; | font-family:Roboto; | ||
− | + | font-weight: 300; | |
− | + | font-size: 1.2em; | |
− | + | margin-top: 80px; | |
− | + | width:20em; | |
− | + | min-height:320px; | |
− | + | background: #fff; | |
− | + | border-radius: .2em; | |
− | + | padding-top:1em; | |
− | + | padding-left: 1em; | |
− | + | padding-right:1em; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | . | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Latest revision as of 17:21, 6 December 2018
.mw-wiki-logo {
background-size: 135px 135px;
}
.externalimage-holder {
position: relative;
}
.externalimage-holder img {
max-width: 100%;
height: auto;
}
.tianqi {
float: left;
background: #fff;
border-radius: .2em;
padding-top:1em;
padding-bottom: 1em;
}
.city {
font-family: Roboto;
font-weight: 300;
font-size: 1.2em;
color:#5b5b5b;
}
.temp {
font-family:Roboto;
font-weight: 300;
font-size: 1.2em;
color:#5b5b5b;
}
.skycon {
font-family:Roboto;
font-weight: 300;
font-size: 1.2em;
color:#5b5b5b;
}
.poetry {
float: right;
font-family:Roboto;
font-weight: 300;
font-size: 1.2em;
margin-top: 80px;
width:20em;
min-height:320px;
background: #fff;
border-radius: .2em;
padding-top:1em;
padding-left: 1em;
padding-right:1em;
}