Difference between revisions of "MediaWiki:Common.css"

From ICANNWiki
Jump to navigation Jump to search
Line 80: Line 80:
 
width: 100%;
 
width: 100%;
 
height: 150px;
 
height: 150px;
 +
}
 +
.AOW {
 +
background:#466f81;
 +
font-family:sans-serif;
 +
font-size:120%;
 +
font-weight:bold;
 +
border:2px solid #0d8323;
 +
text-align: left;
 +
color:#FFF;
 +
padding-left:0.4em;
 +
padding-top:0.2em;
 +
padding-bottom:0.2em;
 
}
 
}

Revision as of 17:59, 11 August 2015

/* CSS placed here will be applied to all skins */

/* No page name on main page (en) */
 body.page-Main_Page h1.firstHeading {
 	display: none;
 }

.IW_BigGreenIconBox {
    border-spacing: 0px;
    border: 1px solid #28903b;
    display: inline-block !important;
}

.IW_BigGreenIconBox td {
    text-align: center;
    width: 85px;
}

.IW_BigGreenIconBox td img {
    margin: -2px;
}

.IW_MissionAndSponsorsBox {
	float: right;
	border: 1px solid #c0c0c0; 
	border-bottom: 1px solid #c0c0c0;
	width: 375px;
	margin-left: 20px;
	background-color: #FFF;
}

.IW_MissionAndSponsorsBox .MissionStatement {
	color: #000;
	background-color: #f6f6f6;
	padding: 5px 10px;
	border: 1px solid #0d8323;
	text-align:center;
}

.IW_MissionAndSponsorsBox .Sponsors {
	margin: 0;
	font-family: sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 20px 0px 20px 15px;
}

.IW_MissionAndSponsorsBox .Sponsors .Title {
	font-size: 20px;
	font-weight: bold;
}

.IW_MissionAndSponsorsBox .Sponsors .AskButton {
	width: 300px;
	margin: 25px auto;
	padding-bottom: 0px;
}

.gTLD_InfoBox {
	background-color: #f6f6f6;
	border: 2px solid #466f81; 
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
	height: 150px;
}

.gTLD_InfoBox .Dimensions {
	width: 200px;
	height: 125px;
	float: left;
	margin: 0px 20px 0 0;
	border-right: 1px solid #bdbdbd;
}
.gTLD_Info {
	background-color: #f6f6f6;
	border: 2px solid #466f81; 
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
	height: 150px;
}
.AOW {
	background:#466f81;
	font-family:sans-serif;
	font-size:120%;
	font-weight:bold;
	border:2px solid #0d8323;
	text-align: left;
	color:#FFF;
	padding-left:0.4em;
	padding-top:0.2em;
	padding-bottom:0.2em;
}