summaryrefslogtreecommitdiffstats
path: root/contrib/themes/Green-Marble
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2006-03-21 00:28:01 +0000
committerxgizzmo <xgizzmo@ampache>2006-03-21 00:28:01 +0000
commit91a27b1e985b0e6a0de29db7bc03ac518920abd3 (patch)
tree8a86d80feb29943d41dc4be6b930926ce5d3f713 /contrib/themes/Green-Marble
parent13546d724aab3489eb049221d6454c4916670f1d (diff)
downloadampache-91a27b1e985b0e6a0de29db7bc03ac518920abd3.tar.gz
ampache-91a27b1e985b0e6a0de29db7bc03ac518920abd3.tar.bz2
ampache-91a27b1e985b0e6a0de29db7bc03ac518920abd3.zip
updated for new preferences hotness
Diffstat (limited to 'contrib/themes/Green-Marble')
-rwxr-xr-xcontrib/themes/Green-Marble/templates/style.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/themes/Green-Marble/templates/style.inc b/contrib/themes/Green-Marble/templates/style.inc
index 74e336a5..9f7c109c 100755
--- a/contrib/themes/Green-Marble/templates/style.inc
+++ b/contrib/themes/Green-Marble/templates/style.inc
@@ -87,7 +87,9 @@ a:active {
border-bottom:2px solid #000000;
border-left:2px solid #000000;
border-top:2px solid #000000;
+ display: table-cell;
}
+
td {
/* padding top right bottom left */
padding: 0px 10px 0px 10px;
@@ -365,6 +367,21 @@ li.current-rating {
#sidebar li select {
display: inline-table;
}
+#tablist li a {
+ padding: 3px 0.5em;
+ margin-left: 3px;
+ border: 1px solid <?php echo conf('row_color1'); ?>;
+ border-bottom: none;
+ background: <?php echo conf('row_color3'); ?>;
+ text-decoration: none;
+}
+#tablist li a:link { color: #B2B2B2; }
+#tablist li a:visited { color: #B2B2B2; }
+#tablist li a:hover {
+ color: <?php echo conf('font_color2'); ?>;
+ background: <?php echo conf('row_color2'); ?>;
+ border-color: <?php echo conf('bg_color2'); ?>;
+}
-->
</style>