MediaWiki: Common.css

From 1st Presbyterian Church of Second Life
Revision as of 22:47, 4 February 2014 by Neill (talk | contribs)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
html, body {
	background: #c9b88c; /* site background */
}
#gumax-page {
	/* width: 990px; /* page width */
}

#gumax-p-navigation {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	z-index: 900;
	margin-top: 0px;
}

#gumax-nav { 
    background: black;  /* navigation background */
}


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

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

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

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