X-Git-Url: https://git.auder.net/assets/current/gitweb.css?a=blobdiff_plain;f=public%2Fstylesheets%2Flayout.sass;h=cb8f80185bf5e94cab2162738b5a3e5fa7823725;hb=1d5f2b65a3d57a00e08bd34b3609c3b6fb74881e;hp=cdcd81e04903b5d51ca3cd35d96467a1b963c76b;hpb=3acb852d971bc17d31ccc05756524f40038adf95;p=vchess.git diff --git a/public/stylesheets/layout.sass b/public/stylesheets/layout.sass index cdcd81e0..cb8f8018 100644 --- a/public/stylesheets/layout.sass +++ b/public/stylesheets/layout.sass @@ -1,12 +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 +.container + padding: 0 + overflow: hidden + +.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 + text-decoration: underline + .text-center text-align: center @@ -16,6 +41,12 @@ body .emphasis font-style: italic +.clickable + cursor: pointer + +.clearer + clear: both + .red color: #cc3300 @@ -25,14 +56,13 @@ body .smallfont font-size: 0.8em +.bigfont + font-size: 1.2em + [type="checkbox"].modal+div .card max-width: 767px max-height: 100vh - -// TODO: unused -// Jump lines only if screen is large enough -.conditional-jump - display: block -@media screen and (max-width: 767px) - .conditional-jump - display: inline +[type="checkbox"].modal+div .card.small-modal + max-width: 320px +[type="checkbox"].modal+div .card.big-modal + max-width: 90vw