diff options
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/classic.css | 13 | ||||
| -rw-r--r-- | webAO/styles/client.css | 14 |
2 files changed, 21 insertions, 6 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index ffd7b28..985c04f 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -15,13 +15,26 @@ img { image-rendering: pixelated; } +hr { + height: 6px; + width: 100%; + background-color: #c6c6c6; + background: repeating-linear-gradient(to right,#f7f7f7, #f7f7f7 1px, #8c8c8c 1px, #8c8c8c 2px, #c6c6c6 2px, #c6c6c6 16px); + margin: 0; +} + #evi_name { background-color: #393939; color: #ffad18; + border: none; } #evi_desc { flex: 1 auto; + border-top: 1px solid #6b946b; + border-left: 1px solid #6b946b; + border-right: none; + border-bottom: none; background-color: #9cc694; } diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 4063b67..fa020ef 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -126,6 +126,7 @@ max-height: 60px; margin: 3px; border: 1px solid #000; + vertical-align: top; } #client_icwrapper { @@ -321,17 +322,18 @@ .evi_icon { width: 70px; + min-width: 70px; height: 70px; - background-color: #787878; - outline-color: #886060; - outline-width: 1px; - outline-style: inset; - outline-offset: -1px; + background-color: #7b7b7b; + outline: 2px ridge #fff; + outline-offset: -2px; + margin-right: 2px; } #evi_options { display: inline-block; - padding-left: 5px; + width: 100%; + border: 2px ridge white; } #evi_options label { |
