diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-10 21:59:09 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-10 21:59:09 +0000 |
commit | 3906a65b1e02aa1b60853e3129f1f921f85bf5a6 (patch) | |
tree | e6701810d01fe561ce5f45baef5880ef4d1a35bc /play.css | |
parent | 8eb0411bad2ce49f99ce5b21b576104a91e9bc45 (diff) | |
parent | 97656ab8c2b6a97f2616afa468bc002f1b85af40 (diff) | |
download | 1989-dawn-of-freedom-3906a65b1e02aa1b60853e3129f1f921f85bf5a6.tar.gz |
Merge branch 'main' into log
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -73,6 +73,37 @@ body.Communist header.your_turn { background-color: hsl(355, 70%, 75%); } #log .card_name:hover { text-decoration: underline; } #log .space_tip:hover { cursor: pointer; text-decoration: underline; } +#log .icon { + display: inline-block; + vertical-align: -2px; + width: 12px; + height: 12px; + box-shadow: none; + border: none; + background-size: contain; + background-position: center; + background-repeat: no-repeat; +} + +#log .com_nc { background-image: url(images/SVd_blank.gif);} +#log .com_c {background-image: url(images/SV_blank.gif);} +#log .dem_nc { background-image: url(images/USd_blank.gif);} +#log .dem_c {background-image: url(images/favicon_dem.svg);} + +#log .number { + display: inline-block; + margin: 0; + text-indent: 0; + text-align: center; + width: 12px; + height: 12px; + line-height: 12px; + border: 1px solid #444; +} + +#log .number.d_tst { background-color: hsl(206, 85%, 80%); } +#log .number.c_tst { background-color: hsl(355, 70%, 80%); } + /* MAP */ #mapwrap { |