Removed border radius from flash mp3 player
[mirrors/JukeBox.git] / jbx / themes / default / jukebox.css
index 40adbe162b729eb1be92ef80c5c3cc4e1b5ee903..c9ad07ac1d0333410f33592d277743985d7e8c65 100755 (executable)
@@ -2,7 +2,8 @@
  * Example CSS for Harvie's JuKe!Box
  */
 
-*:not(html):not(body) {        border-radius:6px; -moz-border-radius:5px; } 
+*:not(html):not(body):not(.noradius) { border-radius:6px; -moz-border-radius:5px; }
+.noradius {                            border-radius:0; -moz-border-radius:0; }
 
 body {
        color: lightblue;
@@ -41,7 +42,7 @@ table {
 td {
        border: 0px solid blue;
        margin: 0px;
-       padding-left: 3px;
+       padding: 0 3px 0 3px;
 }
 
 .odd * {
@@ -60,6 +61,11 @@ td {
        background-color: #000099;
 }
 
+.nomarpad {
+       margin: 0;
+       padding: 0;
+}
+
 .directory {
        font-weight: bolder;
 }
@@ -99,7 +105,9 @@ tr:hover * a {       text-decoration: underline;}
        background-repeat:no-repeat; 
 }
 
-.btntd { min-width:75px; }
+a.icon:hover { text-indent:18px; background-color:#000022; width:auto; }
+
+.btntd { min-width:120px; }
 
 *.iplay                { background-image: url(icons/playlist.png); }
 *.irplay       { background-image: url(icons/recursive.png); }
@@ -111,5 +119,6 @@ tr:hover * a {      text-decoration: underline;}
 *.ihome                { background-image: url(icons/home.png); }
 *.iback                { background-image: url(icons/back.png); }
 *.ihelp                { background-image: url(icons/help.png); }
+*.idjmode      { background-image: url(icons/djmode.png); }
 
 */
This page took 0.143878 seconds and 4 git commands to generate.