ee04dd6e304a923e5e4e1e07751661ff1a9d3305
2 * Example CSS for Harvie's JuKe!Box
5 *:not
(html
):not
(body
) { border-radius:6px; -moz-border-radius:5px; }
9 font-family: monospace
;
12 background-color: black
;
13 background-image: url
(corner.gif);
14 background-repeat: no-repeat
;
19 text-decoration: none
;
24 margin: 15px 0 0 20px;
28 border: 1px solid lightblue
;
32 background-color: darkblue
;
37 border: 0px solid blue
;
38 background-color: black
;
42 border: 0px solid blue
;
48 background-color: darkblue
;
52 background-color: #000044;
58 background-image: none
;
60 background-color: #000099;
70 a:hover
, a:hover
* { text-decoration: underline
; }
72 /*tr:hover, tr:hover * { */
73 tr
, .odd:hover
, .odd:hover
*,
74 .even:hover, .even:hover * {
75 background-color: black
;
78 tr:hover
* a
{ text-decoration: underline
;}
80 :invalid
{ background-color: pink
; }
81 :focus
{ border-color:yellow
; }
85 *.hide
{ margin:0; padding:0; width:0; height:0; border:none
; display:none
; }
86 *.maximize-width
{ width:100%; }
88 *.yellow
{ color: yellow
;}
89 *.blue
{ color: blue
;}
90 *.green
{ color: green
;}
91 *.white
{ color: white
;}
96 display:inline-block
; width:16px; height:16px;
97 margin:0; padding:0; overflow:hidden
;
98 text-decoration: none
; text-indent: 99999px;
99 background-repeat:no-repeat
;
102 .btntd { min-width:100px; }
104 *.iplay
{ background-image: url
(icons/playlist.png); }
105 *.irplay
{ background-image: url
(icons/recursive.png); }
106 *.ifplay
{ background-image: url
(icons/play.png); }
107 *.ifstop
{ background-image: url
(icons/stop.png); }
108 *.ifolder
{ background-image: url
(icons/folder.png); margin-right: 3px; }
109 *.ilogout
{ background-image: url
(icons/logout.png); }
110 *.isearch
{ background-image: url
(icons/search.png); position:relative
; top:4px; }
111 *.ihome
{ background-image: url
(icons/home.png); }
112 *.iback
{ background-image: url
(icons/back.png); }
113 *.ihelp
{ background-image: url
(icons/help.png); }
This page took 1.113844 seconds and 3 git commands to generate.