Difference between revisions of "MediaWiki:Common.css"

From NSWiki
Jump to: navigation, search
(Blanked the page)
(Replaced content with "/*.row.main-banner-row { margin: 0; border-width: 0px; line-height: 120%; border-style: solid; background-color: white; position: relative; box-shadow: 0px 1px 2px...")
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
+
/*.row.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;
 +
}
 +
*/

Latest revision as of 00:56, 3 December 2015

/*.row.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;
}
*/