diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-28 12:07:11 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-28 23:33:22 +0100 |
commit | 3806f4314837fcdb952173076b133944844f32df (patch) | |
tree | 732c018b560ffd2e84de707cb651ce4cbfe74906 /play.css | |
parent | 41df873b95bd489975cb69f37ba024f2fdb479eb (diff) | |
download | maria-3806f4314837fcdb952173076b133944844f32df.tar.gz |
more visible overfulfilment warning!
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 43 |
1 files changed, 37 insertions, 6 deletions
@@ -452,14 +452,45 @@ span.suit.reserve { color: var(--color-reserve); font-weight: bold; font-family: .missing { position: absolute; - font-size: 18px; - line-height: 18px; + background-color: #c00c; + box-sizing: border-box; + color: white; + font-weight: bold; + font-size: 16px; + line-height: 20px; + padding: 6px; + white-space: pre; + text-align: center; } -#missing_pragmatic { top: 105px; left: 860px; } -#missing_prussia { top: 76px; left: 1990px; } -#missing_austria { top: 1562px; left: 2395px; } -#missing_france { top: 1568px; left: 145px; } +#missing_pragmatic { + left: 779px; + top: 79px; + width: 116px; + height: 58px; +} + +#missing_prussia { + left: 1909px; + top: 58px; + width: 116px; + height: 58px; +} + +#missing_austria { + left: 2316px; + top: 1543px; + width: 116px; + height: 58px; +} + +#missing_france { + background-color: #c00c; + left: 66px; + top: 1541px; + width: 116px; + height: 58px; +} /* SPACES */ |