diff options
| author | sD <stoned@derpymail.org> | 2020-02-13 09:11:33 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-13 09:11:33 +0100 |
| commit | 9fd13d1cc617fdc55129bbedcf2f7dc7a3e8ea3d (patch) | |
| tree | 0fd60d626b946ed5d2e33bbfd40db5e41e8ad585 | |
| parent | d7b6d6ae53314168b99019694ed89cb2a3b09a12 (diff) | |
darker inner border can be done with ridge/groove
| -rw-r--r-- | webAO/styles/classic.css | 31 | ||||
| -rw-r--r-- | webAO/styles/client.css | 2 |
2 files changed, 17 insertions, 16 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index b5c7de9..765b340 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -16,20 +16,19 @@ img { #client_name { display: none; - padding: 0 6px; - height: 5%; + padding: 0 0.45em; + height: 5.2%; min-width: 3.25em; text-justify: distribute; - letter-spacing: 1px; - outline: 1px solid rgb(255, 255, 255, 0.5); - border: rgb(33, 33, 33, 0.5) solid 1px; + letter-spacing: 0.075em; background: rgb(56, 56, 163, 0.5); - box-shadow: 1px 1px rgb(0, 56, 163, 0.5) inset; - left: 1px; - top: 60.93%; - border-radius: 3px; - -moz-outline-radius: 3px; - outline-radius: 3px; + box-shadow: 0.075em 0.075em rgb(0, 56, 163, 0.5) inset; + left: 0; + top: 60.4%; + border-color: rgb(255, 255, 255, 0.5); + border-style: ridge groove groove ridge; + border-width: 0.2em; + border-radius: 0.2em; position: absolute; z-index: 1; } @@ -38,13 +37,15 @@ img { font-size: 1em; display: none; width: 98.4375%; - width: calc(100% - 0.3em); + width: calc(100% - 0.275em); margin: auto; height: 31.25%; - border: rgb(255, 255, 255, 0.5) solid 0.15em; - background-color: rgb(0, 0, 0, 0.5); - top: 66.5%; + border-color: rgb(255, 255, 255, 0.5); + border-style: ridge groove groove ridge; + border-width: 0.15em; border-radius: 0.3em; + background-color: rgb(0, 0, 0, 0.5); + top: 66.5%; position: absolute; word-break: keep-all; overflow-wrap: break-word; diff --git a/webAO/styles/client.css b/webAO/styles/client.css index bbe8952..3be4db8 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -86,7 +86,7 @@ position: fixed; top: 0; left: 0; - width: 100%; + width: 98vw; height: 100%; overflow-y: auto; justify-content: center; |
