summaryrefslogtreecommitdiff
path: root/styles/0xff.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/0xff.css')
-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;