X-Git-Url: https://git.auder.net/js/rpsls.js?a=blobdiff_plain;f=public%2Fstylesheets%2Fvariant.sass;h=b2c678a34887fb747084aeb827d14d83541dd6a0;hb=0706ea91c99bc75c526fc9ac1ab62fe7999c7069;hp=7e99fa38e852fe91f79a0a03dff66fa79a8002f2;hpb=3066bb47f49d374fca4c1c1cc047d9be8257ad35;p=vchess.git diff --git a/public/stylesheets/variant.sass b/public/stylesheets/variant.sass index 7e99fa38..b2c678a3 100644 --- a/public/stylesheets/variant.sass +++ b/public/stylesheets/variant.sass @@ -1,12 +1,31 @@ .container#variantPage padding: 0 +//.container#variantPage > .row > div +@media screen and (max-width: 767px) + .col-sm-12 + padding: 0 + +@media screen and (max-width: 767px) + h4 + margin: 0 0 10px 0 + p + margin-left: 0 + margin-right: 0 + padding: 0 3px + .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 @@ -97,7 +116,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