aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/classic.css42
1 files changed, 42 insertions, 0 deletions
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