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


/*  a SeaMonkey classy version of the output window.
 *  see output-base.css for details. Last modified:
 * 2007-May-14: added style for dogear plugin
 * 2007-April-10.
 */

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

body.chatzilla-body {               /* The topmost container in the ChatZilla */
    background-color: #0C0C8E;        /* output window. */
    background-image: url("http://corpsmoderne.net/~eve97/gothdns/seamonkey96pol.png");
    /* background-origin: content; !important */
    background-position: 50% 13%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
}

a.chatzilla-link {
    color: #B4A4B6;
    font-style: italic;
    font-weight: bold;
}

a.chatzilla-link:visited {
    color: #D9DAFF;
    font-style: italic;
    font-weight: bold;
}

.header-outer {
    background-color: #FFFFFF;
    opacity: 0.6;
}

.header {
    color: #91C8FF;
    background-color: #3838A3;
    -moz-border-radius: 7px;
}

.progress-fg {
    background-color: silver;
}

.value {
    color: silver;
}

treechildren {
    background: #3A3AA3;
    background-image: url("http://corpsmoderne.net/~eve97/gothdns/seamonkey96pol.png");
    /* background-origin: content; !important */
    background-position: bottom center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    font-weight: bold !important;
    color: #FFFFFF !important;
/*	font-family: "tahoma";*/
}

#main-splitter + #user-list-box treechildren {
    background-image: url("http://corpsmoderne.net/~eve97/gothdns/seamonkey96pol.png");
    background-position: bottom center;
    /* background-origin: content; !important */
}

#splash {
    color: #CC3333;
}

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

[condition] {
    font-weight: bold;
}

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

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

[condition="green"] {
    color: lightgreen;
}

.msg[msg-type="JOIN"] .msg-data a.chatzilla-link,
.msg[msg-type="PART"] .msg-data a.chatzilla-link {
    color: #666666;
}

.msg[msg-type="KICK"] .msg-data a.chatzilla-link {
    color: #666666;
}

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

.msg-type {                                 /* .msg-type = message type       */
    color: #8F8D8D;                          /* indicator                      */
}

.msg-user a.chatzilla-link,
.msg-user {                                 /* msg-user = nickname portion of */
    color: white !important;                /* a message (channel and query   */
}                                           /* views)                         */

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

.msg[msg-type="JOIN"] .msg-data,
.msg[msg-type="PART"] .msg-data {
    color: #BEBABA;
    font-size: small;
    font-style: italic;
}

.msg[msg-type="PART"] .msg-data {
    color: #918F8F;
}

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

.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: #FADEDE;
    vertical-align: bottom;
    font-style: italic;
    font-weight: bold;
}

.msg[msg-type="NICK"] .msg-data {
    color: #FDDFDF;
    font-weight: bold;
    font-style: italic;
    font-size: small;
}
/* modify the decoration around nicks for notices */
.msg[msg-type="NOTICE"] .msg-user:before {
   content: url("http://corpsmoderne.net/~eve97/gothdns/sml_green.png") !important;
}

/* this line works and shows: from(in pink (nick} blob*/
.msg[msg-type="NOTICE"] .msg-user {
    white-space: nowrap;
}

.msg[msg-type="NOTICE"] .msg-user:after {
    content: url("http://corpsmoderne.net/~eve97/gothdns/sml_red.png") !important;
}

.msg[msg-dest$="ME!"] .msg-user:before {
    content: url("http://corpsmoderne.net/~eve97/gothdns/sml_orange.png") !important;
}

/*.msg[msg-type="NOTICE"] [msg-user$="ME!"] .msg-user:after {
    content: url("http://corpsmoderne.net/~eve97/gothdns/sml_lightblue.png"); !important
}*/

.msg[msg-type="NOTICE"] .msg-data,
.msg[msg-type="MODE"] .msg-data {
    color: #D80500;
    font-weight: bold;
    background-color: #DDD5D5;
}

.msg[msg-type="NOTICE"] .msg-data a.chatzilla-link,
.msg[msg-type="MODE"] .msg-data a.chatzilla-link {
    color: #CC3333;
}

.msg[msg-type="KICK"] .msg-data {
    color: #E07140;
}

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

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

.msg[msg-type="DOGEAR"] .msg-timestamp {
    font-weight: bold;
    background-color: #0E5E51;
    border-style: solid;
    border-width: thin;
    border-color: black;
    -moz-border-radius: 3px;
    border-color: #1CC6AC;
}

.msg[msg-type="DOGEAR"] .msg-data {
    background-image: url("http://corpsmoderne.net/~eve97/gothdns/seamonkey16.png");
    background-repeat: repeat-x;
    vertical-align: -15%;
}
/*******************************************************************************/

/* 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-user,
.msg[important="true"] .msg-data {
    background: #6B5555 !important;
}
/*
.msg-user:before,
.msg-user:after {
    color: blue;
}*/
.msg-user {
    background-color: #3B3BA4;
}

/* block to apply the white-space property */
.msg[msg-user$="ME!"] .msg-user {
    white-space: nowrap;
}

/* .msg[msg-user$="ME!"] .msg-user:before,*/
.msg[msg-user$="ME!"] .msg-user:after {
    /* background-color: #DDD5D5; */
    /* white-space: pre-wrap;*/
    content: url("http://corpsmoderne.net/~eve97/gothdns/seamonkey16.png");
}

.msg[msg-type="ACTION"] .msg-user:before,
.msg[msg-type="ACTION"] .msg-user:after {
    color: cyan;
}

.msg[msg-type="NOTICE"] .msg-user:before,
.msg[msg-type="NOTICE"] .msg-user:after {
    color: #6afc73;
}

/* private messages *not* in a query window */
.msg[dest-type="IRCUser"] .msg-user:before,
.msg[dest-type="IRCUser"] .msg-user:after {
    color: #CC3333;
}

.msg[msg-dest$="ME!"] .msg-user:before,
.msg[msg-dest$="ME!"] .msg-user:after {
    color: magenta;
}

/* private messages in a query window */
.msg[view-type="IRCUser"] .msg-user:before,
.msg[view-type="IRCUser"] .msg-user:after {
    color: white;
}

.msg[view-type="IRCUser"][msg-user$="ME!"] .msg-user:before,
.msg[view-type="IRCUser"][msg-user$="ME!"] .msg-user:after {
    color: #6afc73;
}

/* Sugnim bot with a dEvil Red Cat-Chat decoration */
.msg[msg-user="sugnim"] .msg-data:before {
    margin-right: 7px;
    vertical-align: -25%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sugnim.gif") !important;
}

.msg[msg-user="sugnim"] .msg-data:after {
    margin-left: 7px;
    vertical-align: -25%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sugnim.gif") !important;
}
                                         /* image for thebot */
.msg[msg-user="thebot"] .msg-data:before {
    margin-right: 5px;
    vertical-align: -25%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/thebot_01.gif") !important;
}

.msg[msg-user="thebot"] .msg-data:after {
    margin-left: 7px;
    vertical-align: -25%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/thebot_01.gif") !important;
}
                                        /* 3D image before firebot talks */
.msg[msg-user="firebot"] .msg-data:before {
    margin-right: 5px;
    vertical-align: -25%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/firebot3d.gif") !important;
}
                                       /* 3D image after firebot talks */
.msg[msg-user="firebot"] .msg-data:after {
    margin-left: 7px;
    vertical-align: -25%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/firebot3d.gif") !important;
}

                                            /* Kaa the allmighty kissing bot with cute snake decoration */
.msg[msg-user="kaa"] .msg-data:before {
    margin-right: 7px;
    vertical-align: -25%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/kaa5_3d.gif") !important;
}

.msg[msg-user="kaa"] .msg-data:after {
    margin-left: 7px;
    vertical-align: -25%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/kaa5_3d.gif") !important;
}
