X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=styl.styl;h=72c2e05147483dc7145d373ec4c04b67d301118d;hb=cfc4ed6e6671d30ad6b3c699ea2a9ee6a8ac885e;hp=5c8be5dc80010dfeeed5403efcae9175d8619fd0;hpb=19da07bf62eaca97c6516e664733fa1d534389b3;p=wfpl-cms.git diff --git a/styl.styl b/styl.styl index 5c8be5d..72c2e05 100644 --- 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)