From 18629bfa646e4b0596a3c1ae9c6a3e3ba58347b9 Mon Sep 17 00:00:00 2001 From: Qube Date: Wed, 18 Jul 2018 21:40:26 +0700 Subject: Add pre-animation, flash, shake, flip, and text color + Fix shout order according to AO2 specification --- webAO/client.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'webAO/client.css') 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%; -- cgit