sync LCARStrek with part of the modification in Firefox 10 - some more work is still...
[themes.git] / LCARStrek / chatzilla / output-default.css
index 87b0b32babd10182b1ee47af5ab6c82d5cf6d331..0c59f52f7ca589867721dd7b0d046ccdec4a745f 100644 (file)
@@ -67,7 +67,7 @@ a.chatzilla-link:visited {
   color: #000000;
   background-color: #9C9CFF;
   border-color: #FFCF00;
-  -moz-border-radius: 7px;
+  border-radius: 7px;
 }
 
 .value {
@@ -113,20 +113,20 @@ a.chatzilla-link:visited {
 }
 
 .msg[msg-type="NICK"] .msg-data {
-  font-family: monospace;
+  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
 }
 
 .msg-type {                                 /* .msg-type = message type       */
   color: #000000;                           /* indicator                      */
   background-color: #008484;
-  -moz-border-radius: 9px 0px 0px 9px;
+  border-radius: 9px 0px 0px 9px;
   border: 1px solid transparent;
 }
 
 .msg-data {
   background-color: #9C9CFF;
   border: 1px solid transparent;
-  -moz-border-radius: 0px 9px 9px 0px;
+  border-radius: 0px 9px 9px 0px;
   color: #000000;
 }
 
@@ -166,7 +166,7 @@ a.chatzilla-link:visited {
 .msg-user {
   background-color: #9C9CFF;
   border: 1px solid transparent;
-  -moz-border-radius: 9px 0px 0px 9px;
+  border-radius: 9px 0px 0px 9px;
 }
 
 /* important="true" means that the message has text from your /stalk list in
@@ -182,7 +182,7 @@ a.chatzilla-link:visited {
 .msg-user:before,
 .msg-user:after {
     font-size: 100%;
-    font-family: monospace;
+    font-family: "Liberation Mono", Consolas, "Courier New", monospace;
     font-weight: bolder;
 }