Difference between revisions of "MediaWiki:Common.css"

Line 36: Line 36:
 
   display: inline-block;
 
   display: inline-block;
 
   text-align: center;
 
   text-align: center;
}
 
.lp-banner > div > div {
 
  margin-top: .5em;
 
 
}
 
}
 
div.mpwelcome {
 
div.mpwelcome {
Line 51: Line 48:
 
}
 
}
 
div.mpsubtitle {
 
div.mpsubtitle {
 +
  margin-top: .5em;
 
   font-weight: 700;
 
   font-weight: 700;
 
   line-height: 10px;
 
   line-height: 10px;
Line 62: Line 60:
 
}
 
}
 
div.mplinks {
 
div.mplinks {
 +
  margin-top: .5em;
 
   font-size:85%;
 
   font-size:85%;
 
}
 
}

Revision as of 18:13, 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: 130px;
  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: 170px;
  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: .5em;
  font-size:85%;
}