Difference between revisions of "MediaWiki:Common.css"
Line 3: | Line 3: | ||
.note { | .note { | ||
− | + | padding: 0.5em; | |
− | + | margin: 0.5em 0; | |
− | + | overflow: hidden; | |
− | + | background-color: #F9F9F9; | |
− | + | background-position: 4px 2px; | |
− | + | background-repeat: no-repeat; | |
− | + | border: 1px solid #DDD; | |
} | } | ||
.note-info { | .note-info { | ||
Line 30: | Line 30: | ||
} | } | ||
.lp-banner { | .lp-banner { | ||
− | padding-left: | + | padding-left: 150px; |
text-align: center; | text-align: center; | ||
} | } |
Revision as of 17:17, 19 June 2015
/* CSS placed here will be applied to all skins */
.note {
padding: 0.5em;
margin: 0.5em 0;
overflow: hidden;
background-color: #F9F9F9;
background-position: 4px 2px;
background-repeat: no-repeat;
border: 1px solid #DDD;
}
.note-info {
background-color: #F0F0E7;
background-image: url(//www.starcraftai.com/images/c/cc/Note.png);
border-color: #cc9933;
/* @noflip */ padding-left: 30px;
min-height: 28px;
}
/* Main page banner */
.lp-banner-container {
padding: 1px;
width: 100%;
min-height: 100px;
background: #deeefc url(http://wiki.teamliquid.net/starcraft/skins/dtrush/MPDT.png) no-repeat;
border: 1px solid #537493;
background-clip: content-box;
}
.lp-banner {
padding-left: 150px;
text-align: center;
}
.lp-banner > div {
display: inline-block;
text-align: center;
}
div.mpwelcome {
font-weight: 900;
line-height: 40px;
letter-spacing: -.08em;
font-family: "Helvetica Neue LT Com 95 Black","Helvetica Neue CE 95 Black","Helvetica Neue 95 Black","HelveticaNeue LT Com 95 Black","HelveticaNeue CE 95 Black","HelveticaNeue 95 Black","HelveticaNeue-Black","Helvetica Neue Black","Arial Black","Helvetica Neue",sans-serif;
font-size: 40px;
position: relative;
color: #103352;
text-shadow: #103352 0 0 1px;
}
div.mpsubtitle {
margin-top: .5em;
font-weight: 700;
line-height: 10px;
letter-spacing: -.03em;
text-align: left;
font-family: "Helvetica Neue LT Com 65 Medium","Helvetica Neue CE 65 Medium","Helvetica Neue 65 Medium","HelveticaNeue LT Com 65 Medium","HelveticaNeue CE 65 Medium","HelveticaNeue 65 Medium",HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 23px;
color: #0c2e4c;
margin-left: .25em;
text-shadow: #0c2e4c 0 0 1px;
}
div.mplinks {
margin-top: 1em;
font-size:85%;
}