MediaWiki: Common.css

From 1st Presbyterian Church of Second Life
Jump to: navigation, search
Line 7: Line 7:
  
 
#gumax-header {
 
#gumax-header {
/* border: 1px solid #000; /*debuging*/
+
border: 1px solid #000; /*debuging*/
 
z-index: 5;  /* make logo visible over content*/
 
z-index: 5;  /* make logo visible over content*/
 
margin: 0 auto;
 
margin: 0 auto;

Revision as of 23:25, 4 February 2014

html, body {
	background: #c9b88c; /* site background */
}
#gumax-page {
	/* width: 990px; /* page width */
}

#gumax-header {
	border: 1px solid #000; /*debuging*/
	z-index: 5;  /* make logo visible over content*/
	margin: 0 auto;
	padding: 0;
}
#gumax-p-navigation {
	position: absolute;
	top: 5px;
	width: 990px;
	margin-top: 0px;
	z-index: 0;
}

#gumax-nav { height: 42px; background: black; }

#gumax-nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; z-index:100}

#gumax-nav a {
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 10px;
	line-height: 1;
	}

#p-logo, #p-logo a, #p-logo a:hover {
	height: 230px; /* logo size */
	width: 780px; /* enable it if needed */
	z-index: 20;
}

#gumax-article-picture {
	/* display: none; /* disable gumax-article-picture */
}

#gumax-content-body { 
	/* background: #e7e8e9; /* content background */
}

#gumax-footer {
	/* background: #e1e1e1; /* footer background */
}