summaryrefslogtreecommitdiffstats
path: root/themes/classic
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-06-01 04:36:07 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-06-01 04:36:07 +0000
commit7603e48e9e7f953e67e62143686c1b5228262385 (patch)
tree36453345f1bf6a1d5237fb1e3771de257de98ce4 /themes/classic
parent4345f0785c81fbf9b067fa317399c067c674c65b (diff)
downloadampache-7603e48e9e7f953e67e62143686c1b5228262385.tar.gz
ampache-7603e48e9e7f953e67e62143686c1b5228262385.tar.bz2
ampache-7603e48e9e7f953e67e62143686c1b5228262385.zip
tweaked the sidebars, think they look a lot better now
Diffstat (limited to 'themes/classic')
-rw-r--r--themes/classic/templates/default.css75
1 files changed, 24 insertions, 51 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index 77583fe3..739bd692 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -176,31 +176,34 @@ h3#content_title span {
position:absolute;
left:0px;
top:87px;
+ width:133px;
}
+
#sidebar select {
width: 95%;
}
-#sidebar h3 {
- width: 120px;
- height: 28px;
- background: transparent url(../images/sidebar_top.jpg) no-repeat left;
-}
-#sidebar h3 span {
- display:none
-}
-#sidebar ul {
- list-style: none;
- font: 10px/1em Arial, Helvetica, Sans-Serif;
-}
-#sidebar ul.subnavside {
- display: none;
- position: absolute;
- width: 9em;
- top: -1px;
- left: 11.5em;
- font-size: 1em;
- z-index: 1;
-}
+
+#sidebar span {
+ display:block;
+ text-decoration:none;
+ margin-left:5px;
+ margin-right:5px;
+}
+#sidebar a {
+ text-decoration:none;
+}
+
+#sidebar span:hover {
+ background: #fff;
+}
+
+#sidebar span.link {
+ display:inline;
+ text-decoration:none;
+ color: #000;
+ font: monospace, Courier, Georgia;
+}
+
#sidebar li {
float: left;
clear: both;
@@ -212,33 +215,6 @@ h3#content_title span {
border-right: 4px solid #b4b4b4;
background:#fff;
}
-#sidebar ul.subnavside li {
- border-right-width: 1px;
-}
-#sidebar a, #sidebar .navbutton {
- display: block;
- position: relative;
- text-decoration: none;
- padding: .5em 0 .5em 1em;
-}
-#sidebar li:hover ul.subnavside, #sidebar li.sfhover ul.subnavside {
- display:block;
-}
-#sidebar li:hover, #sidebar li.sfhover, #sidebar li.activetopmenu {
- color:#000;
- background:#ddd;
-}
-#sidebar li.hover:active {
- background:#ccc;
- z-index:30;
-}
-
-/* For horizontal menu */
-.horizontal_menu #content { margin:3em 0 0 2em; }
-.horizontal_menu #sidebar { width: auto; top: 85px;}
-.horizontal_menu #sidebar h3 { display: none; }
-.horizontal_menu #sidebar li { clear: none; border:1px solid #8b8b8b; }
-.horizontal_menu #sidebar ul.subnavside { left: 0; top: 2em; }
/* For sidebar tabs */
#sidebar-tabs li {
@@ -257,9 +233,6 @@ h3#content_title span {
padding-left:5px;
font-size: 0.8em;
}
-#sidebar-page select {
- width: 120px;
-}
/* Menu Elements Display (icons, visibility...) */