MediaWiki: Common.css

From 1st Presbyterian Church of Second Life
Jump to: navigation, search
Line 13: Line 13:
 
#gumax-nav {  
 
#gumax-nav {  
 
     background: black; /* navigation background */
 
     background: black; /* navigation background */
     color: white;
+
     color: #ffffff;
 
}
 
}
  

Revision as of 22:10, 4 February 2014

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

html, body {
	background: #c9b88c; /* site background */
}
#gumax-page {
	/* width: 990px; /* page width */
}
#gumax-nav { 
    background: black; /* navigation background */
    color: #ffffff;
}

#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 */
}