aboutsummaryrefslogtreecommitdiffstats
path: root/web/ioq3.css
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-03 03:07:55 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-03 03:07:55 +0000
commit398fce484c28ebc7e6c92d17143c094d74a01c14 (patch)
tree78cd65d282d377dbb88099429a8bf71409a80ff4 /web/ioq3.css
parent09d32ff9fc5d72da630012d6b1c9a81f885280d9 (diff)
downloadioquake3-aero-398fce484c28ebc7e6c92d17143c094d74a01c14.tar.gz
ioquake3-aero-398fce484c28ebc7e6c92d17143c094d74a01c14.zip
Status page, minor updates.
git-svn-id: svn://svn.icculus.org/quake3/trunk@240 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/ioq3.css')
-rw-r--r--web/ioq3.css23
1 files changed, 22 insertions, 1 deletions
diff --git a/web/ioq3.css b/web/ioq3.css
index aed1356..1477f44 100644
--- a/web/ioq3.css
+++ b/web/ioq3.css
@@ -14,7 +14,7 @@ body, html {
clear: left;
color: #4d4d4d;
background-color: transparent;
- border-top: .1em dashed #222;
+ border-top: 1px dashed #222;
padding-top: .3em;
font-size: .8em;
}
@@ -47,6 +47,7 @@ h1, :link:hover, :visited:hover {
}
h1 {
+ float: left;
font-size: 1.75em;
}
@@ -60,6 +61,26 @@ img {
border: 0;
}
+table {
+ border: none;
+ border-spacing: 0;
+}
+
+
+th {
+ text-align: left;
+ border-bottom: 1px solid #666;
+ border-right: 1px solid #666;
+ padding: .5em;
+}
+
+td {
+ background-color: #8f8f8f;
+ border-bottom: 1px dashed #777;
+ border-right: 1px dashed #777;
+ padding: .20em;
+}
+
.right {
float: right;
}