www.lurk.org

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

commit ed4a020468c9b71c04a8601c49e49024cbb9bb72
parent 411ed19493011e41a5943153c9bb41afa4e8955d
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sun Mar 29 16:47:52 +0200

using lurk standard look afterall
Diffstat:
muc/FSEX302.ttf | 0
muc/muc.css | 87++++++++++++++++++++++++++++++++++++-------------------------------------------
muc/unscii-16.woff | 0
3 files changed, 40 insertions(+), 47 deletions(-)
diff --git a/muc/FSEX302.ttf b/muc/FSEX302.ttf
Binary files differ.
diff --git a/muc/muc.css b/muc/muc.css
@@ -1,37 +1,14 @@
 @font-face {
-    font-family: 'Aegyptus';
-    src: local('Aegyptus'),
-        url('https://lurk.org/subset-Aegyptus.woff2') format('woff2'),
-        url('https://lurk.org/subset-Aegyptus.woff') format('woff');
-    font-weight: normal;
-    font-style: normal;
+  font-family: 'Route159-SemiBold';
+  src: url('https://lurk.org/fonts/Route159-SemiBold.woff') format('woff');
 }
 
-@font-face {
- font-family: fixedsys;
- font-style: normal;
- 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');
-}
-
-html * {
-  font-smooth: never;
-  -webkit-font-smoothing: none;
-}
 
 /* chat head */
 #conversejs .chat-head,
 #conversejs .chat-head .chat-head__desc {
   color: white;
-  font-size: 16px;
-  
+  font-size: 1.05em; 
 }
 
 
@@ -39,34 +16,37 @@ html * {
 #conversejs, #conversejs-bg, .converse-fullscreen {
   --redder-orange: #7800FF;
   --message-text-color: #7800FF;
+  --text-color: #7800FF;
   --light-blue: #FFCD3F;
+  --subdued-color: #FFCD3F;
   --chatroom-correcting-color: #FFCD3F;
-  --normal-font: 'Aegyptus', monospace;
-  --heading-font: 'Aegyptus', monospace;
-  --font-size-tiny: 16px;
-  --font-size-small: 16px;
-  --font-size: 16px;
-  --font-size-large: 16px;
-  --font-size-huge: 16px;
-  --line-height-small: 15px;
-  --line-height: 15px;
-  --line-height-large: 15px;
-  --line-height-huge: 15px;
+  --normal-font: 'Route159-SemiBold', monospace;
+  --heading-font: 'Route159-SemiBold', monospace;
+  --font-size-tiny: 1.05em;
+  --font-size-small: 1.05em;
+  --font-size: 1.05em;
+  --font-size-large: 1.05em;
+  --font-size-huge: 1.05em;
+  --line-height-small: 1.3em;
+  --line-height: 1.3em;
+  --line-height-large: 1.3em;
+  --line-height-huge: 1.3em;
 
   
 }
 
 #conversejs body {
-  font-size: 16px;
+  font-size: 1.05em;
 }
 
 #conversejs.converse-embedded .chatroom .box-flyout .chat-head__desc,
 #conversejs.converse-fullscreen .chatroom .box-flyout .chat-head__desc,
 #conversejs.converse-mobile .chatroom .box-flyout .chat-head__desc {
-  font-size: 16px;}
+  font-size: 1.05em;
+}
 
 #conversejs .message.chat-info {
-  font-size: 16px;
+  font-size: 1.05em;
 }
 
 #conversejs .message.chat-info.chat-event {
@@ -80,36 +60,49 @@ html * {
 
 #conversejs .badge {
   font-weight: normal;
-  font-size: 16px;
+  font-size: 1.05em;
 }
 
 #conversejs .chatbox .chat-content {
-  line-height: 15px;
+  line-height: 1.3em;
 }
 
 #conversejs .chatroom .box-flyout .chatroom-body .chat-info,
 #conversejs.converse-embedded .chatroom .box-flyout .chatroom-body .chat-info {
-  line-height: 15px;
+  line-height: 1.3em;
   color: #000000;
   background-color: #FFCD3F;
 }
 
 #conversejs .message .mention {
-
+  display: inline-block;
+  padding: .25em .4em;
+  text-align: center;
+  white-space: nowrap;
+  border-radius: .25rem;
   color: #000000;
-  font-size: 16px;
+  font-size: 1.05em;
   font-weight: normal;
   background-color: #FFCD3F;
 }
 
 #conversejs .message.chat-msg .chat-msg__heading .chat-msg__author {
+  display: inline-block;
+  padding: .25em .4em;
+  text-align: center;
+  white-space: nowrap;
+  border-radius: .25rem;
   color: #FFFFFF;
-  font-size: 16px;
+  font-size: 1.05em;
   font-weight: normal;
   background-color: #7800FF;
 }
 
 #conversejs .message.chat-msg .chat-msg__heading .chat-msg__time {
+  display: inline-block;
+  padding: .25em .4em;
+  text-align: center;
+  white-space: nowrap;
   color: #7800FF;
-  font-size: 16px;
+  font-size: 1.05em;
 } 
\ No newline at end of file
diff --git a/muc/unscii-16.woff b/muc/unscii-16.woff
Binary files differ.