Difference between revisions of "MediaWiki:Common.css"

From NSWiki
Jump to: navigation, search
(Blanked the page)
(main banner row)
Line 1: Line 1:
 
+
.main-banner-row {
 +
margin: 0;
 +
border-width: 0px;
 +
line-height: 120%;
 +
border-style: solid;
 +
background-color: white;
 +
position: relative;
 +
box-shadow: 0px 1px 2px #999;
 +
background-image: url('/logos/nswikibg.png');
 +
background-position: left center;
 +
background-repeat: no-repeat;
 +
text-align: center;
 +
font-size: small;
 +
color: #333;
 +
font-size: 175%;
 +
padding: 2em;
 +
}

Revision as of 21:45, 7 April 2014

.main-banner-row {
	margin: 0;
	border-width: 0px;
	line-height: 120%;
	border-style: solid;
	background-color: white;
	position: relative;
	box-shadow: 0px 1px 2px #999;
	background-image: url('/logos/nswikibg.png');
	background-position: left center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: small;
	color: #333;
	font-size: 175%;
	padding: 2em;
}