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 version of the output window that uses only your default foreground and
28 * backgrond colors. Message types are distinguished by font changes.
29 * see output-base.css for details.
32 @import url(chrome://chatzilla/content/output-base.css);
34 /* EarlyBlue needs little corrections though. */
40 a.chatzilla-link:visited {
45 background-color: white;
48 .msg-type[msg-type="JOIN"],
49 .msg-type[msg-type="PART"],
50 .msg-type[msg-type="QUIT"] {
54 .msg-data[msg-type="QUIT"] {
55 font-variant: small-caps;
59 .msg-data[msg-type="JOIN"],
60 .msg-data[msg-type="PART"] {
61 font-variant: small-caps;
64 .msg-data[msg-type="HELLO"],
65 .msg-type[msg-type="NICK"],
66 .msg-data[msg-type="NOTICE"] {
70 .msg-data[msg-type="NICK"] {
74 /* :before and :after pseudoclasses form the decorations around nicknames. */
81 .msg-user[dest-type="IRCUser"],
82 .msg-user[dest-type="IRCUser"][msg-dest$="ME!"] {
86 .msg-user[msg-user$="ME!"] {