Difference between revisions of "MediaWiki:Mobile.css"

From ICANNWiki
Jump to navigation Jump to search
Line 7: Line 7:
 
font-size:1.5em;
 
font-size:1.5em;
 
}
 
}
 +
.WelcomeBox {
 +
height:8em;
 +
width:100%;
 +
background:#d8dfe8;
 +
border:none;
 +
padding:0 0 -1em 0;
 +
margin:0 0 -1em 0;
 +
}

Revision as of 18:28, 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;
	border:none;
	padding:0 0 -1em 0;
	margin:0 0 -1em 0;
	}