X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Flayout.sass;h=52805f29b603edb996781da07e6dd0a0cef39b78;hb=9a3c9f790aa28fd4708faefe41b4624173922c8e;hp=647a78bfa8fabe8b0fd36e43a00dc0d202afca71;hpb=d597379096c51c658f4605e7965137fcd0e15c85;p=vchess.git diff --git a/public/stylesheets/layout.sass b/public/stylesheets/layout.sass index 647a78bf..52805f29 100644 --- a/public/stylesheets/layout.sass +++ b/public/stylesheets/layout.sass @@ -1,18 +1,37 @@ html, * font-family: "Open Sans", Arial, sans-serif --back-color: #f2f2f2 - --a-link-color: #0039e6 + --a-link-color: blue + --a-visited-color: blue body padding: 0 min-width: 320px -//@media screen and (min-width: 767px) - .card - max-width: 600px +a + 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