diff options
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 |
