From 5c745d1ee60e09fa04bd9558e10963b7c5705838 Mon Sep 17 00:00:00 2001 From: sD Date: Thu, 27 Feb 2020 19:10:26 +0100 Subject: old AO colors --- webAO/styles/classic.css | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'webAO/styles/classic.css') diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index 1407130..3dfa854 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -241,4 +241,46 @@ img { background-color: #efa521; text-shadow: 0 0 1px #ce8421; border-color: #b5b5b5; +} + +#client_defense_hp { + text-align: left; +} + +#client_defense_hp>.health-bar { + background-color: #0000bd; + border-color: #8484ff transparent #00009c transparent; +} + +#client_prosecutor_hp { + text-align: right; +} + +#client_prosecutor_hp>.health-bar { + background-color: #bd0000; + border-color: #ff8484 transparent #9c0000 transparent; +} + +.health-box { + background-color: #292929; + height: 18px; + width: 50%; + margin: 0 auto; + border: ridge 2px #dedede; + border-radius: 2px; + box-sizing: border-box; + display: block; +} + +.health-bar { + width: 100%; + height: 60%; + height: calc(100% - 4px); + bottom: 0; + border-width: 2px; + border-style: groove none ridge none; + position: relative; + display: inline-block; + transition: 1s linear; + transition-property: width; } \ No newline at end of file -- cgit