Difference between revisions of "MediaWiki:Mobile.css"

From ICANNWiki
Jump to navigation Jump to search
Line 11: Line 11:
 
width:100%;
 
width:100%;
 
background:#d8dfe8;
 
background:#d8dfe8;
border:none;
 
padding:0 0 0 0;
 
margin:0 0 0 0;
 
 
}
 
}

Revision as of 21:01, 25 August 2015

/* CSS placed here will affect users of the mobile site */
.AOW {
	background:#466f81;
	color:#FFF;
	padding:.2em 0 .2em .4em;
	font-style:bold;
	font-size:1.5em;
}
.WelcomeBox {
	height:8em;
	width:100%;
	background:#d8dfe8;
	}