www.lurk.org

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

commit 9dae8ec496a03ba2edef94ef5b46fa4b0ff49806
parent 1848b52cad8c6a135455ff7f2b7d5b5d13435578
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sun Mar 29 15:01:47 +0200

everywhere fixed
Diffstat:
muc/muc.css | 58++++++++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 54 insertions(+), 4 deletions(-)
diff --git a/muc/muc.css b/muc/muc.css
@@ -1,23 +1,73 @@
 @font-face {
  font-family: fixedsys;
  font-style: normal;
- font-family: 400;
- src:local('FSEX302.ttf'), url('https://lurk.org/muc/FSEX302.ttf') format('truetype')
-}
+ //font-weight: 800;
+ src:local('FSEX302.ttf'), url('https://lurk.org/muc/FSEX302.ttf') format('truetype');
 
+}
 
+/*
+  font-smooth: never;
+  -webkit-font-smoothing: none;
+*/
 
 /* chat head */
 #conversejs .chat-head,
 #conversejs .chat-head .chat-head__desc {
   color: white;
+  font-size: 16px;
+  
 }
 
 
-/* quick and dirty, because converse.css is a nightmare */
+/* quick and dirty, because converse.css is a 15K lines nightmare */
 #conversejs, #conversejs-bg, .converse-fullscreen {
   --redder-orange: #7800FF;
   --light-blue: #FFCD3F;
   --normal-font: 'fixedsys', monospace;
   --heading-font: 'fixedsys', monospace;
+  --font-size-tiny: 16px;
+  --font-size-small: 16px;
+  --font-size: 16px;
+  --font-size-large: 16px;
+  --font-size-huge: 16px;
+  --line-height-small: 16px;
+  --line-height: 16px;
+  --line-height-large: 16px;
+  --line-height-huge: 16px;
+
+  
+}
+
+#conversejs body {
+  font-size: 16px;
+}
+
+#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;}
+
+#conversejs .message.chat-msg .chat-msg__heading .chat-msg__author {
+  font-size: 16px;
+  font-weight: normal;
+}
+
+#conversejs .message.chat-info {
+  font-size: 16px;
+
+}
+
+#conversejs .message.chat-info.chat-event {
+  font-style:  normal;
+}
+
+#conversejs .chatroom .box-flyout .chatroom-body .chat-topic,
+#conversejs.converse-embedded .chatroom .box-flyout .chatroom-body .chat-topic {
+  font-weight: normal;
+}
+
+#conversejs .badge {
+  font-weight: normal;
+  font-size: 16px;
 } 
\ No newline at end of file