diff options
| author | sD <stoned@derpymail.org> | 2020-02-12 23:51:23 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-12 23:51:23 +0100 |
| commit | 32007d4fbddbeeea5ed70782e32fc47da44ee3a3 (patch) | |
| tree | 1ed0349d7d3df426e40c5031cda785674193e355 | |
| parent | 1415031072076b0106c6360d21bff7691f87395f (diff) | |
webfont wasn't working, make chatbox perfect
| -rw-r--r-- | webAO/styles/classic.css | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index 61ed26d..72dd652 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -2,15 +2,6 @@ body { font-family: "Ace Attorney", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS Gothic", "MS Pゴシック", "Tahoma", Sans; } -@font-face {font-family: "Ace Attorney"; - src: url("http://db.onlinewebfonts.com/t/87d085871afb0367e9da0e9d1e3de089.eot"); /* IE9*/ - src: url("http://db.onlinewebfonts.com/t/87d085871afb0367e9da0e9d1e3de089.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ - url("http://db.onlinewebfonts.com/t/87d085871afb0367e9da0e9d1e3de089.woff2") format("woff2"), /* chrome firefox */ - url("http://db.onlinewebfonts.com/t/87d085871afb0367e9da0e9d1e3de089.woff") format("woff"), /* chrome firefox */ - url("http://db.onlinewebfonts.com/t/87d085871afb0367e9da0e9d1e3de089.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/ - url("http://db.onlinewebfonts.com/t/87d085871afb0367e9da0e9d1e3de089.svg#Ace Attorney") format("svg"); /* iOS 4.1- */ -} - img { image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; @@ -19,6 +10,10 @@ img { -ms-interpolation-mode: nearest-neighbor; } +#client_chatcontainer { + filter:none; +} + #client_name { display: none; padding: 0 6px; @@ -31,12 +26,10 @@ img { background: rgb(56, 56, 163, 0.5); box-shadow: 1px 1px rgb(0, 56, 163, 0.5) inset; left: 1px; - top: 60.5%; - top: calc(60.5% + 1px); + top: 60.93%; border-radius: 3px; -moz-outline-radius: 3px; outline-radius: 3px; - outline-offset: -1px; position: absolute; z-index: 1; } @@ -47,7 +40,7 @@ img { width: 98%; width: calc(100% - 4px); margin: auto; - height: 31.5%; + height: 32.3%; border: rgb(255, 255, 255, 0.5) solid 2px; background-color: rgb(0, 0, 0, 0.5); top: 66.5%; @@ -61,10 +54,10 @@ img { } #client_chat p { - padding: 3px 8px; + padding: 1.4% 3.13%; color: white; margin: 1px; - letter-spacing: 1px; + letter-spacing: 0.4%; line-height: 90%; } |
