MediaWiki: Common.css

From 1st Presbyterian Church of Second Life
Jump to: navigation, search
 
(117 intermediate revisions by 2 users not shown)
Line 1: Line 1:
html, body {
+
body { background-color: #c9b88c; }
background: #c9b88c; /* site background */
+
#content { background-color: #ffffff; }
}
 
#gumax-page {
 
/* width: 990px; /* page width */
 
}
 
 
 
#gumax-p-navigation {
 
position: absolute;
 
top: 5px;
 
width: 990px;
 
z-index: 10;
 
margin-top: 0px;
 
}
 
 
 
#gumax-nav {
 
    background: black;  /* navigation background */
 
    height: 10em;
 
}
 
 
 
 
 
#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 */
 
}
 

Latest revision as of 23:20, 1 June 2020

body { background-color: #c9b88c; }
#content { background-color: #ffffff; }