diff options
| author | sD <stoned@derpymail.org> | 2020-04-26 18:42:39 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-26 18:42:39 +0200 |
| commit | db58467bdf064a99fa2fe43652938e0baa003d74 (patch) | |
| tree | 91804af34bf205bbfda5038775ef4b9ea5a489c7 | |
| parent | c499900cfba6052cf4e75a423cceb23146a76a6b (diff) | |
more soj styling
| -rw-r--r-- | webAO/styles/soj.css | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/webAO/styles/soj.css b/webAO/styles/soj.css index afc555a..6b43aaa 100644 --- a/webAO/styles/soj.css +++ b/webAO/styles/soj.css @@ -2,13 +2,38 @@ body { font-family: sans-serif; } +.evi_icon { + width: 70px; + min-width: 70px; + height: 70px; + background-color: #848284; + outline: 2px ridge #fff; + border: 1px solid #181818; + outline-offset: -2px; + margin-right: 2px; +} + #evi_name { - background-color: #242e25; + color: #e7e3c6; + background-color: #293431; } #evi_desc { flex: 1 auto; - background: repeating-linear-gradient(#83b893, #83b893 14px, #222 14px, #222 15px); + background: repeating-linear-gradient(#84ae8c, #84ae8c 14px, #4a6952 14px, #4a6952 15px); +} + +.client_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_defense_hp { |
