X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fchatzilla%2Foutput-default.css;h=0c59f52f7ca589867721dd7b0d046ccdec4a745f;hb=044b5d491a673c74d770c3f43276c2b85380a485;hp=87b0b32babd10182b1ee47af5ab6c82d5cf6d331;hpb=cc7585eeb176062d430bba66d950b62e67e63baa;p=themes.git diff --git a/LCARStrek/chatzilla/output-default.css b/LCARStrek/chatzilla/output-default.css index 87b0b32b..0c59f52f 100644 --- a/LCARStrek/chatzilla/output-default.css +++ b/LCARStrek/chatzilla/output-default.css @@ -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; }