summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2011-03-31 19:05:23 +0000
committerOthmar Gsenger <otti@wirdorange.org>2011-03-31 19:05:23 +0000
commitd26fa8c1e0886c813de5364ee6570c860c6ce12c (patch)
tree418120693100150b0443d3d880f945aaa45a0d22 /styles
parentadded support for browsing by category (diff)
hopfully repaired this after backup loss
Diffstat (limited to 'styles')
-rw-r--r--styles/0xff.css35
1 files changed, 34 insertions, 1 deletions
diff --git a/styles/0xff.css b/styles/0xff.css
index 5492ec3..29e710e 100644
--- a/styles/0xff.css
+++ b/styles/0xff.css
@@ -84,10 +84,43 @@ tr {
// border:0px;
//}
-table.menu {
+table.submenu {
margin-bottom: 1em;
}
+tr.submenu th {
+ background-color:#fff200;
+ color:#000000;
+ padding-left:1em;
+ margin:0px;
+ border:3px solid #fff200;
+}
+tr.submenu a{
+ background-color:#fff200;
+ color:#000000;
+ margin:0px;
+}
+
+tr.submenu th.active {
+ background-color:#000000;
+ color:#fff200;
+ padding-left:1em;
+ margin:0px;
+ border:3px solid #fff200;
+}
+
+
+tr.submenu:hover th a {
+ color:#000000;
+ background-color:#fff200;
+ text-decoration:none;
+}
+
+tr.submenu:hover th a:hover {
+ color:#999000;
+ background-color:#fff200;
+ text-decoration:none;
+}
tr.menu th {
background-color:#fff200;
color:#000000;