diff options
Diffstat (limited to 'web/ioq3.css')
-rw-r--r-- | web/ioq3.css | 37 |
1 files changed, 24 insertions, 13 deletions
diff --git a/web/ioq3.css b/web/ioq3.css index 04c1cc2..4cebad2 100644 --- a/web/ioq3.css +++ b/web/ioq3.css @@ -6,6 +6,14 @@ body, html { margin: 0; } +#header { + background-color: #aaaaaa; + float: left; + border-bottom: 2px solid black; + padding: .2em; + padding-bottom: .4em; +} + #content { float: left; clear: left; @@ -17,7 +25,7 @@ body, html { clear: left; color: #4d4d4d; margin-top: .2em; - border-top: 1px dashed #222222; + border-top: 1px dashed #4b4b4b; font-size: .8em; padding: .35em; } @@ -31,23 +39,16 @@ body, html { } #navigation { - position: absolute; - right: 0; float: right; list-style: none; - display: inline; background-color: #aaaaaa; color: black; - margin-top: 0; - padding-left: 0; - padding-bottom: .2em; - border-left: 1px solid #222222; - border-bottom: 1px solid #222222; + margin-bottom: 0; } #navigation li { display: inline; - padding: .2em; + padding: .3em; } :link, :visited { @@ -55,17 +56,20 @@ body, html { font-weight: bold; text-decoration: underline;
}
+ +#content :link:hover, #content :visited:hover { + background-color: #a2a2a2;
+} h1, :link:hover, :visited:hover { color: maroon; + margin: 0; } h1 { float: left; font-size: 1.75em; padding-left: .25em; - margin-bottom: 0; - margin-top: 1em; } h2 { @@ -135,15 +139,22 @@ tt, .shell { font-family: "smoothansi", "Bitstream Vera Sans Mono", "Terminal", monospace; } +acronym, dfn { + border-bottom: 1px dotted black; + cursor: help; +} + .angryzakk { color: black; - background-color: #aaaaaa; + background-color: #a0a0a0; + border: 1px solid #909090; font-style: italic; font-size: 1.2em; } .current { font-weight: bold; + color: maroon; } h3.windows, h3.linux, h3.apple { |