MediaWiki: Common.css

From 1st Presbyterian Church of Second Life
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: body { background-color: #C9B88C; background-image: none; }")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
/*
 +
* -----------------------------------
 +
* Most wanted tags for GuMax
 +
* -----------------------------------
 +
*/
  
body {
+
html, body {
background-color: #C9B88C;
+
/* background: #c9b88c; /* site background */
background-image: none;
+
}
 +
#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 */
 
}
 
}

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