prepare for 1.8a release
[themes.git] / LCARStrek / chatzilla / output-dark.css
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
21  *
22  * Styles for output window
23  *
24  */
25
26 /*
27  *  a dark background/light text version of the output window.
28  *  see output-base.css for details.
29  */
30
31 @import url(chrome://chatzilla/content/output-base.css);
32
33 body.chatzilla-body {               /* The topmost container in the ChatZilla */
34   background: #000000;              /* output window. */
35   color: #E7ADE7;
36 }
37
38 a.chatzilla-link {
39   color: #FFCF00;
40 }
41
42 a.chatzilla-link:visited {
43   color: #8050B0;
44 }
45
46 .header-outer {
47   background-color: #000000;
48 }
49
50 .header {
51   color: #000000;
52   background-color: #9C9CFF;
53   -moz-border-radius: 7px;
54 }
55
56 .value {
57   color: #008484;
58 }
59
60 #splash {
61   color: #008484;
62 }
63
64 .chatzilla-rheet {
65   color: #FFCF00 !important;
66 }
67
68 .chatzilla-highlight[name="Slate"] {
69   color: #FFCF00;
70   background: #15272d;
71 }
72
73 .chatzilla-highlight[name="Plum"] {
74   color: #FFCF00;
75   background: #442144;
76 }
77
78 .chatzilla-highlight[name="Brown"] {
79   color: #FFCF00;
80   background: #562a14;
81 }
82
83 .msg-type {                                 /* .msg-type = message type       */
84   color: #008484;                           /* indicator                      */
85 }
86
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 }
93
94 .msg-data[mark="even"] {                    /* use even/odd marks to create a */
95   color: #9C9CFF;                           /* subtle brightness change when  */
96 }                                           /* the speaker changes.           */
97
98 [condition] {
99   font-weight: bold;
100 }
101
102 .msg-data a.chatzilla-link,
103 .msg-data[msg-type] a.chatzilla-link {
104   color: #FFCF00;
105 }
106
107 .msg-data a.chatzilla-link:visited,
108 .msg-data[msg-type] a.chatzilla-link:visited {
109   color: #8050B0;
110 }
111
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;
120 }
121
122 .msg-data[msg-type="HELLO"],
123 .msg-data[msg-type="USAGE"] {
124   color: #FF9F00;
125 }
126
127 .msg-data[msg-type="ERROR"],
128 .msg-data[msg-type="KICK"] {
129   color: red;
130 }
131
132 .msg-data[msg-type="ACTION"] {
133   font-weight: bold;
134   font-style: italic;
135 }
136
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)                         */
141
142 .msg-user {
143   background-color: #000000 !important;
144   -moz-border-radius: 7px 0px 0px 7px;
145   border: 1px solid #004242;
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"] {
153   background: #4D4D7F !important;
154   color: #FFCF00 !important;
155 }
156
157 .msg-user:before,
158 .msg-user:after {
159   color: #008484;
160 }
161
162 .msg-user[msg-user$="ME!"]:before,
163 .msg-user[msg-user$="ME!"]:after {
164   color: #9C9CFF;
165 }
166 .msg-user[msg-user$="ME!"] {
167   border: 1px solid #9C9CFF;
168 }
169
170 .msg-user[msg-type="ACTION"]:before,
171 .msg-user[msg-type="ACTION"]:after {
172   color: #008484;
173 }
174
175 .msg-user[msg-type="NOTICE"]:before,
176 .msg-user[msg-type="NOTICE"]:after {
177   color: #008484;
178 }
179
180 /* private messages *not* in a query window */
181 .msg-user[dest-type="IRCUser"]:before,
182 .msg-user[dest-type="IRCUser"]:after {
183   color: #FFCF00;
184 }
185
186 .msg-user[msg-dest$="ME!"]:before,
187 .msg-user[msg-dest$="ME!"]:after {
188   color: #FFCF00;
189 }
190
191 /* private messages in a query window */
192 .msg-user[view-type="IRCUser"]:before,
193 .msg-user[view-type="IRCUser"]:after {
194   color: #008484;
195 }
196
197 .msg-user[view-type="IRCUser"][msg-user$="ME!"]:before,
198 .msg-user[view-type="IRCUser"][msg-user$="ME!"]:after {
199   color: #008484;
200 }