aboutsummaryrefslogtreecommitdiff
path: root/webAO/classic.css
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-02-12 16:02:48 +0100
committersD <stoned@derpymail.org>2020-02-12 16:02:48 +0100
commit69c761f55e3f7179aca2186f4e792772de1dc4a2 (patch)
tree71d86e4a5b257884bd1f7d43c49f56fa2ee5b81c /webAO/classic.css
parent3d35a9630bbf31d55fa76f0ffe142bddfcf5bd55 (diff)
move css into the before empty styles folder
Diffstat (limited to 'webAO/classic.css')
-rw-r--r--webAO/classic.css47
1 files changed, 0 insertions, 47 deletions
diff --git a/webAO/classic.css b/webAO/classic.css
deleted file mode 100644
index 5235f70..0000000
--- a/webAO/classic.css
+++ /dev/null
@@ -1,47 +0,0 @@
-body {
- font-family: "Ace Attorney", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "MS Gothic", "MS Pゴシック", "Tahoma", Sans;
-}
-
-img {
- image-rendering: -moz-crisp-edges;
- image-rendering: -o-crisp-edges;
- image-rendering: -webkit-optimize-contrast;
- image-rendering: crisp-edges;
- -ms-interpolation-mode: nearest-neighbor;
-}
-
-#client_name {
- display: none;
- padding: 0px 6px;
- height: 7%;
- border: 1px solid rgba(255, 255, 255, 0.7);
- background: rgba(73, 0, 254, 0.5);
- top: 63%;
- border-radius: 3px;
- position: absolute;
-}
-
-#client_chat {
- font-size: 1em;
- display: none;
- width: 98%;
- width: calc(100% - 4px);
- margin: auto;
- height: 30%;
- border: 2px solid rgba(255, 255, 255, 0.7);
- background-color: rgba(0, 0, 0, 0.5);
- top: 70%;
- border-radius: 4px;
- position: absolute;
- word-break: keep-all;
- word-wrap: break-word;
- overflow-wrap: break-word;
- text-align: left;
- overflow: hidden;
- scroll-behavior: smooth;
-}
-
-#client_chat p {
- margin: 4px;
- color: white;
-} \ No newline at end of file