/* -*- 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 very goth dark background/light text version of the output window.
/*  see output-base.css for details. Last modified: */
/* 2007-May-14: added style for dogear plugin */
/*  2007-April-10. (worms) */

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

body.chatzilla-body {               /* The topmost container in the ChatZilla */
    background-color: black;        /* output window. */
    background-image: url("http://corpsmoderne.net/~eve97/gothdns/backgroundtest.png");
    /* background-origin: content; !important */
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #149AD8 !important;
}

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

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

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

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

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

.value {
    color: silver;
}

treechildren {
    background: black;
    background-image: url("http://corpsmoderne.net/~eve97/gothdns/kaa.jpg");
    /* 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/kaa.jpg");
    background-position: bottom center;
    /* background-origin: content; !important */
}

#splash {
    color: #E8FF68;
}

#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: #E8FF68;
}

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

.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="odd"] .msg-data {
    color: #F4FB35;
    font-weight: bold;
}

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

.msg[msg-type="JOIN"] .msg-data,
.msg[msg-type="PART"] .msg-data {
    color: #8EC63E;
    font-size: small;
    font-style: italic;
}
                                /* join blob when someone joins channel */
.msg[msg-type="JOIN"] .msg-data:before {
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sml_join_01.gif");
}

                                /* light grey blob when someone parts channel */
.msg[msg-type="PART"] .msg-data:before {
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sml_grey_01.gif");
}

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

.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: #DFE10B;
    /* 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/blobs/sml_pink_01.gif") !important;
}

.msg[msg-user$="ME!"] [msg-type="NOTICE"] .msg-user:after {
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sml_blue_01.gif") !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/blobs/sml_lightblue_01.gif") !important;
}

.msg[msg-dest$="ME!"] .msg-user {
    white-space: nowrap;
}

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

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

.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: #2E6838;
}

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

/* darkgrey blob when someone joins channel */
/*.msg[msg-type="QUIT"] .msg-data:before {
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sml_darkgrey_01.gif");
} */

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

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

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

      /* 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:after {
    white-space: nowrap;
}

.msg-user {
    background-color: #184E34;
}

/* 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/blobs/sml_red_01.gif");
}


.msg-user:after {
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sml_green_01.gif");
}

.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;
}
