update to suite default status of 2009-01-30: bug 466261 - outbox icon
[themes.git] / LCARStrek / chatzilla / output-dark.css
CommitLineData
731b0901 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/
6 *
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.
11 *
12 * The Original Code is Chatzilla.
13 *
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
17 * Rights Reserved.
18 *
19 * Contributor(s):
20 * Robert Ginda, rginda@ndcico.com, original author
a8dfd76f 21 *
731b0901 22 * Styles for output window
23 *
24 */
25
a8dfd76f 26/*
731b0901 27 * a dark background/light text version of the output window.
a8dfd76f 28 * see output-base.css for details.
731b0901 29 */
30
31@import url(chrome://chatzilla/content/output-base.css);
32
33body.chatzilla-body { /* The topmost container in the ChatZilla */
a8dfd76f 34 background: #000000; /* output window. */
35 color: #E7ADE7;
731b0901 36}
37
38a.chatzilla-link {
a8dfd76f 39 color: #FFCF00;
731b0901 40}
41
42a.chatzilla-link:visited {
a8dfd76f 43 color: #8050B0;
44}
45
46.header-outer {
47 background-color: #000000;
731b0901 48}
49
a8dfd76f 50.header {
51 color: #000000;
52 background-color: #9C9CFF;
53 -moz-border-radius: 7px;
731b0901 54}
55
a8dfd76f 56.value {
57 color: #008484;
58}
59
60#splash {
61 color: #008484;
731b0901 62}
63
64.chatzilla-rheet {
a8dfd76f 65 color: #FFCF00 !important;
731b0901 66}
67
68.chatzilla-highlight[name="Slate"] {
a8dfd76f 69 color: #FFCF00;
70 background: #15272d;
731b0901 71}
72
73.chatzilla-highlight[name="Plum"] {
a8dfd76f 74 color: #FFCF00;
75 background: #442144;
731b0901 76}
77
78.chatzilla-highlight[name="Brown"] {
a8dfd76f 79 color: #FFCF00;
80 background: #562a14;
731b0901 81}
82
83.msg-type { /* .msg-type = message type */
a8dfd76f 84 color: #008484; /* indicator */
731b0901 85}
86
a8dfd76f 87.msg-data,
88.msg-data[msg-type] {
89 background-color: #000000;
90 -moz-border-radius: 0px 7px 7px 0px;
91 border: 1px solid #735673;
92}
731b0901 93
94.msg-data[mark="even"] { /* use even/odd marks to create a */
a8dfd76f 95 color: #9C9CFF; /* subtle brightness change when */
731b0901 96} /* the speaker changes. */
97
a8dfd76f 98[condition] {
99 font-weight: bold;
731b0901 100}
101
a8dfd76f 102.msg-data a.chatzilla-link,
103.msg-data[msg-type] a.chatzilla-link {
104 color: #FFCF00;
731b0901 105}
106
a8dfd76f 107.msg-data a.chatzilla-link:visited,
108.msg-data[msg-type] a.chatzilla-link:visited {
109 color: #8050B0;
731b0901 110}
111
a8dfd76f 112.msg-data[msg-type="JOIN"],
113.msg-data[msg-type="PART"],
114.msg-data[msg-type="QUIT"],
115.msg-data[msg-type="NICK"],
116.msg-data[msg-type="NOTICE"],
117.msg-data[msg-type="INFO"],
118.msg-data[msg-type="MODE"] {
119 color: #008484;
731b0901 120}
121
a8dfd76f 122.msg-data[msg-type="HELLO"],
731b0901 123.msg-data[msg-type="USAGE"] {
a8dfd76f 124 color: #FF9F00;
731b0901 125}
126
a8dfd76f 127.msg-data[msg-type="ERROR"],
128.msg-data[msg-type="KICK"] {
129 color: red;
731b0901 130}
131
a8dfd76f 132.msg-data[msg-type="ACTION"] {
133 font-weight: bold;
134 font-style: italic;
731b0901 135}
136
a8dfd76f 137.msg-user a.chatzilla-link,
138.msg-user { /* msg-user = nickname portion of */
139 color: #FF9F00 !important; /* a message (channel and query */
140} /* views) */
731b0901 141
a8dfd76f 142.msg-user {
143 background-color: #000000 !important;
144 -moz-border-radius: 7px 0px 0px 7px;
145 border: 1px solid #004242;
731b0901 146}
147
148/* important="true" means that the message has text from your /stalk list in
149 * it, has your nickname in it, or was spoken by someone in your /stalk list.
150 */
151.msg-user[important="true"],
152.msg-data[important="true"] {
a8dfd76f 153 background: #4D4D7F !important;
154 color: #FFCF00 !important;
731b0901 155}
156
157.msg-user:before,
158.msg-user:after {
a8dfd76f 159 color: #008484;
731b0901 160}
161
162.msg-user[msg-user$="ME!"]:before,
163.msg-user[msg-user$="ME!"]:after {
a8dfd76f 164 color: #9C9CFF;
165}
166.msg-user[msg-user$="ME!"] {
167 border: 1px solid #9C9CFF;
731b0901 168}
169
170.msg-user[msg-type="ACTION"]:before,
171.msg-user[msg-type="ACTION"]:after {
a8dfd76f 172 color: #008484;
731b0901 173}
174
175.msg-user[msg-type="NOTICE"]:before,
176.msg-user[msg-type="NOTICE"]:after {
a8dfd76f 177 color: #008484;
731b0901 178}
179
180/* private messages *not* in a query window */
181.msg-user[dest-type="IRCUser"]:before,
182.msg-user[dest-type="IRCUser"]:after {
a8dfd76f 183 color: #FFCF00;
731b0901 184}
185
186.msg-user[msg-dest$="ME!"]:before,
187.msg-user[msg-dest$="ME!"]:after {
a8dfd76f 188 color: #FFCF00;
731b0901 189}
190
191/* private messages in a query window */
192.msg-user[view-type="IRCUser"]:before,
193.msg-user[view-type="IRCUser"]:after {
a8dfd76f 194 color: #008484;
731b0901 195}
196
197.msg-user[view-type="IRCUser"][msg-user$="ME!"]:before,
198.msg-user[view-type="IRCUser"][msg-user$="ME!"]:after {
a8dfd76f 199 color: #008484;
731b0901 200}