X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=empires%2Fstyle.css;h=98bb33a5314472c968963075190455ccf8fe50c0;hb=d9c1028746aad357d4f4f25e384398185acbd197;hp=1d853d90f3b22cc830bddb06e94f28fc9ee8d958;hpb=321709ca9f95c8a11fa01627b6b1ac0ae04d07fe;p=lmno.games diff --git a/empires/style.css b/empires/style.css index 1d853d9..98bb33a 100644 --- a/empires/style.css +++ b/empires/style.css @@ -1,33 +1,55 @@ -/* Default message severity is "info" but can be overriden. */ -.message { - padding: 1em; - background-color: #46a7f5; - color: white; - transition: 0.3s; - margin-bottom: 0.5em; - font-weight: bold; +h1 { + color: #333738; } -.success { - background-color: #6abc6d; +h2 { + color: #333738; } -.warning { - background-color: #ffa92a; +p,dl,dd { + margin-bottom: 1em; } -.danger { - background-color: #f56257 +.show-state-join { + display:none; } -.hide-button { - color: white; - font-weight: bold; - float: right; - font-size: 150%; - cursor: pointer; +.show-state-reveal { + display:none; } -.hide-button:hover { - color: black; +.show-state-capture { + display:none; +} + +.hide-state-join { + display:block; +} + +.hide-state-reveal { + display:block; +} + +.hide-state-capture { + display:block; +} + +/* Players list starts out hidden (until a player is added). */ +#players-div { + display:none; +} + +/* Host tools start out hidden. */ +#host-tools { + display: none; +} + +input { + height: 40px; +} + +#character-reveal { + color: #333738; + font-size: 300%; + font-weight: bold; }