MediaWiki: Common.css

From 1st Presbyterian Church of Second Life
Jump to: navigation, search
Line 6: Line 6:
  
 
html, body {
 
html, body {
/* background: #c9b88c; /* site background */
+
background: #c9b88c; /* site background */
 
}
 
}
 
#gumax-page {
 
#gumax-page {

Revision as of 22:05, 4 February 2014

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

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

#p-logo, #p-logo a, #p-logo a:hover {
	height: 205px; /* 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 */
}