summaryrefslogtreecommitdiffstats
path: root/contrib/themes
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2006-10-16 23:32:27 +0000
committerpb1dft <pb1dft@ampache>2006-10-16 23:32:27 +0000
commit0dfcd88c1d39d3bac6eeb36d8964f6bf9a490635 (patch)
tree3450e5d855e5daa9edcebd3bcceefb6c89f4312e /contrib/themes
parentd0872292d1322f2f9f34ff779a2b4f7b489266fc (diff)
downloadampache-0dfcd88c1d39d3bac6eeb36d8964f6bf9a490635.tar.gz
ampache-0dfcd88c1d39d3bac6eeb36d8964f6bf9a490635.tar.bz2
ampache-0dfcd88c1d39d3bac6eeb36d8964f6bf9a490635.zip
fixes rating issue and nowplaying
Diffstat (limited to 'contrib/themes')
-rw-r--r--contrib/themes/Green-Marble/templates/default.css81
1 files changed, 0 insertions, 81 deletions
diff --git a/contrib/themes/Green-Marble/templates/default.css b/contrib/themes/Green-Marble/templates/default.css
index 6af27000..47692f52 100644
--- a/contrib/themes/Green-Marble/templates/default.css
+++ b/contrib/themes/Green-Marble/templates/default.css
@@ -418,86 +418,6 @@ margin-right:5em;
#topbarleft, #topbarleft a{
float: left;
}
-/* styles for the star ratings */
-.star-rating{
- list-style:none;
- margin: 0px;
- padding:0px;
- width: 80px;
- height: 15px;
- position: relative;
- background: url("../images/ratings/star_rating.gif") top left repeat-x;
-}
-.star-rating li{
- padding:0px;
- margin:0px;
- float: right;
-}
-.star-rating li a{
- display:block;
- width:16px;
- height: 15px;
- text-decoration: none;
- text-indent: -9000px;
- z-index: 20;
- position: absolute;
- padding: 0px;
-}
-.star-rating li a:hover{
- background: url("../images/ratings/star_rating.gif") left center;
- z-index: 2;
- left: 0px;
-}
-li.zero-stars a:hover {
- background: url("../images/ratings/x.gif");
- height: 15px;
- left: 80px;
- display: block;
-}
-a.zero-stars {
- background: url("../images/ratings/x_off.gif");
- height: 15px;
- left: 80px;
- display: block;
-}
-a.one-stars{
- left: 0px;
-}
-a.one-stars:hover{
- width:16px;
-}
-a.two-stars{
- left:16px;
-}
-a.two-stars:hover{
- width: 32px;
-}
-a.three-stars{
- left: 32px;
-}
-a.three-stars:hover{
- width: 48px;
-}
-a.four-stars{
- left: 48px;
-}
-a.four-stars:hover{
- width: 64px;
-}
-a.five-stars{
- left: 64px;
-}
-a.five-stars:hover{
- width: 80px;
-}
-li.current-rating{
- background: url("../images/ratings/star_rating.gif") left bottom;
- position: absolute;
- height: 15px;
- display: block;
- text-indent: -9000px;
- z-index: 1;
-}
/* Box Related Styles */
.box {
@@ -580,7 +500,6 @@ li.current-rating{
display: block;
}
.np_cell {
- display: inline;
margin: 10px;
}
#tablist {