X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=empires%2Fstyle.css;h=f7c9e4cf4980629786b7152fafad575221cbf891;hb=13375caac10b8303640e39e558ef7ed8e737c40b;hp=89bca0c56477ade2bb19a281e1f9c45d492b2bec;hpb=fdf092626542c31b23cbb53a345dcb24f48ff90c;p=lmno.games diff --git a/empires/style.css b/empires/style.css index 89bca0c..f7c9e4c 100644 --- a/empires/style.css +++ b/empires/style.css @@ -1,35 +1,5 @@ -/* 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; +p,dl,dd { + margin-bottom: 1em; } .show-state-join { @@ -60,3 +30,18 @@ #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; +}