/* -*- Mode: Text; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
 * ***** BEGIN LICENSE BLOCK *****
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
 *
 * 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 the Initial Developer are Copyright (C) 1999
 * the Initial Developer. All Rights Reserved.
 *
 * Contributor(s):
 *   Robert Ginda, rginda@ndcico.com, original author
 *
 * Alternatively, the contents of this file may be used under the terms of
 * either the GNU General Public License Version 2 or later (the "GPL"), or
 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
 * in which case the provisions of the GPL or the LGPL are applicable instead
 * of those above. If you wish to allow use of your version of this file only
 * under the terms of either the GPL or the LGPL, and not to allow others to
 * use your version of this file under the terms of the MPL, indicate your
 * decision by deleting the provisions above and replace them with the notice
 * and other provisions required by the GPL or the LGPL. If you do not delete
 * the provisions above, a recipient may use your version of this file under
 * the terms of any one of the MPL, the GPL or the LGPL.
 *
 * ***** END LICENSE BLOCK ***** */

/* *****************************************************
This is the "Trioptimum" Motif for the ChatZilla IRC-client 
by Kolya      http://www.strangebedfellows.de
****************************************************** */



@import url(output-base.css);

body.chatzilla-body {               /* The topmost container in the ChatZilla */
    background: black;              /* output window. */
    color: #67abe5;
	  background-image: url(images/triop.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed; 
}

a.chatzilla-link {
    color: #FFF300;
}

a.chatzilla-link:visited {
    color: #FFFBAB;
}


.header {
    color: silver;
    opacity: 0.8;
    border: 0px;
    background: #021526;
    padding:1em 1em 0.2em 1em;
    margin:-0.5em; 
    
    
}
#ch-topicnodes
{ color: white; }


#user-list-box treechildren {
    background: #000;
    color: #FFFFFF !important;
}




#splash {
	font-size:xx-large;
	font-style:italic;
	font-variant:small-caps;
    color: #3a73a6;
    letter-spacing:0.3em;
    text-decoration:overline underline;
}


[condition] {
    font-weight: bold;
}

[condition="red"] {
    color: red;
}

[condition="yellow"] {
    color: yellow;
}

[condition="green"] {
    color: green;
}

.chatzilla-rheet 
{	color: magenta !important; }


/* .msg-type = message type indicator  */
.msg-type {             
    color: silver;                          
    font-weight: bold;
}


.msg-timestamp 
{
	-moz-border-radius: 3px 3px 0 0;
    color: silver;
    font-size: 0.6em;
	background: #0f304d;

}



/* use even/odd marks to create a subtle brightness change when the speaker changes.*/
.msg[mark="even"] .msg-user {
	-moz-border-radius: 3px 3px 0 0;
    border: 0px;
    background: #163a59;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.msg[mark="odd"] .msg-user {
	-moz-border-radius: 3px 3px 0 0;
    border: 0px;
    background: #0f304d;
	padding-left: 0.2em;
    padding-right: 0.2em;
}

.msg-user a.chatzilla-link 
{	color: white !important; }
.msg-user:before,
.msg-user:after {
    color: silver;
}
.msg[mark="even"] .msg-data 
{	color: #6aaeea; }											
.msg[mark="odd"] .msg-data 
{	color: #4c89be; } 

/* ME! */
.msg[msg-user$="ME!"] 
{	color: silver; }
/*
.msg[msg-user$="ME!"] .msg-user
{ background: #294966; }

.msg[msg-user$="ME!"] .msg-data
{ color: #5aa2e0; }
*/


.msg[msg-type="TOPIC"] .msg-data,
.msg[msg-type="JOIN"] .msg-data,
.msg[msg-type="JOIN"] .msg-data a.chatzilla-link 
{ color: white; }

.msg[msg-type="PART"] .msg-data,
.msg[msg-type="PART"] .msg-data a.chatzilla-link,
.msg[msg-type="QUIT"] .msg-data,
.msg[msg-type="QUIT"] .msg-data a.chatzilla-link 
{ color: darkgrey; }


.msg[msg-type="KICK"] .msg-data,
.msg[msg-type="KICK"] .msg-data a.chatzilla-link 
{ color: red; }

.msg[msg-type="ERROR"] .msg-data,
.msg[msg-type="DISCONNECT"] .msg-data {
    background: red;
    color: white;
}

.msg[msg-type="HELLO"] .msg-data,
.msg[msg-type="INFO"] .msg-data,
.msg[msg-type="HELP"] .msg-data,
.msg[msg-type="STATUS"] .msg-data,
.msg[msg-type="USAGE"] .msg-data {
    color: silver;
    font-weight: bold;
}


/* Actions */
.msg[msg-type="ACTION"] .msg-user,
.msg[msg-type="ACTION"].msg[msg-user$="ME!"] 
{  font-style: normal; }
 .msg[msg-type="ACTION"] .msg-data {
	font-style: italic;
	color: #0FD400
}
/* Nick change confirmation */
.msg[msg-type="NICK"] .msg-data 
{ 	color: silver; }

/* Notices and channel mode changes */
.msg[msg-type="NOTICE"] .msg-data,
.msg[msg-type="MODE"] .msg-data 
{ color: #A46DFF; }




/* important="true" means that the message has text from your /stalk list in it, 
has your nickname in it, or was spoken by someone in your /stalk list. */
.msg[important="true"] .msg-data {
	background: #404040 !important;
}
.msg[important="true"] .msg-user {
	font-weight: normal;
}


/******************************************************************************
 nickname decorations OVERRIDE of output-base.css
 ******************************************************************************/

/* :before and :after pseudoclasses form the decorations around nicknames */
.msg-user:before {
    content: "";
}
.msg-user:after {
    content: "";
}
.msg[important="true"] .msg-user:before {
    font-weight: normal;
}
.msg[important="true"] .msg-user:after {
    font-weight: normal;
}
.msg[msg-user$="ME!"] .msg-user:before {
    content: "";
}
.msg[msg-user$="ME!"] .msg-user:after {
    content: "";
}

/* private messages in a query window */
.msg[view-type="IRCUser"] .msg-user:before {
    content: "";
}
.msg[view-type="IRCUser"] .msg-user:after {
    content: "";
}
.msg[view-type="IRCUser"][msg-dest$="ME!"] .msg-user:before {
    content: "";
}
.msg[view-type="IRCUser"][msg-dest$="ME!"] .msg-user:after {
    content: "";
}

