MediaWiki: Common.css

From 1st Presbyterian Church of Second Life
Jump to: navigation, search
Line 14: Line 14:
 
#gumax-p-navigation {
 
#gumax-p-navigation {
 
position: absolute;
 
position: absolute;
 +
color: white;
 
z-index: 900;
 
z-index: 900;
 
margin-top: 0px;
 
margin-top: 0px;
Line 23: Line 24:
 
#gumax-nav {  
 
#gumax-nav {  
 
     background: black; /* navigation background */
 
     background: black; /* navigation background */
    color: #ffffff;
 
 
}
 
}
  

Revision as of 22:22, 4 February 2014

/*
 * -----------------------------------
 * Most wanted tags for GuMax
 * -----------------------------------
 */

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

#gumax-p-navigation {
	position: absolute;
	color: white;
	z-index: 900;
	margin-top: 0px;
}
.gumax-p-navigation-spacer {
	height: 10px;
	/* border-top: 2px solid #FF8800; /**/
}
#gumax-nav { 
    background: black; /* navigation background */
}

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

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

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

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