diff options
| author | sD <stoned@derpymail.org> | 2020-02-12 17:38:18 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-12 17:38:18 +0100 |
| commit | 2bd60e1f75768e0b9dee4fe62978fa313624e35a (patch) | |
| tree | b746ea568c6c84d1a91cb7733ed55315148a581a /webAO/styles/classic.css | |
| parent | ff316096105a6702ee253f4448bebe58fc723038 (diff) | |
make classic theme look more like AA
Diffstat (limited to 'webAO/styles/classic.css')
| -rw-r--r-- | webAO/styles/classic.css | 32 |
1 files changed, 32 insertions, 0 deletions
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 |
