MediaWiki: Common.css

From 1st Presbyterian Church of Second Life
Jump to: navigation, search
Line 1: Line 1:
 
html, body {
 
html, body {
 
background: #c9b88c; /* site background */
 
background: #c9b88c; /* site background */
}
 
#gumax-page {
 
/* width: 990px; /* page width */
 
 
}
 
}
  
Line 47: Line 44:
  
 
#p-logo, #p-logo a, #p-logo a:hover {
 
#p-logo, #p-logo a, #p-logo a:hover {
height: 220px;
+
height: 225px;
 
width: 700px;
 
width: 700px;
 
position: relative; top: 17px;
 
position: relative; top: 17px;
Line 68: Line 65:
 
background: none;
 
background: none;
 
color: #999;
 
color: #999;
 +
z-index: 1000;
 
}
 
}

Revision as of 00:55, 5 February 2014

html, body {
	background: #c9b88c; /* site background */
}

#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: 15;
}

#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: 225px;
	width: 700px;
	position: relative; top: 17px;
	z-index: 20;
}

#gumax-content-body { 
	position: relative; top: -40px;
	background: #fff; /* content background */
	border: 1px solid #e3e4e5;
	padding: 20px; /* content padding */
	margin: 0;
}

#gumax-content-actions {
	position: relative; top:-30px; left: 275px;
	text-align: center; /* menu location */
	height: 27px;  /* need for IE win */
	white-space: nowrap;
	background: none;
	color: #999;
	z-index: 1000;
}