diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-12-21 01:28:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-21 01:28:04 +0100 |
| commit | b288429cca94a461c8fa3d1936905d7e0e601d7f (patch) | |
| tree | 44598ada8bde27552482f89eec9e9b586d99e097 /webAO/styles/soj.css | |
| parent | 43074242c8278af037fb04f7a8dee7f7521272ce (diff) | |
| parent | 0a5407f752684a6dda837bf6b3a0b7b19631bacd (diff) | |
Merge pull request #210 from Troid-Tech/shoutbutton-height
Use client_button instead of objection_button
Diffstat (limited to 'webAO/styles/soj.css')
| -rw-r--r-- | webAO/styles/soj.css | 29 |
1 files changed, 8 insertions, 21 deletions
diff --git a/webAO/styles/soj.css b/webAO/styles/soj.css index ffc3b42..9e277c4 100644 --- a/webAO/styles/soj.css +++ b/webAO/styles/soj.css @@ -36,19 +36,6 @@ body { outline-offset: -1px; } -.objection_button { - margin: 1px; - padding: 2px 15px; - cursor: pointer; - text-align: center; - font-weight: bold; - color: #fff; - background: linear-gradient(to bottom, #6b3c10, #422008); - border: 1px solid #211408; - outline: 1px solid #846129; - outline-offset: -1px; -} - #client_log { position: relative; height: 100%; @@ -58,14 +45,14 @@ body { overflow-wrap: break-word; overflow-y: auto; font-size: medium; - background-color: rgba(0,0,0,0.8); + 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-top: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid #000; } @@ -73,11 +60,11 @@ body { 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; + 0 0 3px #39307b, + -1px -1px 0 #39307b, + 1px -1px 0 #39307b, + -1px 1px 0 #39307b, + 1px 1px 0 #39307b; } .iclog_text::before { @@ -127,4 +114,4 @@ body { display: inline-block; transition: 1s linear; transition-property: width; -}
\ No newline at end of file +} |
