now using fancy border-radius :-)
[mirrors/JukeBox.git] / jbx / themes / default / jukebox.css
index b36f12ae2171860b6ea17a3418441922191b56f2..d6d77f1a93ef79e3abc2983892c308932992ee21 100755 (executable)
@@ -2,6 +2,8 @@
  * Example CSS for Harvie's JuKe!Box
  */
 
+* {    border-radius:6px; -moz-border-radius:5px; } 
+
 body {
        color: lightblue;
        font-family: monospace;
@@ -65,30 +67,22 @@ td {
 
 /* Hovers */
 
-a:hover, a:hover * {
-       text-decoration: underline;
-}
+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;
 }
 
-tr:hover * a {
-       text-decoration: underline;
-}
-
-:invalid { 
-        background-color: pink;
-}
+tr:hover * a { text-decoration: underline;}
 
-.hide {
-       margin:0; padding:0; width:0; height:0; border:none; display:none;
-}
+:invalid {     background-color: pink; }
+:focus {       border-color:yellow; }
 
-/* Color Classes */
+/* Helpful Classes */
 
+*.hide {       margin:0; padding:0; width:0; height:0; border:none; display:none; }
 *.red {                color: red; }
 *.yellow {     color: yellow;}
 *.blue {       color: blue;}
This page took 0.095055 seconds and 4 git commands to generate.