/* -*- mode: text; tab-width: 8; c-basic-offset: 2 -*- vim:sw=2:noet:ts=8
 *
 * The contents of this file are subject to the Mozilla Public License
 * Version 1.1 (the "License"); you may not use this file except in
 * compliance with the License. You may obtain a copy of the License at
 * http://www.mozilla.org/MPL/
 *
 * Software distributed under the License is distributed on an "AS IS"
 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
 * See the License for the specific language governing rights and
 * limitations under the License.
 *
 * The Original Code is Chatzilla.
 *
 * The Initial Developer of the Original Code is New Dimensions
 * Consulting, Inc. Portions created by New Dimensions Consulting, Inc.
 * are Copyright (C) 1999 New Dimenstions Consulting, Inc. All Rights
 * Reserved.
 *
 * Contributor(s): Robert Ginda, rginda@ndcico.com, original author
 *
 * Styles for output window
 *
 */

@import url(chrome://chatzilla/content/output-base.css);

body.chatzilla-body		{ color: #222222; background-color: white; }
a.chatzilla-link		{ color: #333322; text-decoration: underline; }

.header				{ color: #222222;
				  background-color: #EEEEEE;
				  border: 1px #777499 solid; }

#splash				{ color: #DDDDDD; }

#usr-descnodes,
#ch-topicnodes			{ color: black; }

[condition]			{ font-weight: bold; }
[condition="red"]		{ color: #FF0000; }
[condition="yellow"]		{ color: #FFAA00; }
[condition="green"]		{ color: #22CC11; }

.chatzilla-rheet		{ color: #EE5500 !important; }

.chatzilla-highlight[name="Plum"]  { color: black; background-color: #DDBBDD; }
.chatzilla-highlight[name="Slate"] { color: black; background-color: #BBCCEE; }
.chatzilla-highlight[name="Brown"] { color: black; background-color: #FFBB77; }

.msg-type			{ color: #666699; }
.msg[important="true"] .msg-user { background-color: #DDDDDD; }
.msg[important="true"] .msg-data { background-color: #EEFFEE; }

.msg .msg-user:before,
.msg .msg-user:after		{ color: #777799; }
.msg .msg-user			{ color: #777999; font-weight: bold;
				  font-family: sans-serif; font-size: 80%; }

.msg[msg-user$="ME!"] .msg-user:before,
.msg[msg-user$="ME!"] .msg-user:after { color: #884466 !important; }
.msg[msg-user$="ME!"] .msg-user	{ color: #884466 !important;
				  background-color: #DDDDDD !important; }

.msg[msg-user$="ME!"] .msg-data	{ font-weight: bold; font-size: 120%; }

.msg .msg-data			{ font-family: monospace; }
.msg[mark="odd"] .msg-data	{ color: black; background-color: #DDFFEE; }
.msg[mark="even"] .msg-data	{ color: black; background-color: #DDEEFF; }

.msg[msg-type="ACTION"] .msg-data { color: black; font-style: italic; }
.msg[msg-type="PRIVMSG"] .msg-data { color: black; }

.msg[msg-type="JOIN"] .msg-data,
.msg[msg-type="PART"] .msg-data,
.msg[msg-type="QUIT"] .msg-data,
.msg[msg-type="KICK"] .msg-data,
.msg[msg-type="HELLO"] .msg-data,
.msg[msg-type="ERROR"] .msg-data,
.msg[msg-type="NOTICE"] .msg-data,

.msg[msg-type="MODE"] .msg-data,
.msg[msg-type="USAGE"] .msg-data,
.msg[msg-type="NICK"] .msg-data	{ color:  #111111; background-color: #EEEEEE;
				font-size: 80%; }

.msg[msg-type="JOIN"] .msg-data a.chatzilla-link,
.msg[msg-type="PART"] .msg-data a.chatzilla-link,
.msg[msg-type="QUIT"] .msg-data a.chatzilla-link,
.msg[msg-type="KICK"] .msg-data a.chatzilla-link,
.msg[msg-type="HELLO"] .msg-data a.chatzilla-link,
.msg[msg-type="ERROR"] .msg-data a.chatzilla-link,
.msg[msg-type="NOTICE"] .msg-data a.chatzilla-link {
				color: #001111; font-size: 80%; }
