From 04c68c2668de902246630b658c799c406f4187fa Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 24 Oct 2024 12:24:54 +0200 Subject: Show active subsidies in power panels. --- play.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'play.css') diff --git a/play.css b/play.css index d288ba3..792b1a4 100644 --- a/play.css +++ b/play.css @@ -363,6 +363,22 @@ span.suit.reserve { color: var(--color-reserve); font-weight: bold; font-family: /* MARKERS */ +span.subsidy { + display: inline-block; + font-weight: bold; + line-height: 1; + margin: 0 2px; + padding: 0 2px; + border: 1px solid black; +} + +span.subsidy.france { color: gold; background-color: #f21c26 } +span.subsidy.prussia { color: gold; background-color: #005988 } +span.subsidy.pragmatic { color: gainsboro; background-color: #7d7a7a } +span.subsidy.austria { color: #444; background-color: white } +span.subsidy.bavaria { color: brown; background-color: #fca808 } +span.subsidy.saxony { color: gold; background-color: #147d36 } + #combat { position: absolute; width: 36px; -- cgit v1.2.3