From d1d2a7b505848db6748e4ce2bec4255de9f0b077 Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 26 Jul 2020 14:31:38 +0200 Subject: update dgs nameplate font --- webAO/styles/chatbox/dgs.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'webAO/styles/chatbox') diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 2e0ab79..65f72a3 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -38,6 +38,14 @@ src: local('Cabin Condensed'), local('CabinCondensed-Regular'), url(https://fonts.gstatic.com/s/cabincondensed/v13/nwpMtK6mNhBK2err_hqkYhHRqmwqZ-LY.woff2) format('woff2'); } +@font-face { + font-family: 'Bitter'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: local('Bitter Regular'), local('Bitter-Regular'), url(https://fonts.gstatic.com/s/bitter/v15/rax8HiqOu8IVPmn7cYxpPDk.woff2) format('woff2'); + } + #client_chatcontainer { display: block; position: absolute; @@ -62,7 +70,7 @@ top: 0; border-radius: 3px; position: absolute; - font-family: "Times New Roman", serif; + font-family: "Bitter", "Times New Roman", serif; } #client_inner_name { -- cgit 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 +++---------------- webAO/styles/chatbox/chatfuture.css | 11 +++++------ 2 files changed, 8 insertions(+), 22 deletions(-) (limited to 'webAO/styles/chatbox') 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 { diff --git a/webAO/styles/chatbox/chatfuture.css b/webAO/styles/chatbox/chatfuture.css index 7fc704f..ae206b0 100644 --- a/webAO/styles/chatbox/chatfuture.css +++ b/webAO/styles/chatbox/chatfuture.css @@ -31,11 +31,10 @@ } @font-face { - font-family: 'ace_attorneyregular'; - src: url('../ace-attorney.woff2') format('woff2'), - url('../ace-attorney.woff') format('woff'); - font-weight: normal; - font-style: normal; + font-family:'Igiari Cyrillic'; + src: url('../igiari/igiari-cyrillic.ttf'); + font-weight:normal; + font-style:normal; } #client_chatcontainer { @@ -46,7 +45,7 @@ height: 40%; width: 100%; filter: none; - font-family: "Ace Attorney", "ace_attorneyregular", "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 395c3178eac98e70137f9c8c45a36825fa4e1ad6 Mon Sep 17 00:00:00 2001 From: sD Date: Tue, 18 Aug 2020 20:47:18 +0200 Subject: dr2 chatbox bg just scrolls away with the text, never to be seen again --- webAO/styles/chatbox/chatdr2.css | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'webAO/styles/chatbox') diff --git a/webAO/styles/chatbox/chatdr2.css b/webAO/styles/chatbox/chatdr2.css index 92af23c..b59b155 100644 --- a/webAO/styles/chatbox/chatdr2.css +++ b/webAO/styles/chatbox/chatdr2.css @@ -84,22 +84,6 @@ z-index: 3; } -#client_chat::before { - content: ""; - position: absolute; - - background-image: linear-gradient(45deg, rgba(0,0,0,0.1) 25%, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0.1) 75%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.1)), - linear-gradient(45deg, rgba(0,0,0,0.1) 25%, rgba(255,255,255,0.1) 25%, rgba(255,255,255,0.1) 75%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.1)); - background-size: 2em 2em; - background-position: 0 0, 1em 1em; - transform: rotate(-10deg); - width: 250%; - height: 400%; - top: -100%; - left: -100%; - z-index: 2; - } - #client_inner_chat { position: absolute; padding: 2% 4%; -- 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') 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') 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 +- webAO/styles/chatbox/ace-name.ttf | Bin 0 -> 49972 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 webAO/styles/chatbox/ace-name.ttf (limited to 'webAO/styles/chatbox') 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; } diff --git a/webAO/styles/chatbox/ace-name.ttf b/webAO/styles/chatbox/ace-name.ttf new file mode 100644 index 0000000..d5c6e88 Binary files /dev/null and b/webAO/styles/chatbox/ace-name.ttf differ -- cgit