aboutsummaryrefslogtreecommitdiffstats
path: root/web/ioq3.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/ioq3.css')
-rw-r--r--web/ioq3.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/web/ioq3.css b/web/ioq3.css
index 8ae8bd8..a7240be 100644
--- a/web/ioq3.css
+++ b/web/ioq3.css
@@ -5,7 +5,13 @@ body, html {
background-color: #888;
}
+#content {
+ float: left;
+ clear: left;
+}
+
#footer {
+ clear: left;
color: #4d4d4d;
background-color: transparent;
border-top: .1em dashed #222;
@@ -19,6 +25,16 @@ body, html {
background-color: transparent;
}
+#navigation {
+ float: right;
+ list-style: none;
+ display: inline;
+}
+
+#navigation li {
+ display: inline;
+}
+
:link, :visited {
color: black;
background-color: transparent;
@@ -32,6 +48,7 @@ h1, :link:hover, :visited:hover {
}
h1 {
+ float: left;
font-size: 1.75em;
}
@@ -60,3 +77,7 @@ img {
font-size: 1.2em;
font-weight: bold;
}
+
+.current {
+ font-weight: bold;
+}