1 /* -*- Mode: Text; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2 * The contents of this file are subject to the Mozilla Public
3 * License Version 1.1 (the "License"); you may not use this file
4 * except in compliance with the License. You may obtain a copy of
5 * the License at http://www.mozilla.org/MPL/
7 * Software distributed under the License is distributed on an "AS
8 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9 * implied. See the License for the specific language governing
10 * rights and limitations under the License.
12 * The Original Code is Chatzilla.
14 * The Initial Developer of the Original Code is New Dimensions Consulting,
15 * Inc. Portions created by New Dimensions Consulting, Inc. are
16 * Copyright (C) 1999 New Dimenstions Consulting, Inc. All
20 * Robert Ginda, rginda@ndcico.com, original author
22 * Styles for output window
27 * a light background/dark text version of the output window.
28 * see output-base.css for details.
31 @import url(chrome://chatzilla/content/output-base.css);
33 body.chatzilla-body { /* The topmost container in the ChatZilla */
34 background: white; /* output window. */
39 color: #777499 /*#ea3838*/;
43 background-color: #d1d0ea;
48 background-color: #EEEEEE;
49 /* -moz-opacity: 0.9;*/
50 border: 1px #777499 solid;
51 -moz-border-radius: 7px;
71 [condition="yellow"] {
79 .msg-data[msg-type="QUIT"] a.chatzilla-link {
83 .msg-data[msg-type="ERROR"] a.chatzilla-link {
88 .msg-data[msg-type="QUIT"] a.chatzilla-link:visited {
92 .msg-data[msg-type="KICK"] a.chatzilla-link {
97 color: #e25e00 !important;
100 .chatzilla-highlight[name="Slate"] {
105 .chatzilla-highlight[name="Plum"] {
110 .chatzilla-highlight[name="Brown"] {
115 .msg-type { /* .msg-type = message type */
116 color: #202020; /* indicator */
119 .msg-user a.chatzilla-link,
120 .msg-user { /* msg-user = nickname portion of */
121 color: black !important; /* a message (channel and query */
122 font-weight: bold; /* views) */
125 .msg-data[mark="even"] { /* use even/odd marks to create a */
126 color: #555555; /* subtle brightness change when */
127 } /* the speaker changes. */
130 .msg-type[msg-type="KICK"],
131 .msg-type[msg-type="NICK"],
132 .msg-type[msg-type="QUIT"],
133 .msg-type[msg-type="JOIN"],
134 .msg-type[msg-type="PART"] {
138 .msg-data[msg-type="JOIN"],
139 .msg-data[msg-type="PART"] {
143 -moz-border-radius: 5px 5px 5px 5px;
144 /*border: thin darkblue solid;*/
147 .msg-data[msg-type="QUIT"] {
151 -moz-border-radius: 5px 5px 5px 5px;
154 .msg-data[msg-type="HELLO"] {
157 -moz-border-radius: 5px 5px 5px 5px;
161 .msg-data[msg-type="ERROR"] {
162 -moz-border-radius: 5px 5px 5px 5px;
167 .msg-data[msg-type="USAGE"] {
171 .msg-data[msg-type="ACTION"] {
176 .msg-data[msg-type="NICK"] {
181 .msg-data[msg-type="NOTICE"] {
186 .msg-data[msg-type="MODE"] {
190 .msg-data[msg-type="KICK"] {
193 -moz-border-radius: 5px 5px 5px 5px;
196 /* important="true" means that the message has text from your /stalk list in
197 * it, has your nickname in it, or was spoken by someone in your /stalk list.
199 .msg-user[important="true"] {
200 -moz-border-radius: 5px 0px 0px 5px;
201 border-bottom: 1px black solid;
202 border-top: 1px lightslategrey solid;
203 border-left: 1px lightslategrey solid;
207 .msg-data[important="true"] {
208 -moz-border-radius: 0px 5px 5px 0px;
209 border-bottom: 1px black solid;
210 border-right: 1px black solid;
211 border-top: 1px lightslategrey solid;
216 /* :before and :after pseudoclasses form the decorations around nicknames. */
222 .msg-user[msg-user$="ME!"]:before, /* the decoration around MY */
223 .msg-user[msg-user$="ME!"]:after { /* nick */