From 2bd60e1f75768e0b9dee4fe62978fa313624e35a Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 12 Feb 2020 17:38:18 +0100 Subject: make classic theme look more like AA --- webAO/styles/classic.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'webAO/styles/classic.css') diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index 5235f70..3ac5bfe 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -44,4 +44,36 @@ img { #client_chat p { margin: 4px; color: white; +} + +#evi_name { + background-color: #393939; + color: #ffad18; +} + +#evi_desc { + flex: 1 auto; + background-color: #9cc694; +} + +#client_menu { + background-color: #5a5a5a; + overflow-y: auto; + height: 100%; +} + +#client_menu:after { + position: absolute; + content:""; + pointer-events: none; + background: repeating-linear-gradient(transparent, transparent 3px, rgba(255,255,255,0.2) 3px, rgba(255,255,255,0.2) 4px); + top:0; + left:0; + width:100%; + height:100%; + opacity:0.5; + } + +.menu_content { + background-color: #847342; } \ No newline at end of file -- cgit