commit 411ed19493011e41a5943153c9bb41afa4e8955d
parent 450dac0805a268219320ef2ac3c095c72b53d049
Author: ugrnm <ultrageranium@bleu255.com>
Date: Sun Mar 29 16:16:19 +0200
aegyptus
Diffstat:muc/muc.css | | | 56 | +++++++++++++++++++++++++++++++++++++++++--------------- |
1 file changed, 41 insertions(+), 15 deletions(-)
diff --git a/muc/muc.css b/muc/muc.css
@@ -1,4 +1,13 @@
@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-face {
font-family: fixedsys;
font-style: normal;
font-weight: normal;
@@ -12,10 +21,10 @@
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,
@@ -32,17 +41,17 @@
--message-text-color: #7800FF;
--light-blue: #FFCD3F;
--chatroom-correcting-color: #FFCD3F;
- --normal-font: 'unscii', monospace;
- --heading-font: 'unscii', monospace;
+ --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: 14px;
- --line-height: 14px;
- --line-height-large: 14px;
- --line-height-huge: 14px;
+ --line-height-small: 15px;
+ --line-height: 15px;
+ --line-height-large: 15px;
+ --line-height-huge: 15px;
}
@@ -56,11 +65,6 @@
#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;
}
@@ -80,10 +84,32 @@
}
#conversejs .chatbox .chat-content {
- line-height: 14px;
+ line-height: 15px;
}
#conversejs .chatroom .box-flyout .chatroom-body .chat-info,
#conversejs.converse-embedded .chatroom .box-flyout .chatroom-body .chat-info {
- line-height: 14px;
+ line-height: 15px;
+ color: #000000;
+ background-color: #FFCD3F;
+}
+
+#conversejs .message .mention {
+
+ color: #000000;
+ font-size: 16px;
+ font-weight: normal;
+ background-color: #FFCD3F;
+}
+
+#conversejs .message.chat-msg .chat-msg__heading .chat-msg__author {
+ color: #FFFFFF;
+ font-size: 16px;
+ font-weight: normal;
+ background-color: #7800FF;
+}
+
+#conversejs .message.chat-msg .chat-msg__heading .chat-msg__time {
+ color: #7800FF;
+ font-size: 16px;
}
\ No newline at end of file