Difference between revisions of "MediaWiki:Common.css"

Line 11: Line 11:
 
border: 1px solid #DDD;
 
border: 1px solid #DDD;
 
}
 
}
 
 
.note-info {
 
.note-info {
 
   background-color: #F0F0E7;
 
   background-color: #F0F0E7;
Line 18: Line 17:
 
   /* @noflip */ padding-left: 30px;
 
   /* @noflip */ padding-left: 30px;
 
   min-height: 28px;
 
   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;
 +
}
 +
div.mpsubtitle {
 +
  margin-top:.5em;
 +
  font-weight: 700;
 +
  line-height: 10px;
 +
}
 +
div.mplinks {
 +
  text-align:center;
 +
  font-size:85%;
 
}
 
}

Revision as of 17:42, 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;
}
div.mpsubtitle {
  margin-top:.5em;
  font-weight: 700;
  line-height: 10px;
}
div.mplinks {
  text-align:center; 
  font-size:85%;
}