diff options
author | xgizzmo <xgizzmo@ampache> | 2007-01-08 01:33:10 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2007-01-08 01:33:10 +0000 |
commit | 47628fb4b901a5737743264ba14dca52be64a268 (patch) | |
tree | a0615309cfc08fb69577bdbd2c8b512243a41519 /contrib/themes | |
parent | 05de1507962626e04398f581ae6b66b2fd8e0e8e (diff) | |
download | ampache-47628fb4b901a5737743264ba14dca52be64a268.tar.gz ampache-47628fb4b901a5737743264ba14dca52be64a268.tar.bz2 ampache-47628fb4b901a5737743264ba14dca52be64a268.zip |
tweaked theme a bit
Diffstat (limited to 'contrib/themes')
-rw-r--r-- | contrib/themes/Green-Marble/templates/default.css | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/contrib/themes/Green-Marble/templates/default.css b/contrib/themes/Green-Marble/templates/default.css index e0be8654..95a1edd4 100644 --- a/contrib/themes/Green-Marble/templates/default.css +++ b/contrib/themes/Green-Marble/templates/default.css @@ -26,8 +26,7 @@ body{ margin-left: 0px; margin-right: 0px; font-family:Arial, Helvetica, Sans-Serif; - background:#000000 url(../images/background.jpg) repeat; - + background: #0000000 url(../images/background.jpg) repeat; } p { @@ -462,31 +461,26 @@ margin-right:5em; font-weight: bold; } .box-left-top { - background: url(../images/topleft.gif) no-repeat; + background:url(../images/topleft.gif) no-repeat; height:16px; } -.box-left-bottom { - background: url(../images/bottomleft.gif) no-repeat; - height:18px; -} -.box-left { - background: url(../images/left.gif); -} -.box-bottom { - background: url(../images/bottom.gif); +.box-right-top { + background:url(../images/topright.gif) no-repeat right top; height:18px; } .box-right-bottom { - background: url(../images/bottomright.gif) no-repeat; + background:url(../images/bottomright.gif) no-repeat right bottom; + height:18px; } -.box-right-top { - background: url(../images/topright.gif) no-repeat; +.box-left-bottom { + background:url(../images/bottomleft.gif) no-repeat; + height:16px; } .box-right { display:none; } .box-top { - display:none; + display:none; } .box-left { display:none; @@ -502,7 +496,6 @@ margin-right:5em; color:#071fd4; } - .confirmation-box { padding-left:5px; padding-top:5px; @@ -514,12 +507,14 @@ margin-right:5em; border-bottom:2px solid #000000; border-left:2px solid #000000; border-top:2px solid #000000;} + .text-action, .text-action li { margin-top:5px; list-style: none; margin-bottom:5px; padding-left:0px; } + .text-action a, .text-action span { border:1px solid #444444; padding-left:2px; @@ -534,14 +529,17 @@ margin-right:5em; border:1px solid #444444; background: url(../images/tablebg.gif) #000000 repeat-x; } + #nowplaying { width:600px; } + .np_row { padding-top: 3px; padding-bottom: 3px; display: block; } + .np_cell { margin: 10px; } |