X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fchatzilla%2Foutput-light.css;h=376c7569362fb81a70a6b0224d3902b2abfb02ff;hp=b8c2fa301d29dd9b88f82c435a15ab45660559bb;hb=569543b3d2d5099d602cc6644b026ee2adf3e00a;hpb=106ae2ed94928de78357798f5c9d0d65a6b10b75 diff --git a/EarlyBlue/chatzilla/output-light.css b/EarlyBlue/chatzilla/output-light.css index b8c2fa30..376c7569 100644 --- a/EarlyBlue/chatzilla/output-light.css +++ b/EarlyBlue/chatzilla/output-light.css @@ -62,7 +62,7 @@ a.chatzilla-link { background-color: #EEEEEE; /* opacity: 0.9;*/ border: 1px #777499 solid; - -moz-border-radius: 7px; + border-radius: 7px; } #splash { @@ -166,7 +166,7 @@ a.chatzilla-link { color: #0e9e0e; background-color: #c3f7c3; font-weight: bold; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; /*border: thin darkblue solid;*/ } @@ -174,19 +174,19 @@ a.chatzilla-link { background: #fff196; color: #ff8d02; font-weight: bold; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; } .msg[msg-type="HELLO"] .msg-data { background: #1342a5; color: white; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; font-weight: bold; } .msg[msg-type="ERROR"] .msg-data, .msg[msg-type="DISCONNECT"] .msg-data { - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; background: #a8221e; color: white; } @@ -220,7 +220,7 @@ a.chatzilla-link { color: #ff1a0a; background: #ffdbcc; font-weight: bold; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; } /* important="true" means that the message has text from your /stalk list in @@ -228,7 +228,7 @@ a.chatzilla-link { */ .msg[important="true"] .msg-user { background: #d4d8d4; - -moz-border-radius: 5px 0px 0px 5px; + border-radius: 5px 0px 0px 5px; } .msg[important="true"] .msg-data {