MediaWiki: Common.css
From 1st Presbyterian Church of Second Life
| Line 11: | Line 11: | ||
margin-top: 0px; | margin-top: 0px; | ||
} | } | ||
| + | |||
.gumax-p-navigation-spacer { | .gumax-p-navigation-spacer { | ||
height: 10px; | height: 10px; | ||
| Line 19: | Line 20: | ||
background: black; /* navigation background */ | 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 { | #p-logo, #p-logo a, #p-logo a:hover { | ||
Revision as of 22:38, 4 February 2014
html, body {
background: #c9b88c; /* site background */
}
#gumax-page {
/* width: 990px; /* page width */
}
#gumax-p-navigation {
position: relative;
z-index: 900;
margin-top: 0px;
}
.gumax-p-navigation-spacer {
height: 10px;
/* border-top: 2px solid #FF8800; /**/
}
#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: 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 */
}