X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Flayout.sass;fp=public%2Fstylesheets%2Flayout.sass;h=0000000000000000000000000000000000000000;hb=625022fdcf750f0aff8fcd699f7e9b89730e1d10;hp=5639c7b21a829ba0876028b9a359e66bad5a92f5;hpb=b955c65b942d09d24b5c3bed0d755d4f2f8f71f1;p=vchess.git diff --git a/public/stylesheets/layout.sass b/public/stylesheets/layout.sass deleted file mode 100644 index 5639c7b2..00000000 --- a/public/stylesheets/layout.sass +++ /dev/null @@ -1,117 +0,0 @@ -@import users - -html, * - font-family: "Open Sans", Arial, sans-serif - --back-color: #f2f2f2 - --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: auto - margin-right: auto - max-width: 767px - figure.diagram-container - max-width: 1000px - @media screen and (max-width: 767px) - max-width: 100% - 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 - -.right-menu - float: right - @media screen and (max-width: 767px) - .info-container - p - margin-right: 5px - -a.right-menu - &:link, &:visited, &:hover - color: black - -#settings, #contactForm - max-width: 767px - @media screen and (max-width: 767px) - max-width: 100vw - -#emailSent - color: blue - display: none - -footer - height: 77px - background-color: #000033 - div - line-height: 77px - a - margin: 0 10px 0 0 - display: inline-block - &:visited, &:link - color: white - p - margin: 0 0 0 10px - display: inline-block - color: white - text-decoration: underline - @media screen and (max-width: 767px) - height: 43px - div - line-height: 43px - -a - 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 - -.bold - font-weight: bold - -[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