X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Flayout.sass;h=52805f29b603edb996781da07e6dd0a0cef39b78;hb=9a3c9f790aa28fd4708faefe41b4624173922c8e;hp=93e460ff97f211450678586695fa7cdc71692eac;hpb=0bf75837235d98b618f985c221a5b4f4bbc624a0;p=vchess.git diff --git a/public/stylesheets/layout.sass b/public/stylesheets/layout.sass index 93e460ff..52805f29 100644 --- a/public/stylesheets/layout.sass +++ b/public/stylesheets/layout.sass @@ -1,20 +1,37 @@ html, * - font-size: 18px font-family: "Open Sans", Arial, sans-serif + --back-color: #f2f2f2 + --a-link-color: blue + --a-visited-color: blue body padding: 0 - background-color: #f2f2f2 - -@media screen and (min-width: 800px) - .card - max-width: 600px + min-width: 320px a - color: #00B7FF + text-decoration: underline .text-center text-align: center .smallpad padding: 5px + +.emphasis + font-style: italic + +.red + color: #cc3300 + +.purple + color: purple + +.smallfont + font-size: 0.8em + +.bigfont + font-size: 1.2em + +[type="checkbox"].modal+div .card + max-width: 767px + max-height: 100vh