From 376d632160618bba772d88e57d95405317cf8920 Mon Sep 17 00:00:00 2001 From: spocky Date: Wed, 15 Aug 2007 23:11:49 +0000 Subject: updated css (sidebar, random albums, global classes) cleaned up html corrected a typo in show_objects --- themes/classic/templates/default.css | 44 ++++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 14 deletions(-) (limited to 'themes') 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; -- cgit