aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/classic.css22
-rw-r--r--webAO/styles/client.css8
-rw-r--r--webAO/styles/default.css2
-rw-r--r--webAO/styles/soj.css2
4 files changed, 11 insertions, 23 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css
index eef35c6..b59cf32 100644
--- a/webAO/styles/classic.css
+++ b/webAO/styles/classic.css
@@ -3,11 +3,7 @@ body {
}
img {
- image-rendering: -moz-crisp-edges;
- image-rendering: -o-crisp-edges;
- image-rendering: -webkit-optimize-contrast;
- image-rendering: crisp-edges;
- -ms-interpolation-mode: nearest-neighbor;
+ image-rendering: pixelated;
}
.text_white {
@@ -43,7 +39,7 @@ img {
}
.text_rainbow {
- background-color: rgb(255, 255, 255);
+ background-color: #fff;
background-image: repeating-linear-gradient(to right,
red 0% 8%, orange 8% 16%, yellow 16% 24%, green 24% 32%, blue 32% 40%,
red 40% 48%, orange 48% 56%, yellow 56% 64%, green 64% 72%, blue 72% 80%,
@@ -88,11 +84,11 @@ img {
min-width: 3.25em;
text-justify: distribute;
letter-spacing: 0.075em;
- background: rgb(56, 56, 163, 0.5);
- box-shadow: 0.075em 0.075em rgb(0, 56, 163, 0.5) inset;
+ background: rgba(56, 56, 163, 0.5);
+ box-shadow: 0.075em 0.075em rgba(0, 56, 163, 0.5) inset;
left: 0;
top: 60.4%;
- border-color: rgb(255, 255, 255, 0.5);
+ border-color: rgba(255, 255, 255, 0.5);
border-style: ridge groove groove ridge;
border-width: 0.2em;
border-radius: 0.2em;
@@ -107,11 +103,11 @@ img {
width: calc(100% - 0.275em);
margin: auto;
height: 31.25%;
- border-color: rgb(255, 255, 255, 0.5);
+ border-color: rgba(255, 255, 255, 0.5);
border-style: ridge groove groove ridge;
border-width: 0.15em;
border-radius: 0.3em;
- background-color: rgb(0, 0, 16, 0.5);
+ background-color: rgba(0, 0, 16, 0.5);
top: 66.5%;
position: absolute;
word-break: keep-all;
@@ -170,7 +166,7 @@ img {
position: absolute;
content: "";
pointer-events: none;
- background: repeating-linear-gradient(transparent, transparent 3px, rgb(255, 255, 255, 0.2) 3px, rgb(255, 255, 255, 0.2) 4px);
+ background: repeating-linear-gradient(transparent, transparent 3px, rgba(255, 255, 255, 0.2) 3px, rgba(255, 255, 255, 0.2) 4px);
top: 0;
left: 0;
width: 100%;
@@ -185,7 +181,7 @@ img {
#client_iccontrols:after {
content: "";
pointer-events: none;
- background: repeating-linear-gradient(transparent, transparent 3px, rgb(255, 255, 255, 0.2) 3px, rgb(255, 255, 255, 0.2) 4px);
+ background: repeating-linear-gradient(transparent, transparent 3px, rgba(255, 255, 255, 0.2) 3px, rgba(255, 255, 255, 0.2) 4px);
top: 0;
left: 0;
width: 100%;
diff --git a/webAO/styles/client.css b/webAO/styles/client.css
index 841ec83..4c3f80f 100644
--- a/webAO/styles/client.css
+++ b/webAO/styles/client.css
@@ -346,14 +346,6 @@
border-width: 3px;
}
-.slider {
- padding-right: 4px;
- width: 80%;
- align-self: center;
- margin-left: auto;
- margin-right: auto;
-}
-
#client_defense_hp {
text-align: left;
}
diff --git a/webAO/styles/default.css b/webAO/styles/default.css
index 50b57c0..8ce47bd 100644
--- a/webAO/styles/default.css
+++ b/webAO/styles/default.css
@@ -43,7 +43,7 @@ img {
}
.text_rainbow {
- background-color: rgb(255, 255, 255);
+ background-color: #fff;
background-image: repeating-linear-gradient(to right,
red 0% 8%, orange 8% 16%, yellow 16% 24%, green 24% 32%, blue 32% 40%,
red 40% 48%, orange 48% 56%, yellow 56% 64%, green 64% 72%, blue 72% 80%,
diff --git a/webAO/styles/soj.css b/webAO/styles/soj.css
index 98e2634..023e5cb 100644
--- a/webAO/styles/soj.css
+++ b/webAO/styles/soj.css
@@ -35,7 +35,7 @@ body {
}
.text_rainbow {
- background-color: rgb(255, 255, 255);
+ background-color: #fff;
background-image: repeating-linear-gradient(to right,
red 0% 8%, orange 8% 16%, yellow 16% 24%, green 24% 32%, blue 32% 40%,
red 40% 48%, orange 48% 56%, yellow 56% 64%, green 64% 72%, blue 72% 80%,