summaryrefslogtreecommitdiffstats
path: root/root/static
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-09-18 12:17:32 -0500
committerJesse Luehrs <doy@tozt.net>2010-09-18 12:17:32 -0500
commit5be97054c5277c52b9aa2141b2013c15e7723af6 (patch)
treed51278c4479cd80e1e9e795168475d98479e9c03 /root/static
parentd3984472a61a591f4613227dbbf01116aef11b9d (diff)
downloadtozt.net-5be97054c5277c52b9aa2141b2013c15e7723af6.tar.gz
tozt.net-5be97054c5277c52b9aa2141b2013c15e7723af6.zip
split out into separate pages, retheme a bit
Diffstat (limited to 'root/static')
-rw-r--r--root/static/style.css38
1 files changed, 24 insertions, 14 deletions
diff --git a/root/static/style.css b/root/static/style.css
index 6561432..c4087df 100644
--- a/root/static/style.css
+++ b/root/static/style.css
@@ -44,14 +44,6 @@ a:visited {
text-align: center;
}
-.nav a:link {
- text-decoration: none;
-}
-
-.nav a:visited {
- text-decoration: none;
-}
-
.nav ul {
font-weight: bold;
font-size: small;
@@ -65,20 +57,38 @@ a:visited {
display: inline;
padding: 2px;
padding-bottom: 0px;
+ position: relative;
+ bottom: -4px;
+}
+
+.nav li a:link {
+ text-decoration: none;
+}
+
+.nav li a:visited {
+ text-decoration: none;
+}
+
+.nav li.active {
+ background-color: #58a;
+}
+
+.nav li.active a:visited {
+ color: #040;
}
.main_content {
background-color: #8c8;
border: 1px solid;
- padding: 5px;
+ padding: 8px;
+ padding-bottom: 16px;
+}
+
+.main_content h4 {
+ margin: 8px;
}
.main_content > div {
border-bottom: 1px dotted;
padding-bottom: 16px;
}
-
-.main_content #contact {
- border-bottom: 0px;
- padding-bottom: 0px;
-}