From 078c086cd02aa209062e003fac67df3201c4684b Mon Sep 17 00:00:00 2001 From: sD Date: Fri, 31 Jul 2020 21:54:13 +0200 Subject: use my new spinoff that has cyrillic instaed of borginian --- webAO/styles/chatbox/aa.css | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'webAO/styles/chatbox/aa.css') diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index 434c33a..f0426fd 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -33,25 +33,12 @@ /* Webfont CSS setup for Igiari by Caveras */ @font-face { - font-family:'Igiari'; - src:url('../igiari/Igiari.eot'); - src:url('../igiari/Igiari.eot?#iefix') format('embedded-opentype'), - url('../igiari/Igiari.woff') format('woff'), - url('../igiari/Igiari.ttf') format('truetype'), - url('../igiari/Igiari.svg#Igiari') format('svg'); + font-family:'Igiari Cyrillic'; + src: url('../igiari/igiari-cyrillic.ttf'); font-weight:normal; font-style:normal; } -@media screen and (-webkit-min-device-pixel-ratio:0) { - @font-face { - font-family:'Igiari'; - src: url('../igiari/Igiari.svg') format('svg'); - font-weight:normal; - font-style:normal; - } -} - #client_chatcontainer { display: block; position: absolute; @@ -60,7 +47,7 @@ height: 40%; width: 100%; filter: none; - font-family: "Igiari", "MS PGothic", "MS UI Gothic", "MS Sans Serif", "Hiragino Maru Gothic Pro", "Mitra Mono", "Mukti Narrow", "Meera", "Khmer OS", "FreeSans", "Gargi", sans-serif; + font-family: "Igiari Cyrillic", "MS PGothic", "MS UI Gothic", "MS Sans Serif", "Hiragino Maru Gothic Pro", "Mitra Mono", "Mukti Narrow", "Meera", "Khmer OS", "FreeSans", "Gargi", sans-serif; } #client_name { -- cgit From 73157e0ef46e959c727c9f8dda9fa66272362a58 Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 26 Aug 2020 00:01:13 +0200 Subject: use new font for name --- webAO/styles/chatbox/aa.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'webAO/styles/chatbox/aa.css') diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index f0426fd..ad9edc1 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -39,6 +39,13 @@ font-style:normal; } +@font-face { + font-family:'Ace Name'; + src: url('../Ace_Name_Regular.ttf'); + font-weight:normal; + font-style:normal; +} + #client_chatcontainer { display: block; position: absolute; @@ -47,7 +54,6 @@ height: 40%; width: 100%; filter: none; - font-family: "Igiari Cyrillic", "MS PGothic", "MS UI Gothic", "MS Sans Serif", "Hiragino Maru Gothic Pro", "Mitra Mono", "Mukti Narrow", "Meera", "Khmer OS", "FreeSans", "Gargi", sans-serif; } #client_name { @@ -67,6 +73,7 @@ border-width: 0.2em; border-radius: 0.2em; z-index: 1; + font-family: "Ace Name", "Igiari Cyrillic", "MS PGothic", "MS UI Gothic", "MS Sans Serif", "Hiragino Maru Gothic Pro", "Mitra Mono", "Mukti Narrow", "Meera", "Khmer OS", "FreeSans", "Gargi", sans-serif; } #client_inner_name { @@ -96,6 +103,7 @@ text-align: left; overflow: hidden; scroll-behavior: smooth; + font-family: "Igiari Cyrillic", "MS PGothic", "MS UI Gothic", "MS Sans Serif", "Hiragino Maru Gothic Pro", "Mitra Mono", "Mukti Narrow", "Meera", "Khmer OS", "FreeSans", "Gargi", sans-serif; } #client_inner_chat { -- cgit From 8f07d28271c82e7324f286c0b5611e7e5d33c829 Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 26 Aug 2020 00:53:52 +0200 Subject: adjust the spacings for the new font --- webAO/styles/chatbox/aa.css | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'webAO/styles/chatbox/aa.css') diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index ad9edc1..e6d590c 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -63,24 +63,26 @@ top: 1%; height: 13%; min-width: 3.25em; - font-size: 1.1em; - background: rgba(56, 56, 163, 0.5); + font-size: 0.8em; + background: rgba(60, 85, 255, 0.4); box-shadow: 0.075em 0.075em rgba(0, 56, 163, 0.5) inset; margin: 0; - padding: 0 2%; + padding-top: 0.4%; + padding-left: 1.955%; + padding-right: 1.955%; border-color: rgba(255, 255, 255, 0.5); border-style: ridge groove groove ridge; border-width: 0.2em; - border-radius: 0.2em; + border-radius: 0.3em; z-index: 1; font-family: "Ace Name", "Igiari Cyrillic", "MS PGothic", "MS UI Gothic", "MS Sans Serif", "Hiragino Maru Gothic Pro", "Mitra Mono", "Mukti Narrow", "Meera", "Khmer OS", "FreeSans", "Gargi", sans-serif; } #client_inner_name { text-justify: distribute; - letter-spacing: 0.075em; line-height: 100%; margin: 0; + margin-top: 2.75%; } #client_chat { @@ -92,11 +94,11 @@ width: calc(100% - 0.25em); height: 78%; margin: auto; - border-color: rgba(255, 255, 255, 0.5); + border-color: rgba(255, 255, 255, 0.6); border-style: ridge groove groove ridge; border-width: 0.15em; - border-radius: 0.2em; - background-color: rgba(0, 0, 16, 0.5); + border-radius: 0.15em; + background-color: rgba(0, 0, 16, 0.55); font-size: 1.6em; word-break: keep-all; overflow-wrap: break-word; -- cgit From de1a52948150f8e3bee642fa42fcd3a298ac497b Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 26 Aug 2020 01:25:25 +0200 Subject: font is only ever used by chatboxes --- webAO/styles/chatbox/aa.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/styles/chatbox/aa.css') diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index e6d590c..55a501e 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -41,7 +41,7 @@ @font-face { font-family:'Ace Name'; - src: url('../Ace_Name_Regular.ttf'); + src: url('./ace-name.ttf'); font-weight:normal; font-style:normal; } -- cgit