From db58467bdf064a99fa2fe43652938e0baa003d74 Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 26 Apr 2020 18:42:39 +0200 Subject: more soj styling --- webAO/styles/soj.css | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) (limited to 'webAO/styles') 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 { -- cgit