diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-29 21:40:25 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-29 23:06:03 +0100 |
commit | b81278195d8184e77fe778c325a74aa865562792 (patch) | |
tree | d56eeff66cb7d87fb1857dd7550a03a739e05612 /play.css | |
parent | 45802984b67a050844077ee45ecc22458d44311b (diff) | |
download | maria-b81278195d8184e77fe778c325a74aa865562792.tar.gz |
Fully colored power action buttons.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -46,6 +46,18 @@ body { padding-right: 3px; } +button:has(.austria) { background-color: #ffffff; } +button:has(.bavaria) { background-color: #ffc825; border-color: #fff766 #c69100 #c69100 #fff766; box-shadow: 0 0 0 1px #5c2a00; } +button:has(.bavaria):active:hover { border-color: #c69100 #fff766 #fff766 #c69100; } +button:has(.france) { background-color: #ed1c24; border-color: #ff544d #c00000 #c00000 #ff544d; box-shadow: 0 0 0 1px #680000; } +button:has(.france):active:hover { border-color: #c00000 #ff544d #ff544d #c00000; } +button:has(.pragmatic) { background-color: #5f5c5c; border-color: #7a7777 #454242 #454242 #7a7777; box-shadow: 0 0 0 1px #161313; } +button:has(.pragmatic):active:hover { border-color: #454242 #7a7777 #7a7777 #454242; } +button:has(.prussia) { background-color: #005988; border-color: #2973a4 #00406d #00406d #2973a4; box-shadow: 0 0 0 1px #000f3a; } +button:has(.prussia):active:hover { border-color: #00406d #2973a4 #2973a4 #00406d; } +button:has(.saxony) { background-color: #157d36; border-color: #3e9d54 #005e17 #005e17 #3e9d54; box-shadow: 0 0 0 1px #002500; } +button:has(.saxony):active:hover { border-color: #005e17 #3e9d54 #3e9d54 #005e17; } + .role_marker { display: inline-block; width: 30px; |