diff options
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; } |