MediaWiki: Common.css

From 1st Presbyterian Church of Second Life
Revision as of 00:15, 5 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-header {
	z-index: 1;  /* make logo visible over content*/
	margin: 0 auto;
	padding: 0;
}

#gumax-p-navigation {
	position: absolute; top: 5px;
	width: 990px;
	margin-top: 5px;
	z-index: 600;
}

#gumax-nav { height: 42px; background: black; }

#gumax-nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; z-index:100}
 
#gumax-nav a {
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 10px;
	line-height: 1;
	}

#gumax-searchBody {
	position: relative; left: -15px; top: -123px;
	padding: 0;
	margin: 5px 0;
	text-align: right;
	vertical-align: middle;
	z-index: 700;
}

#gumax-p-login ul {
	position: relative; left: 25px; top: -30px;
	width: auto;
	list-style: none;
	padding: 0; margin: 3em;
}

#p-logo, #p-logo a, #p-logo a:hover {
	height: 230px;
	width: 780px;
	position: relative;
	z-index: 20;
}