summaryrefslogtreecommitdiffstats
path: root/themes/classic
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2007-08-15 23:11:49 +0000
committerspocky <spocky@ampache>2007-08-15 23:11:49 +0000
commit376d632160618bba772d88e57d95405317cf8920 (patch)
tree235a3dfbaa6d24a4995d0ba17460e460d0fdeee9 /themes/classic
parentc8bfff18ef4f70b0abf9f3d7e2eaf0079bab29f8 (diff)
downloadampache-376d632160618bba772d88e57d95405317cf8920.tar.gz
ampache-376d632160618bba772d88e57d95405317cf8920.tar.bz2
ampache-376d632160618bba772d88e57d95405317cf8920.zip
updated css (sidebar, random albums, global classes)
cleaned up html corrected a typo in show_objects
Diffstat (limited to 'themes/classic')
-rw-r--r--themes/classic/templates/default.css44
1 files changed, 30 insertions, 14 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index 77b92724..cd0bef63 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -34,6 +34,7 @@ ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { marg
body {
background:#d3d3d3;
font-family:Arial, Helvetica, Sans-Serif;
+ min-width:1000px;
}
p {
color: #000;
@@ -90,6 +91,7 @@ input {
/* Footer */
/************************************************/
#footer {
+ clear:both;
float:right;
margin:5px;
font-size:10px;
@@ -169,7 +171,6 @@ a.smallbutton {
/* Content block */
/************************************************/
#content {
- position: relative;
margin: 0px 220px 20px 135px;
}
h3#content_title{
@@ -185,11 +186,13 @@ h3#content_title span {
/* Rightbar */
/************************************************/
#rightbar {
- position:absolute;
- right:0px;
- top:87px;
- width:250px;
+ width:200px;
+ float:right;
}
+#rightbar table.box
+{
+ float:right;
+}
#rightbar li {
list-style:none;
float:left;
@@ -208,10 +211,8 @@ h3#content_title span {
/* Sidebar */
/************************************************/
#sidebar{
- clear:both;
- position:absolute;
- left:0px;
- top:87px;
+ float:left;
+ position:relative;
width:120px;
padding-top:28px;
background:#c0c0c0 url(../images/sidebar_top.jpg) no-repeat;
@@ -241,7 +242,6 @@ h3#content_title span {
}
#sidebar-tabs li.active img{
margin-top:4px;position:relative;z-index:2;
- /*position:absolute;left:10px;top:5px;*/
}
/* Tabs content */
@@ -287,7 +287,7 @@ h3#content_title span {
display:block;
}
#sidebar-page a:hover{
- background:#8b8b8b;
+ background:#99ccff;
color:#fff;
}
@@ -311,7 +311,7 @@ h3#content_title span {
}
.alphabet span.active{ background:#5b5b5b; color:#fff; }
.alphabet span.link:hover {
- background: #8b8b8b;
+ background: #99ccff;
color:#fff;
}
@@ -331,6 +331,21 @@ h3#content_title span {
}
+/************************************************/
+/* Albums of the moment */
+/************************************************/
+
+.random_album
+{
+ position:relative;
+ float:left;
+ padding:8px;
+}
+
+.random_album .play_album
+{
+ display:none;
+}
/************************************************/
/* Now Playing Styles */
@@ -458,11 +473,12 @@ span.five-stars:hover { width: 80px; }
/************************************************/
.box {
background: #f7f7f7;
- clear:both;
+ /*clear:left;/*both;*/
}
.info-box {
background: #f7f7f7;
- float:left;
+ /*float:left;
+ clear:left;*/
}
.box-title {
border-bottom: solid 1px #000;