www.lurk.org

LURK www landing page
git clone https://git.lurk.org/repos/www.lurk.org.git
Log | Files | Refs

commit 450dac0805a268219320ef2ac3c095c72b53d049
parent 4b3c8d1e8355133f1adcbcdf5f6005357478c09d
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sun Mar 29 15:38:16 +0200

unscii
Diffstat:
muc/muc.css | 19+++++++++++++++----
muc/unscii-16.woff | 0
2 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/muc/muc.css b/muc/muc.css
@@ -1,9 +1,15 @@
 @font-face {
  font-family: fixedsys;
  font-style: normal;
- //font-weight: 800;
+ font-weight: normal;
  src:local('FSEX302.ttf'), url('https://lurk.org/muc/FSEX302.ttf') format('truetype');
+}
 
+@font-face {
+ font-family: unscii;
+ font-style: normal;
+ font-weight: normal;
+ src:local('unscii-16.ttf'), url('https://lurk.org/muc/unscii-16.woff') format('woff');
 }
 
 /*
@@ -23,10 +29,11 @@
 /* quick and dirty, because converse.css is a 15K lines nightmare */
 #conversejs, #conversejs-bg, .converse-fullscreen {
   --redder-orange: #7800FF;
+  --message-text-color: #7800FF;
   --light-blue: #FFCD3F;
   --chatroom-correcting-color: #FFCD3F;
-  --normal-font: 'fixedsys', monospace;
-  --heading-font: 'fixedsys', monospace;
+  --normal-font: 'unscii', monospace;
+  --heading-font: 'unscii', monospace;
   --font-size-tiny: 16px;
   --font-size-small: 16px;
   --font-size: 16px;
@@ -56,7 +63,6 @@
 
 #conversejs .message.chat-info {
   font-size: 16px;
-
 }
 
 #conversejs .message.chat-info.chat-event {
@@ -75,4 +81,9 @@
 
 #conversejs .chatbox .chat-content {
   line-height: 14px;
+}
+
+#conversejs .chatroom .box-flyout .chatroom-body .chat-info,
+#conversejs.converse-embedded .chatroom .box-flyout .chatroom-body .chat-info {
+  line-height: 14px;
 } 
\ No newline at end of file
diff --git a/muc/unscii-16.woff b/muc/unscii-16.woff
Binary files differ.