JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove obsolete type="text/javascript" from script tags
[wfpl-cms.git] / styl.styl
index 5c8be5d..72c2e05 100644 (file)
--- a/styl.styl
+++ b/styl.styl
@@ -1,4 +1,4 @@
-@require 'code/wfpl/stylus-helpers.styl'
+@require 'inc/wfpl/stylus-helpers.styl'
 @require '.image-mtimes.styl'
 
 // dimensions
@@ -31,9 +31,10 @@ code.html
        border: 1px solid black
        background: #ccc
 
-* + .caption
-       margin-top: 15px
+.caption
        font-weight: bold
+       * + &
+               margin-top: 15px
 
 .field
        padding-top: 3px;
@@ -261,12 +262,14 @@ div > :last-child,
 table.evenodd
        > thead, > tbody, &
                > tr:nth-child(2n+1)
-                       > td:nth-child(2n)
-                               background: rgba(0,0,0,0)
-                       > td:nth-child(2n+1)
-                               background: rgba(0,0,0,0.05)
+                       > td, > th
+                               background: rgba(0,0,0,0.04)
+                       &:hover
+                               > td, > th
+                                       background: rgba(0,0,0,0.07)
                > tr:nth-child(2n+0)
-                       > td:nth-child(2n)
-                               background: rgba(0,0,0,0.05)
-                       > td:nth-child(2n+1)
-                               background: rgba(0,0,0,0.1)
+                       > td, > th
+                               background: rgba(0,0,0,0.02)
+                       &:hover
+                               > td, > th
+                                       background: rgba(0,0,0,0.09)