X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=empires%2Fstyle.css;h=5dcda650433322e591c4e2a8942895448cfb6b75;hb=94562509de48088d7fb61bd58405e2ccd76a6c19;hp=1d853d90f3b22cc830bddb06e94f28fc9ee8d958;hpb=321709ca9f95c8a11fa01627b6b1ac0ae04d07fe;p=lmno.games diff --git a/empires/style.css b/empires/style.css index 1d853d9..5dcda65 100644 --- a/empires/style.css +++ b/empires/style.css @@ -1,33 +1,39 @@ -/* 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; +.show-state-join { + display:none; } -.success { - background-color: #6abc6d; +.show-state-reveal { + display:none; } -.warning { - background-color: #ffa92a; +.show-state-capture { + display:none; } -.danger { - background-color: #f56257 +.hide-state-join { + display:block; } -.hide-button { - color: white; - font-weight: bold; - float: right; - font-size: 150%; - cursor: pointer; +.hide-state-reveal { + display:block; } -.hide-button:hover { - color: black; +.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; +} + +#character-reveal { + color: #333738; + font-size: 300%; + font-weight: bold; }