update DOM inspector to development up to 2009-02-12
[themes.git] / LCARStrek / chatzilla / output-dark.css
CommitLineData
731b0901 1/* -*- Mode: Text; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
cc7585ee
RK
2 * ***** BEGIN LICENSE BLOCK *****
3 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
731b0901 4 *
cc7585ee
RK
5 * The contents of this file are subject to the Mozilla Public License Version
6 * 1.1 (the "License"); you may not use this file except in compliance with
7 * the License. You may obtain a copy of the License at
8 * http://www.mozilla.org/MPL/
9 *
10 * Software distributed under the License is distributed on an "AS IS" basis,
11 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 * for the specific language governing rights and limitations under the
13 * License.
731b0901 14 *
15 * The Original Code is Chatzilla.
16 *
cc7585ee
RK
17 * The Initial Developer of the Original Code is
18 * New Dimensions Consulting, Inc.
19 * Portions created by the Initial Developer are Copyright (C) 1999
20 * the Initial Developer. All Rights Reserved.
731b0901 21 *
22 * Contributor(s):
cc7585ee 23 * Robert Ginda, rginda@ndcico.com, original author
a8dfd76f 24 *
cc7585ee
RK
25 * Alternatively, the contents of this file may be used under the terms of
26 * either the GNU General Public License Version 2 or later (the "GPL"), or
27 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28 * in which case the provisions of the GPL or the LGPL are applicable instead
29 * of those above. If you wish to allow use of your version of this file only
30 * under the terms of either the GPL or the LGPL, and not to allow others to
31 * use your version of this file under the terms of the MPL, indicate your
32 * decision by deleting the provisions above and replace them with the notice
33 * and other provisions required by the GPL or the LGPL. If you do not delete
34 * the provisions above, a recipient may use your version of this file under
35 * the terms of any one of the MPL, the GPL or the LGPL.
731b0901 36 *
cc7585ee 37 * ***** END LICENSE BLOCK ***** */
731b0901 38
a8dfd76f 39/*
731b0901 40 * a dark background/light text version of the output window.
a8dfd76f 41 * see output-base.css for details.
731b0901 42 */
43
cc7585ee 44@import url("chrome://chatzilla/content/output-base.css");
731b0901 45
46body.chatzilla-body { /* The topmost container in the ChatZilla */
a8dfd76f 47 background: #000000; /* output window. */
48 color: #E7ADE7;
731b0901 49}
50
51a.chatzilla-link {
a8dfd76f 52 color: #FFCF00;
731b0901 53}
54
55a.chatzilla-link:visited {
a8dfd76f 56 color: #8050B0;
57}
58
59.header-outer {
60 background-color: #000000;
731b0901 61}
62
a8dfd76f 63.header {
64 color: #000000;
65 background-color: #9C9CFF;
66 -moz-border-radius: 7px;
731b0901 67}
68
cc7585ee
RK
69.progress-fg {
70 background-color: #008484;
71}
72
a8dfd76f 73.value {
74 color: #008484;
75}
76
cc7585ee
RK
77/* Style userlist as white-on-black. */
78treechildren {
79 background: #FFCF00;
80 color: #000000;
81}
82
83/* For Mac, who's theme sucks. */
cc7585ee
RK
84treechildren::-moz-tree-row(unselected),
85treechildren::-moz-tree-cell(unselected),
86treechildren::-moz-tree-cell-text(unselected) {
87 border-color: #FFCF00 !important;
88 background: #FFCF00 !important;
89 color: #000000 !important;
90}
91
a8dfd76f 92#splash {
93 color: #008484;
731b0901 94}
95
cc7585ee
RK
96#usr-descnodes,
97#ch-topicnodes {
98 color: #000000;
99}
100
101[condition] {
102 font-weight: bold;
103}
104
105[condition="red"] {
106 color: red;
107}
108
109[condition="yellow"] {
110 color: yellow;
111}
112
113[condition="green"] {
114 color: #008484;
115}
116
117.msg[msg-type="JOIN"] .msg-data a.chatzilla-link,
118.msg[msg-type="PART"] .msg-data a.chatzilla-link {
119 /* color: #9C9CFF; */
120}
121
122.msg[msg-type="KICK"] .msg-data a.chatzilla-link {
123 /* color: #000000; */
124}
125
731b0901 126.chatzilla-rheet {
a8dfd76f 127 color: #FFCF00 !important;
731b0901 128}
129
130.chatzilla-highlight[name="Slate"] {
a8dfd76f 131 color: #FFCF00;
132 background: #15272d;
731b0901 133}
134
135.chatzilla-highlight[name="Plum"] {
a8dfd76f 136 color: #FFCF00;
137 background: #442144;
731b0901 138}
139
140.chatzilla-highlight[name="Brown"] {
a8dfd76f 141 color: #FFCF00;
142 background: #562a14;
731b0901 143}
144
cc7585ee
RK
145.msg-user {
146 background-color: #000000;
147 -moz-border-radius: 7px 0px 0px 7px;
148 border: 1px solid #004242;
731b0901 149}
150
cc7585ee 151.msg-data {
a8dfd76f 152 background-color: #000000;
153 -moz-border-radius: 0px 7px 7px 0px;
154 border: 1px solid #735673;
155}
731b0901 156
cc7585ee
RK
157.msg-type { /* .msg-type = message type */
158 color: #008484; /* indicator */
731b0901 159}
160
cc7585ee
RK
161.msg-user a.chatzilla-link,
162.msg-user { /* msg-user = nickname portion of */
163 color: #FF9F00 !important; /* a message (channel and query */
164} /* views) */
731b0901 165
cc7585ee
RK
166.msg[mark="even"] .msg-data { /* use even/odd marks to create a */
167 color: #9C9CFF; /* subtle brightness change when */
168} /* the speaker changes. */
731b0901 169
cc7585ee
RK
170.msg[msg-type="JOIN"] .msg-data,
171.msg[msg-type="PART"] .msg-data {
a8dfd76f 172 color: #008484;
731b0901 173}
174
cc7585ee 175.msg[msg-type="HELLO"] .msg-data {
a8dfd76f 176 color: #FF9F00;
731b0901 177}
178
cc7585ee
RK
179.msg[msg-type="ERROR"] .msg-data,
180.msg[msg-type="DISCONNECT"] .msg-data {
a8dfd76f 181 color: red;
731b0901 182}
183
cc7585ee
RK
184.msg[msg-type="USAGE"] .msg-data {
185 color: #FF9F00;
186}
187
188.msg[msg-type="ACTION"] .msg-data {
a8dfd76f 189 font-weight: bold;
190 font-style: italic;
731b0901 191}
192
cc7585ee
RK
193.msg[msg-type="NICK"] .msg-data {
194 color: #008484;
195}
731b0901 196
cc7585ee
RK
197.msg[msg-type="NOTICE"] .msg-data,
198.msg[msg-type="MODE"] .msg-data {
199 color: #008484;
200}
201
202.msg[msg-type="NOTICE"] .msg-data a.chatzilla-link,
203.msg[msg-type="MODE"] .msg-data a.chatzilla-link {
204 color: #008484;
205}
206
207.msg[msg-type="KICK"] .msg-data {
208 color: red;
209}
210
211.msg[msg-type="QUIT"] .msg-data {
212 color: #008484;
731b0901 213}
214
215/* important="true" means that the message has text from your /stalk list in
216 * it, has your nickname in it, or was spoken by someone in your /stalk list.
217 */
cc7585ee
RK
218.msg[important="true"] .msg-user,
219.msg[important="true"] .msg-data {
a8dfd76f 220 background: #4D4D7F !important;
221 color: #FFCF00 !important;
731b0901 222}
223
cc7585ee
RK
224.msg:before,
225.msg:after {
a8dfd76f 226 color: #008484;
731b0901 227}
228
cc7585ee
RK
229.msg[msg-user$="ME!"] .msg-user:before,
230.msg[msg-user$="ME!"] .msg-user:after {
a8dfd76f 231 color: #9C9CFF;
232}
cc7585ee 233.msg[msg-user$="ME!"] .msg-user {
a8dfd76f 234 border: 1px solid #9C9CFF;
731b0901 235}
236
cc7585ee
RK
237.msg[msg-type="ACTION"] .msg-user:before,
238.msg[msg-type="ACTION"] .msg-user:after {
a8dfd76f 239 color: #008484;
731b0901 240}
241
cc7585ee
RK
242.msg[msg-type="NOTICE"] .msg-user:before,
243.msg[msg-type="NOTICE"] .msg-user:after {
a8dfd76f 244 color: #008484;
731b0901 245}
246
247/* private messages *not* in a query window */
cc7585ee
RK
248.msg[dest-type="IRCUser"] .msg-user:before,
249.msg[dest-type="IRCUser"] .msg-user:after {
a8dfd76f 250 color: #FFCF00;
731b0901 251}
252
cc7585ee
RK
253.msg[msg-dest$="ME!"] .msg-user:before,
254.msg[msg-dest$="ME!"] .msg-user:after {
a8dfd76f 255 color: #FFCF00;
731b0901 256}
257
258/* private messages in a query window */
cc7585ee
RK
259.msg[view-type="IRCUser"] .msg-user:before,
260.msg[view-type="IRCUser"] .msg-user:after {
a8dfd76f 261 color: #008484;
731b0901 262}
263
cc7585ee
RK
264.msg[view-type="IRCUser"][msg-user$="ME!"] .msg-user:before,
265.msg[view-type="IRCUser"][msg-user$="ME!"] .msg-user:after {
a8dfd76f 266 color: #008484;
731b0901 267}