diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-21 12:58:29 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-07 18:39:37 +0200 |
commit | f32d40bd233555f956d58ffe398218aa2c9cf633 (patch) | |
tree | 44f6799df89b68577980e61890253ae8939b14a8 /play.css | |
parent | e374b1ef04542fdfd57a035011f2895560829fd7 (diff) | |
download | time-of-crisis-f32d40bd233555f956d58ffe398218aa2c9cf633.tar.gz |
Barbarian invasions.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -236,6 +236,13 @@ body.p2 #Galatia_NPG { display: block } .legion.action { box-shadow: 0 0 0 1px #434343, 0 0 0 4px red; } .militia.action { box-shadow: 0 0 0 1px #434343, 0 0 0 4px red; } +.alamanni.action { box-shadow: 0 0 0 1px #393204, 0 0 0 4px white; } +.franks.action { box-shadow: 0 0 0 1px #1d323a, 0 0 0 4px white; } +.goths.action { box-shadow: 0 0 0 1px #002759, 0 0 0 4px white; } +.nomads.action { box-shadow: 0 0 0 1px #610700, 0 0 0 4px white; } +.sassanids.action { box-shadow: 0 0 0 1px #2f0042, 0 0 0 4px white; } +.rival_emperor.action { box-shadow: 0 0 0 1px #323214, 0 0 0 4px white; } + .red.selected { box-shadow: 0 0 0 1px #680000, 0 0 0 4px yellow; } .blue.selected { box-shadow: 0 0 0 1px #113854, 0 0 0 4px yellow; } .yellow.selected { box-shadow: 0 0 0 1px #553a00, 0 0 0 4px yellow; } |