/* Anti-Caching: 0.56969700 1711714355 */ body { font-family: sans-serif; margin: 30px 0; text-align: center; color: #000; background-color: #999; } #websiteContainer { width: 760px; margin: 0 auto; text-align: justify; } #banner { display: block; margin: 0 auto; } #content { position: relative; margin-left: 10em; padding: 1em; } /* uhhh?? is this not needed anymore? are there no borders drawn by default? img { border: none; } */ /* links */ a:link { color: #000; } a:visited { color: #666; } a:active, a:hover { color: #ff8040; } /* nav */ #nav { list-style: none; float: left; width: 10em; padding: 0.5em 2em 1em 0.5em; margin: 2.5em 0 1em 0; font-size: 0.8em; } #nav ul { list-style: none; margin-left: 0; padding-left: 1em; /* border: 1px solid #060; */ } #nav li { padding: 1px; margin: 0; /* border: 1px solid #006; */ } #nav a { display: block; text-decoration: none; color: #000; } #nav a:link, #nav a:visited { text-decoration: none; } #nav a:active, #nav a:hover { color: #ff8040; text-decoration: none; } #selected:link, #selected:visited { color: #eee; } #nav #selected:hover { color: #ff8040; } /* orphans and broken */ li#orphans, li#broken { margin-top: 3em; font-style: italic; color: #ffff80; } /* login */ #loginform input { background-color: transparent; border: none; border-bottom: #666 1px solid; /* TODO: think about other color */ font-size: 0.8em; width: 8em; } /* admin controls */ .ctrl { position: absolute; right: 0; text-align: right; font-size: 0.8em; color: #666; } .ctrl a, .ctrl a:visited, .ctrl a:hover { margin-left: 1em; color: #ffff80; } /* edit form */ #edit { margin-top: 1.5em; } #edit input, #edit select, #edit textarea { font-family: sans-serif; font-size: 0.8em; border: #000 1px solid; }