aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/classic.css25
1 files changed, 23 insertions, 2 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css
index 4546777..eef35c6 100644
--- a/webAO/styles/classic.css
+++ b/webAO/styles/classic.css
@@ -116,8 +116,7 @@ img {
position: absolute;
word-break: keep-all;
overflow-wrap: break-word;
- text-align: justify;
- text-justify: inter-word;
+ text-align: left;
overflow: hidden;
scroll-behavior: smooth;
}
@@ -184,8 +183,11 @@ 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);
+ top: 0;
+ left: 0;
width: 100%;
height: 100%;
opacity: 0.5;
@@ -225,4 +227,23 @@ img {
background-color: #7b2900;
text-shadow: 0 0 4px #000;
border: #000 solid 1px;
+}
+
+#client_log {
+ color: white;
+ background: repeating-linear-gradient(black, black 3px, #181818 3px, #181818 4px);
+}
+
+.lm_tab {
+ color: white;
+ background-color: #7b3100;
+ text-shadow: 0 0 1px #632100;
+ border-color: #424242;
+}
+
+.lm_tab.lm_active {
+ color: white;
+ background-color: #efa521;
+ text-shadow: 0 0 1px #ce8421;
+ border-color: #b5b5b5;
} \ No newline at end of file