X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=empires%2Fstyle.css;h=5dcda650433322e591c4e2a8942895448cfb6b75;hb=94562509de48088d7fb61bd58405e2ccd76a6c19;hp=114c48f0685ae97b5eafcef736e26904483fca4d;hpb=f548f3049b230734c6fc7776e7e3b751fb2301f9;p=lmno.games diff --git a/empires/style.css b/empires/style.css index 114c48f..5dcda65 100644 --- a/empires/style.css +++ b/empires/style.css @@ -1,15 +1,3 @@ -h1 { - color: #333738; -} - -h2 { - color: #333738; -} - -p,dl,dd { - margin-bottom: 1em; -} - .show-state-join { display:none; } @@ -44,43 +32,6 @@ p,dl,dd { display: none; } -#register-form { - max-width: 100%; - display: grid; - grid-template-columns: 49% 49%; - grid-column-gap: 2%; -} - -.form-row { - max-width: 100%; - padding-bottom: 0.25em; -} - -.form-row.medium.left { - grid-column-start: 1; -} - -.form-row.medium.right { - grid-column-start: 2; -} - -.form-row.large { - grid-column-start: 1; - grid-column-end: span 2; -} - -/* For a narrow screen, use a single-column for medium form rows. */ -@media screen and (max-width: 600px) { - .form-row.medium.left,.form-row.medium.right { - grid-column-start: 1; - grid-column-end: span 2 - } -} - -input { - height: 40px; -} - #character-reveal { color: #333738; font-size: 300%;