X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=empires%2Fstyle.css;fp=empires%2Fstyle.css;h=1a57b07c00fdd007d5609ddc1de9837011d1ca1c;hb=05dc239c21e567bdd50d6fee2e8bffff72981b5f;hp=1d853d90f3b22cc830bddb06e94f28fc9ee8d958;hpb=a0d7917c34bd5fdb87969ff459ed3036210fc0c9;p=lmno.games diff --git a/empires/style.css b/empires/style.css index 1d853d9..1a57b07 100644 --- a/empires/style.css +++ b/empires/style.css @@ -31,3 +31,27 @@ .hide-button:hover { color: black; } + +.show-state-join { + display:none; +} + +.show-state-reveal { + display:none; +} + +.show-state-capture { + display:none; +} + +.hide-state-join { + display:block; +} + +.hide-state-reveal { + display:block; +} + +.hide-state-capture { + display:block; +}