X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=1f1809a2699b6231046a9627cc909cbef8731c40;hb=e7b64798015851c120b9e8b4872297cfbaa0cb15;hp=ece4abadc5787b5e1793eab9c4473955b2fca853;hpb=91339921da57eb47911ac36d159dd408f7752fc3;p=xogo.git diff --git a/common.css b/common.css index ece4aba..1f1809a 100644 --- a/common.css +++ b/common.css @@ -41,7 +41,7 @@ main > div { } @media(max-height: 800px) { - main > div { + #newGameForm, #gameInfos { margin-top: 30px; } } @@ -61,6 +61,14 @@ main > div { margin: 0; padding: 0; border: none; + /* attempt https://stackoverflow.com/questions/1719452/how-to-make-a-div-always-full-screen */ + position: fixed; + width: 100%; + height: 100%; + left: 0; + top: 0; + background: rgba(51,51,51,0.7); + z-index: 10; } h1 { @@ -117,6 +125,15 @@ h4 { margin: 10px 0; } +#gameInfos > .rules > ul { + list-style-type: square; + padding-left: 30px; +} +#gameInfos > .rules > ol { + list-style-type: numeric; + padding-left: 30px; +} + #gameInfos > .rules > a { padding-bottom: 1px; border-bottom: 1px dotted black;