Difference between revisions of "MediaWiki:Common.css"

(Created page with "CSS placed here will be applied to all skins: .note-info { background-color: #F0F0E7; background-image: url(//www.starcraftai.com/images/c/cc/Note.png); border-col...")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* 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 {
 
.note-info {

Revision as of 17:00, 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;
}