X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Flayout.sass;h=2e7f466802d051a2245dadf850a078cb6581fb4e;hb=e8e4adbded06cf3ccc36cee66a786d6e97b726ef;hp=9a80e6942cb5ac9e6308270e1981c4d5faf5b2f4;hpb=fce32e8fa848172f257b339d9c9660b565c1b247;p=vchess.git diff --git a/public/stylesheets/layout.sass b/public/stylesheets/layout.sass index 9a80e694..2e7f4668 100644 --- a/public/stylesheets/layout.sass +++ b/public/stylesheets/layout.sass @@ -1,20 +1,67 @@ html, * - font-size: 18px font-family: "Open Sans", Arial, sans-serif + --back-color: #f2f2f2 + --a-link-color: blue + --a-visited-color: blue body - padding: 1% 0 - background-color: #f2f2f2 + padding: 0 + min-width: 320px -@media screen and (min-width: 800px) - .card - max-width: 600px +.container + padding: 0 + +.row + div + padding: 0 + .section-content + * + margin-left: 0 + margin-right: 0 + @media screen and (max-width: 767px) + padding: 0 5px + +@media screen and (max-width: 767px) + .button-group + flex-direction: row + button:not(:first-child) + border-left: 1px solid var(--button-group-border-color) + border-top: 0 a - color: #00B7FF + text-decoration: underline .text-center text-align: center .smallpad padding: 5px + +.emphasis + font-style: italic + +.clickable + cursor: pointer + +.clearer + clear: both + +.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 +[type="checkbox"].modal+div .card.small-modal + max-width: 320px +[type="checkbox"].modal+div .card.big-modal + max-width: 90vw