aboutsummaryrefslogtreecommitdiffstats
path: root/web/ioq3.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/ioq3.css')
-rw-r--r--web/ioq3.css27
1 files changed, 24 insertions, 3 deletions
diff --git a/web/ioq3.css b/web/ioq3.css
index d22a31c..a830d44 100644
--- a/web/ioq3.css
+++ b/web/ioq3.css
@@ -1,30 +1,50 @@
body, html {
font-family: "Trebuchet Sans MS", "Bitstream Vera Sans", sans-serif;
font-size: 10pt;
+ color: black;
background-color: #888;
}
-:link, :visited {
+#footer {
+ color: #aaa;
+ background-color: transparent;
+ border-top: .1em dashed #222;
+ padding-top: .3em;
+ font-size: .8em;
+}
+
+#footer a {
+ color: #aaa;
+ background-color: transparent;
+}
+
+:link, :visited {
color: black;
+ background-color: transparent;
font-weight: bold;
text-decoration: underline;
}
-:link:hover, :visited:hover {
+h1, :link:hover, :visited:hover {
color: maroon;
+ background-color: transparent;
}
h1 {
- color: maroon;
font-size: 1.75em;
}
h2 {
color: #440000;
+ background-color: transparent;
font-size: 1.25em;
}
img {
+ border: 0;
+}
+
+.right {
float: right;
}
@@ -33,6 +53,7 @@ img {
}
.angryzakk {
+ color: black;
background-color: #aaa;
font-style: italic;
font-size: 1.2em;