aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/inferior.css
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/styles/inferior.css')
-rw-r--r--webAO/styles/inferior.css121
1 files changed, 60 insertions, 61 deletions
diff --git a/webAO/styles/inferior.css b/webAO/styles/inferior.css
index 18c5ae6..e983d87 100644
--- a/webAO/styles/inferior.css
+++ b/webAO/styles/inferior.css
@@ -1,107 +1,106 @@
body {
- font-family: "Arial", sans-serif;
+ font-family: "Arial", sans-serif;
}
img {
- image-rendering: crisp-edges;
- image-rendering: pixelated;
+ image-rendering: crisp-edges;
+ image-rendering: pixelated;
}
-input[type=text] {
- background-color: #575757;
- color: #fff;
+input[type="text"] {
+ background-color: #575757;
+ color: #fff;
}
::placeholder {
- color: #ababab;
- opacity: 1;
+ color: #ababab;
+ opacity: 1;
}
select {
- background-color: #a9a9a9;
- color: #000;
+ background-color: #a9a9a9;
+ color: #000;
}
.client_button {
- margin: 1px;
- padding: 2px 15px;
- cursor: default;
- text-align: center;
- font-weight: bold;
- color: white;
- background-color: #7c2900;
- border-radius: 3px;
- border-style: solid;
- border-width: 1px;
- border-color: #9a5a34 #4a3d36 #6e2200 #4a3d36;
- box-shadow: 1px 1px inset;
+ margin: 1px;
+ padding: 2px 15px;
+ cursor: default;
+ text-align: center;
+ font-weight: bold;
+ color: white;
+ background-color: #7c2900;
+ border-radius: 3px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: #9a5a34 #4a3d36 #6e2200 #4a3d36;
+ box-shadow: 1px 1px inset;
}
.evi_icon {
- width: 70px;
- min-width: 70px;
- height: 70px;
- background-color: #7b7b7b;
- outline: 2px ridge #fff;
- outline-offset: -2px;
- margin-right: 2px;
+ width: 70px;
+ min-width: 70px;
+ height: 70px;
+ background-color: #7b7b7b;
+ outline: 2px ridge #fff;
+ outline-offset: -2px;
+ margin-right: 2px;
}
#client_inputbox {
- background-color: #808080;
- color: #fff;
+ background-color: #808080;
+ color: #fff;
}
#client_iccontrols {
- background: #303030;
+ background: #303030;
}
#client_log {
- color: #fff;
- background-color: #000;
+ color: #fff;
+ background-color: #000;
}
#client_defense_hp {
- text-align: left;
- border-color: #486eca;
+ text-align: left;
+ border-color: #486eca;
}
-#client_defense_hp>.health-bar {
- background-color: #333c8e;
+#client_defense_hp > .health-bar {
+ background-color: #333c8e;
}
#client_prosecutor_hp {
- text-align: right;
- border-color: #ca4848;
+ text-align: right;
+ border-color: #ca4848;
}
-#client_prosecutor_hp>.health-bar {
- background-color: #8e0000;
-
+#client_prosecutor_hp > .health-bar {
+ background-color: #8e0000;
}
.health-box {
- background-color: #000;
- height: 20px;
- width: 50%;
- margin: 0 auto;
- border-style: solid none;
- border-width: 0.1em;
- box-sizing: border-box;
- display: block;
+ background-color: #000;
+ height: 20px;
+ width: 50%;
+ margin: 0 auto;
+ border-style: solid none;
+ border-width: 0.1em;
+ box-sizing: border-box;
+ display: block;
}
.health-bar {
- width: 100%;
- height: 100%;
- bottom: 0;
- position: relative;
- display: inline-block;
- transition: 1s linear;
- transition-property: width;
+ width: 100%;
+ height: 100%;
+ bottom: 0;
+ position: relative;
+ display: inline-block;
+ transition: 1s linear;
+ transition-property: width;
}
#client_ooclog {
- background-color: #8b8b8b;
- color: #000;
-} \ No newline at end of file
+ background-color: #8b8b8b;
+ color: #000;
+}