/* -*- 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 ***** */

/* Everybody is doing grey (sometimes boring) motifs, so I decided to make one too.
 * See output-base.css for details.
 *Last modified:
 * 2007-Aug-26: created */


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

body.chatzilla-body {               /* The topmost container in the ChatZilla */
    background-color: white;        /* output window. */
    color: #252531;                 /* main chat colour = green */
    font-size: 1.0em;
    background-image: url("http://corpsmoderne.net/~eve97/gothdns/blobs/filigree7.png");
}

a.chatzilla-link {
    color: #000040; /*#2AD02A; /*#2DEF2D;*/
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
/*    border-style: ridge!important;
    border-width: thin;
    border-color: #2E2F54;*/
}

a.chatzilla-link:visited {
    color: #4C4C4E; /*#3CDC3C;*/    /* visited link = slightly brighter */
    font-style: italic;
    text-decoration: none;
    border-style: dashed;
    border-width: thin;
    border-color: #56566A;
    border-top: none;
    border-right: none;
    border-left: none;
}

.header-outer {
    background-color: silver;
    opacity: 0.9;
}

.header {
    color: #252531;
    background-color: white;
    background-image: url("http://corpsmoderne.net/~eve97/gothdns/blobs/filigree7.png");
    -moz-border-radius: 7px;
    border-style: wave;
    border-color: #252531;
    border-width: thin;
}

.progress-fg {
    background-color: #618161;
}

.value {
    color: #000040;
}

treechildren {
    background: white;
    background-image: url("http://corpsmoderne.net/~eve97/gothdns/blobs/filigree7.png");
    font-weight: bold !important;
    font-size: 1.0em !important;
    color: #252531 !important;
}


#splash {
    color: #3D3D49;
    font-size: 1.75em;
}


#usr-descnodes,
#ch-topicnodes {
    color: #3A3A44;
    font-weight: bold;
}

[condition] {
    font-weight: bold;
}

[condition="red"] {
    color: red;
}

[condition="yellow"] {
    color: yellow;
}

[condition="green"] {
    color: #437943;
}

.msg[msg-type="JOIN"] .msg-data a.chatzilla-link,
.msg[msg-type="PART"] .msg-data a.chatzilla-link,
.msg[msg-type="KICK"] .msg-data a.chatzilla-link,
.msg[msg-type="NOTICE"] .msg-data a.chatzilla-link,
.msg[msg-type="MODE"] .msg-data a.chatzilla-link {
    color: #404040;
    border-style: none !important;
    text-decoration: none;
}



.chatzilla-rheet {
    color: magenta !important;
}

.msg-type {                                 /* .msg-type = message type       */
    color: #745A64;                          /* indicator = soft purple       */
}



.msg[mark="even"] .msg-data {               /* use even/odd marks to create a */
    color: #3B3B43;                          /* subtle brightness change when  */
}                                           /* the speaker changes.           */


.msg[msg-type="HELLO"] .msg-data {
    color: #424366;
}

.msg[msg-type="ERROR"] .msg-data,
.msg[msg-type="DISCONNECT"] .msg-data {
    background: red;
    color: white;
}

.msg[msg-type="USAGE"] .msg-data {
    color: white;
}

.msg[msg-type="ACTION"] .msg-data {
    color: #252531; /*#80FF80;*/
    font-style: italic;
    font-weight: bold;
    font-size: 0.90em;
}

.msg[msg-type="NICK"] .msg-data {
    color: #4C4C4E;
    font-weight: bold;
    font-style: italic;
    font-size: 0.80em;
}

.msg[msg-type="NOTICE"] .msg-data {
    color: white;
    font-weight: bold;
}


.msg[msg-type="MODE"] .msg-data {
    color: #252531;
/*    font-weight: bold; */
/*    background-color: #DDD5D5;*/
}

.msg[msg-type="KICK"] .msg-data {
    color: #252531;
    font-weight: bold;
}

.msg[msg-type="JOIN"] .msg-data,
.msg[msg-type="PART"] .msg-data,
.msg[msg-type="QUIT"] .msg-data {
    color: #918F8F;
    font-size: 0.80em;
    font-style: italic;
    font-weight: bold;
}

/***************************** NOTIFICATIONS ***********************************/

.msg[msg-type="NOTIFY-ON"] .msg-data:before {
    margin-right: 7px;
    vertical-align: -20%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/flashingblue.gif");
}

.msg[msg-type="NOTIFY-OFF"] .msg-data:before {
    margin-right: 7px;
    vertical-align: -20%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/flashingred.gif");
}
/* 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 {
    border-style: solid;
    border-width: thin;
    border-color: #434A9F;
}

/*************************** msg-user (nick) **********************************/
.msg-nested-table .msg-user,
.msg-user a.chatzilla-link,
.msg-user {                                 /* msg-user = nickname portion of */
    color: #4C4C4E !important;                /* a message (channel and query   */
    border-style: none !important;
    text-decoration: none;
}

.msg-user:before,
.msg[msg-user$="ME!"] .msg-user:before {
    content: "" !important;                     /* no content "before" at all */
}

.msg-user:after,
.msg[msg-user$="ME!"] .msg-user:after {
    content: "\00A6" !important;
    color: #842A4A;                           /* purple chevron */
    font-weight: bold;
    font-size: 1.0em;
    margin-left: 3px;
}

.msg[msg-type="NOTICE"] .msg-user {           /* border around nicks for notices */
    border-style: solid;
    border-width: thin;
    border-color: #00C000;
}
    

.msg[msg-type="ACTION"] .msg-user:after {
    color: white;                           /* cyan chevron after an action */
}


.msg[msg-type="NOTICE"] .msg-user:after {
    color: #FF7505 !important;              /* orange chevron after a notice */
    font-weight: bold;
}

/* private messages *not* in a query window */
/*.msg[dest-type="IRCUser"] .msg-user:before, COMMENTED TO GET RID OF CHEVRON BEFORE*/
/*.msg[dest-type="IRCUser"] .msg-user:after {
    color: #80FF80;
    font-weight: bold;
    content: "\00BB" !important;
}*/


.msg[dest-type="IRCUser"][msg-user$="ME!"] .msg-user:after {
    color: red;                             /* red chevron after a private message from ME*/
    font-weight: bold;
    content: "\00A4" !important;
}

/*
.msg[msg-dest$="ME!"] .msg-user:after {
    color: #600961;                        /* purple chevron = normal color in channel*/
/*}*/

/* private messages in a query window */
.msg[view-type="IRCUser"] .msg-user:after {
    color: #842A4A;              /*a slightly different purple chevron in query views */
}

.msg[view-type="IRCUser"] .msg-user {
    border-style: solid;
    border-width: thin;
    border-color: #00C000;                /* border around other user in query views */
}

.msg[dest-type="IRCUser"][msg-user$="ME!"] .msg-user {
    border-style: solid;
    border-width: thin;
    border-color: #3C3E98;
}


.msg[view-type="IRCUser"][msg-user$="ME!"] .msg-user:after {
    color: red !important;
    font-weight: bold;
    content: "\00A4" !important;
}

.msg[dest-type="IRCUser"] .msg-data {
    /*background-color: white !important;*/
    color: #3C3E98;
    font-weight: bold;
    border-style: solid;
    border-width: thin;
    border-color: #3C3E98;
}


/**************************** Dogear plugin ***********************************/

.msg[msg-type="DOGEAR"] .msg-timestamp,
.msg[msg-type="DOGEAR"] .msg-data {
    font-weight: bold;
    border-style: solid;
    border-width: thin;
    border-color: #624946;
    color: #624946;
}

.msg[msg-type="DOGEAR"] .msg-data:before,
.msg[msg-type="DOGEAR"] .msg-data:after {
    content: "\00A4 \00A4 \00A4 \00A4 \00A4 \00A4 \00A4 \00A4";
    font-weight: normal;
}


