X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Findex.sass;h=f67ed08b88d9ccd1e8fb430fb7f69e26357a69ff;hb=9234226104764b91df9d677fb360ad538b98510c;hp=e4f846ee8fab9629a9cfb3e3bce3c07d886145c5;hpb=ea6bb36e86f23f1046d3d1dd03cfb46d598f97f7;p=vchess.git diff --git a/public/stylesheets/index.sass b/public/stylesheets/index.sass index e4f846ee..f67ed08b 100644 --- a/public/stylesheets/index.sass +++ b/public/stylesheets/index.sass @@ -16,12 +16,22 @@ .card > h3.section.red color: #cc3300 -#welcome +.main-title + font-style: italic + +#welcome, #help max-height: 100vh max-width: 90vw +.conditional-jump + display: block + +@media screen and (max-width: 710px) + .conditional-jump + display: inline + @media screen and (max-width: 400px) - #welcome + #welcome, #help max-width: 100vw #welcome ul @@ -30,6 +40,22 @@ #welcome ul > li font-family: monospace +.read-this + color: blue + text-decoration: underline + cursor: pointer + +.emphasis + font-style: italic + color: purple + +.disable-msg + cursor: pointer + color: darkred + +.smallfont + font-size: 0.8em + table.list-table width: 300px margin: 0 auto