X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Findex.sass;h=e4f846ee8fab9629a9cfb3e3bce3c07d886145c5;hb=ea6bb36e86f23f1046d3d1dd03cfb46d598f97f7;hp=f46fca5d54b67f9649480d899d1e3e3acb74fbb8;hpb=6a01d4f7761b10e715799d1f13b9c8d2442dba55;p=vchess.git diff --git a/public/stylesheets/index.sass b/public/stylesheets/index.sass index f46fca5d..e4f846ee 100644 --- a/public/stylesheets/index.sass +++ b/public/stylesheets/index.sass @@ -10,5 +10,37 @@ .help cursor: pointer -.card > h3.section - color: blue +.card > h3.section.blue + color: #0033cc + +.card > h3.section.red + color: #cc3300 + +#welcome + max-height: 100vh + max-width: 90vw + +@media screen and (max-width: 400px) + #welcome + max-width: 100vw + +#welcome ul + list-style-type: none + +#welcome ul > li + font-family: monospace + +table.list-table + width: 300px + margin: 0 auto + border: 0 + tbody + border: 0 + tr + border: 0 + margin: 0 + padding: 0 + td + padding: 0 + text-align: left + border: 0