X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empires%2Fgame.css;fp=empires%2Fgame.css;h=bc3340bf2b75d9e0aa99bf6186b50f8c907492ce;hp=57cd206e989ce20c41288a1d6bb4d1c99b284e6a;hb=49cb71f5d7657c00ece637a6a08dcd763b113653;hpb=785d9a691a633a9a73f8b4db135651b06ba85947 diff --git a/empires/game.css b/empires/game.css index 57cd206..bc3340b 100644 --- a/empires/game.css +++ b/empires/game.css @@ -1,28 +1,28 @@ /* By default, hide things that are not to be shown - * until a particular game state is reached. */ -.show-state-join { + * until a particular game phase is reached. */ +.show-phase-join { display:none; } -.show-state-reveal { +.show-phase-reveal { display:none; } -.show-state-capture { +.show-phase-capture { display:none; } /* And by default, show things that will be hidden - * when a particular game state is reached. */ -.hide-state-join { + * when a particular game phase is reached. */ +.hide-phase-join { display:block; } -.hide-state-reveal { +.hide-phase-reveal { display:block; } -.hide-state-capture { +.hide-phase-capture { display:block; }