X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=css%2Fstandard.css;h=bea5189fc31a9f8c764de2eca14c0055d50c325d;hp=d913af106b068b7939ca3c60c1c8789644293101;hb=01e982e40cc5679cdb4647aec7c37d3d789eeb4b;hpb=34ca8d684f3515232508f4a581828f5f069c323f diff --git a/css/standard.css b/css/standard.css index d913af1..bea5189 100644 --- a/css/standard.css +++ b/css/standard.css @@ -27,16 +27,22 @@ font-size: smaller; } -.joingame,.sickness,.poverty,.total { +.joingame,.sickness,.poverty,.total,.message { position: absolute; - width: 10%; + width: 20%; - top:24em; - left:45%; - right:45%; + top:20em; + left:40%; + right:40%; text-align: center; } +.poverty { + top:32em; + z-index:15; + background-color:#fff; +} + .rules { margin-top:20em; }