From f32d40bd233555f956d58ffe398218aa2c9cf633 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 21 Jun 2023 12:58:29 +0200 Subject: Barbarian invasions. --- play.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'play.css') diff --git a/play.css b/play.css index 65a5d64..0a283d5 100644 --- a/play.css +++ b/play.css @@ -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; } -- cgit v1.2.3