diff options
| author | Qube <qchinious@gmail.com> | 2018-07-18 21:40:26 +0700 |
|---|---|---|
| committer | Qube <qchinious@gmail.com> | 2018-07-18 21:40:26 +0700 |
| commit | 18629bfa646e4b0596a3c1ae9c6a3e3ba58347b9 (patch) | |
| tree | 41873203c143b5c6c49d6929d1cdd5daf2938aba /webAO/client.css | |
| parent | 6062f2f5ffe1b8cf7224871cf332e5604e806c4b (diff) | |
Add pre-animation, flash, shake, flip, and text color + Fix shout order according to AO2 specification
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/webAO/client.css b/webAO/client.css index dce841e..5f04c39 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -174,6 +174,22 @@ img { left: 0; } +#client_shout { + position: absolute; + height: 100%; + width: 100%; + bottom: 0; + left: 0; +} + +#client_background { + position: absolute; + background-color: transparent; + width:100%; + height:auto; + padding-bottom: 75%; +} + #client_name { display: none; height: 7%; |
