diff options
| author | Qube <qchinious@gmail.com> | 2018-07-19 20:12:57 +0700 |
|---|---|---|
| committer | Qube <qchinious@gmail.com> | 2018-07-19 20:12:57 +0700 |
| commit | adf3cacdf2c6426a7eb7ea5fc500082992f357aa (patch) | |
| tree | 98eb2af9cb5ee0ba90fa808b54f779f4c754d24e /webAO/client.css | |
| parent | 5b12a4d6572bca5ae73474f84362cc3507ae3f3c (diff) | |
Add evidence and mainmenu
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/webAO/client.css b/webAO/client.css index 5f04c39..f2cdd0e 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -174,6 +174,16 @@ img { left: 0; } +#client_evi { + opacity: 0; + position: absolute; + background-repeat: no-repeat; + background-size: contain; + height: 0%; + width: auto; + top: 1.5em; +} + #client_shout { position: absolute; height: 100%; @@ -324,6 +334,12 @@ img { height: 20px; } +#evi_icon { + background-image: url('misc/empty.png'); + background-repeat: no-repeat; + background-size: contain; +} + .slider { padding-right: 4px; width: 80%; @@ -347,6 +363,26 @@ img { padding: 1px; } +.client_button.hover_button.inactive{ + display: none; +} + +.client_button.hover_button:hover{ + margin:-2px; + border-radius: 5px; + border-style: dashed; + border-width: 2px; + border-color: #FFD081; +} + +.client_button.hover_button:hover{ + margin:-2px; + border-radius: 5px; + border-style: dashed; + border-width: 2px; + border-color: #FFD081; +} + .dark { filter: brightness(50%); } @@ -377,4 +413,29 @@ img { .hrtext:after { left: 0.5em; margin-right: -50%; +} + +.menu_content{ + margin: 15px 15px; + display: none; +} + +.menu_content.active{ + display: block; +} + +.menu_icon{ + cursor: pointer; + line-height:15px; + display: inline-table; + margin: 10px 15px; + opacity: 1; +} + +.menu_icon.active{ + opacity: 0.25; +} + +.material-icons.em-3 { + font-size: 3em; }
\ No newline at end of file |
