X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Fvariant.sass;h=6a8da8382470d2316e69d0a0dc44fe7cb9982ab9;hb=e64a4effa6b357addc3253504870cf1a6fc29977;hp=5148410993f02d3863d79e8edcd1258dcc871943;hpb=1d184b4c016a645228251ce984d4c980e60420b0;p=vchess.git diff --git a/public/stylesheets/variant.sass b/public/stylesheets/variant.sass index 51484109..6a8da838 100644 --- a/public/stylesheets/variant.sass +++ b/public/stylesheets/variant.sass @@ -1,6 +1,18 @@ .container#variantPage padding: 0 +.warn + padding: 3px + color: red + background-color: lightgrey + font-weight: bold + +.playing, button.playing:hover + background-color: #ffcc99 + +.seek, button.seek:hover + background-color: #cc99ff + // https://stackoverflow.com/questions/5445491/height-equal-to-dynamic-width-css-fluid-layout figure.diagram-container > .diagram display: block @@ -31,6 +43,9 @@ div.board display: inline-block position: relative +.game .board + cursor: pointer + #choices margin-bottom: 10px @@ -88,7 +103,10 @@ figure.diagram-container > figcaption background-color: #b58863 .highlight - background-color: #00cc00 + background-color: #00cc66 + +.incheck + background-color: #cc3300 .light-square-diag background-color: #e5e5ca