diff options
| author | sD <stoned@derpymail.org> | 2020-04-26 19:35:54 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-26 19:35:54 +0200 |
| commit | e8c7d75b258b74bf39cc78c0fac3727ef8a15682 (patch) | |
| tree | 97612221dc4bd066a464df8feb40bee06d9c174f /webAO/styles/soj.css | |
| parent | 9032d59a38e428404bf71c211349edff872f96ce (diff) | |
make soj log fancy
Diffstat (limited to 'webAO/styles/soj.css')
| -rw-r--r-- | webAO/styles/soj.css | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/webAO/styles/soj.css b/webAO/styles/soj.css index 6b43aaa..2366c5f 100644 --- a/webAO/styles/soj.css +++ b/webAO/styles/soj.css @@ -36,6 +36,48 @@ body { outline-offset: -1px; } +#client_log { + position: relative; + height: 100%; + color: #fff; + word-break: keep-all; + word-wrap: break-word; + overflow-wrap: break-word; + overflow-y: auto; + font-size: medium; + background-color: rgba(0,0,0,0.8); + text-align: start; + line-height: .85em; +} + +#client_log>p { + line-height: 1.1em; + border-top: 1px solid rgba(255,255,255,0.2); + border-bottom: 1px solid #000; +} + +.iclog_name { + font-weight: initial; + padding-right: .35em; + text-shadow: + 0 0 3px #39307b, + -1px -1px 0 #39307b, + 1px -1px 0 #39307b, + -1px 1px 0 #39307b, + 1px 1px 0 #39307b; +} + +.iclog_text::before { + content: "\A"; + white-space: pre; +} + +.iclog_time { + float: right; + padding-right: .5em; + color: #dbdbdb; +} + #client_defense_hp { text-align: left; } |
