diff options
| author | sD <stoned@derpymail.org> | 2020-02-13 21:18:06 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-13 21:18:06 +0100 |
| commit | 5cebf578fe1f1df1c3cd617b0a265468c0e9b8fc (patch) | |
| tree | 398980c865c66ec0a3645713898e1b755c66bc89 /webAO/styles/classic.css | |
| parent | a2578ee5c3d49bae23981656cd2b468c2d73275a (diff) | |
theme the ic log
Diffstat (limited to 'webAO/styles/classic.css')
| -rw-r--r-- | webAO/styles/classic.css | 25 |
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 |
