X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empires%2Fstyle.css;h=8b0035648f0b19dcdcac8bb89e4ea892658ceec0;hp=1a57b07c00fdd007d5609ddc1de9837011d1ca1c;hb=0d3b2c75ae2fed4783121c1f9a390d1d8526e79c;hpb=05dc239c21e567bdd50d6fee2e8bffff72981b5f diff --git a/empires/style.css b/empires/style.css index 1a57b07..8b00356 100644 --- a/empires/style.css +++ b/empires/style.css @@ -1,37 +1,3 @@ -/* 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; -} - -.success { - background-color: #6abc6d; -} - -.warning { - background-color: #ffa92a; -} - -.danger { - background-color: #f56257 -} - -.hide-button { - color: white; - font-weight: bold; - float: right; - font-size: 150%; - cursor: pointer; -} - -.hide-button:hover { - color: black; -} - .show-state-join { display:none; } @@ -55,3 +21,23 @@ .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; +}