X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=cdfbc7a809b77aa76568be564f84757072399dcb;hb=182ba661e9c6e30fc641f4e71f29ae76961f4510;hp=5ad94282a7a1291528217fb3c591594d65d7d70e;hpb=549ca151c2c1a5d0c76cc1ab249d1687c5a18f62;p=xogo.git diff --git a/common.css b/common.css index 5ad9428..cdfbc7a 100644 --- a/common.css +++ b/common.css @@ -178,6 +178,10 @@ main > div { max-width: 800px; margin: 20px auto; padding: 0 10px; + overflow: auto; +} +.full-rules > div { + margin-bottom: 20px; } .full-rules h1, .full-rules h2, .full-rules h3, .full-rules h4 { font-weight: bold; @@ -203,12 +207,18 @@ main > div { margin: 5px 0; text-align: center; } +piece.mark { + background-image: url('/pieces/mark.svg'); +} +piece.mark.transparent { + opacity: 0.65; +} .full-rules figure { display: block; overflow: visible; margin-top: 20px; } -.full-rules figure:after { +.full-rules figure::after { content: ''; display: block; clear: both;