From 5cebf578fe1f1df1c3cd617b0a265468c0e9b8fc Mon Sep 17 00:00:00 2001 From: sD Date: Thu, 13 Feb 2020 21:18:06 +0100 Subject: theme the ic log --- webAO/styles/classic.css | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'webAO/styles/classic.css') 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 -- cgit