summaryrefslogtreecommitdiffstats
path: root/templates/menustyle.inc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/menustyle.inc')
-rw-r--r--templates/menustyle.inc35
1 files changed, 35 insertions, 0 deletions
diff --git a/templates/menustyle.inc b/templates/menustyle.inc
index 1b785924..09846d1b 100644
--- a/templates/menustyle.inc
+++ b/templates/menustyle.inc
@@ -210,5 +210,40 @@
text-indent: -9000px;
z-index: 1;
}
+ #tablist {
+ padding: 3px 0;
+ margin-left: 0;
+ border-bottom: 1px solid #778;
+ font: bold 12px Verdana, sans-serif;
+ }
+
+ #tablist li {
+ list-style: none;
+ margin: 0;
+ display: inline;
+ }
+
+ #tablist li a {
+ padding: 3px 0.5em;
+ margin-left: 3px;
+ border: 1px solid #778;
+ border-bottom: none;
+ background: #DDE;
+ text-decoration: none;
+ }
+
+ #tablist li a:link { color: #448; }
+ #tablist li a:visited { color: #667; }
+
+ #tablist li a:hover {
+ color: #000;
+ background: #AAE;
+ border-color: #227;
+ }
+
+ #tablist li a#current {
+ background: white;
+ border-bottom: 1px solid white;
+ }
-->
</style>