X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=jbx%2Fthemes%2Fdefault%2Fjukebox.css;h=9a8b8e2c68580c3d17842804ba2c9da2c3dc28a1;hb=50b4768a9b2326a038c271ed7a9646a16f8a8905;hp=31ccf17af7743e278a9fbab1f6cc63724df55553;hpb=f37672e615d46d8bf9aeb4e87a80377421ad27a8;p=mirrors%2FJukeBox.git diff --git a/jbx/themes/default/jukebox.css b/jbx/themes/default/jukebox.css index 31ccf17..9a8b8e2 100755 --- a/jbx/themes/default/jukebox.css +++ b/jbx/themes/default/jukebox.css @@ -2,6 +2,8 @@ * Example CSS for Harvie's JuKe!Box */ +*:not(html):not(body) { border-radius:6px; -moz-border-radius:5px; } + body { color: lightblue; font-family: monospace; @@ -39,7 +41,7 @@ table { td { border: 0px solid blue; margin: 0px; - padding-left: 3px; + padding: 0 3px 0 3px; } .odd * { @@ -68,7 +70,7 @@ td { a:hover, a:hover * { text-decoration: underline; } /*tr:hover, tr:hover * { */ -.odd:hover, .odd:hover *, +tr, .odd:hover, .odd:hover *, .even:hover, .even:hover * { background-color: black; } @@ -76,11 +78,12 @@ a:hover, a:hover * { text-decoration: underline; } tr:hover * a { text-decoration: underline;} :invalid { background-color: pink; } -:focus { color:darkblue; } +:focus { border-color:yellow; } /* Helpful Classes */ *.hide { margin:0; padding:0; width:0; height:0; border:none; display:none; } +*.maximize-width { width:100%; } *.red { color: red; } *.yellow { color: yellow;} *.blue { color: blue;} @@ -96,7 +99,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); } @@ -104,9 +109,10 @@ tr:hover * a { text-decoration: underline;} *.ifstop { background-image: url(icons/stop.png); } *.ifolder { background-image: url(icons/folder.png); margin-right: 3px; } *.ilogout { background-image: url(icons/logout.png); } -*.isearch { background-image: url(icons/search.png); } +*.isearch { background-image: url(icons/search.png); position:relative; top:4px; } *.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); } */