X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fstyles%2F_rules.sass;fp=client%2Fsrc%2Fstyles%2F_rules.sass;h=17b10667fb1fe0dff2b31a6facdbc0876d7c3f3e;hb=26d8a01a40dc198b633ae86f698b1ae82415e5e1;hp=0000000000000000000000000000000000000000;hpb=de6860abfca2fee63d61b6ec7145dfc89d9e50c8;p=vchess.git diff --git a/client/src/styles/_rules.sass b/client/src/styles/_rules.sass new file mode 100644 index 00000000..17b10667 --- /dev/null +++ b/client/src/styles/_rules.sass @@ -0,0 +1,76 @@ +figure.diagram-container + margin: 15px 0 15px 0 + text-align: center + width: 100% + display: block + .diagram + display: block + width: 50% + min-width: 240px + margin-left: auto + margin-right: auto + .diag12 + float: left + width: 40% + margin-left: calc(10% - 20px) + margin-right: 40px + @media screen and (max-width: 630px) + float: none + margin: 0 auto 10px auto + .diag22 + float: left + width: 40% + margin-right: calc(10% - 20px) + @media screen and (max-width: 630px) + float: none + margin: 0 auto + figcaption + display: block + clear: both + padding-top: 5px + font-size: 0.8em + +p.boxed + background-color: #FFCC66 + padding: 5px + +.bigfont + font-size: 1.2em + +.bold + font-weight: bold + +.stageDelimiter + color: purple + +// To show (new) pieces, and/or there values... +figure.showPieces > img + width: 50px + +figure.showPieces > figcaption + color: #6C6C6C + +.section-title + padding: 0 + +.section-title > h4 + padding: 5px + +ol, ul:not(.browser-default) + padding-left: 20px + +ul:not(.browser-default) + margin-top: 5px + +ul:not(.browser-default) > li + list-style-type: disc + +table + margin: 15px auto + +.italic + font-style: italic + +img.img-center + display: block + margin: 0 auto 15px auto