/* -*- 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** dark and computer-friendly background/light text version of the output window.
 *  see output-base.css for details. (worms)
 *  Last modified:
 * 2007-May-14: added style for dogear plugin
 *  2007-April-21 (background-colour for .msg[msg-type="DISCONNECT"] .msg-data )
 *  2007-April-16. (- letter-spacing)
 */

@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/blobs/matrixcrop00_1400r.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #149AD8 !important;           /* colour of the text, other than msg */
}

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

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

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

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

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

.value {
    color: black;
}
                               /* this DOES NOT WORK yet and I dunno why */
/* .msg-timestamps {
    font-family: QuartzItalic !important;
} */

treechildren {
    background: black;
    background-image: url("http://corpsmoderne.net/~eve97/gothdns/matrix/det_crop_1400_g2.gif");
    background-position: center left;
    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/matrix/det_crop_1400_d2.gif");
    background-position: center right;
}

#splash {
    padding-top: 50% !important;
    font-family: Quartz Italic;
    color: #1CC6AC;
    /*background-image: url("http://corpsmoderne.net/~eve97/gothdns/matrix/det_crop_1400_m.gif");
    background-position: center 60%;
    background-repeat: no-repeat;
    background-attachment: scroll;*/
}

#splash:before {
    content: url("http://corpsmoderne.net/~eve97/gothdns/matrix/neonleft.gif");
    margin-right: 3px;
    vertical-align: -0%;
}

#splash:after {
    content: url("http://corpsmoderne.net/~eve97/gothdns/matrix/neonright.gif");
    margin-left: 7px;
    vertical-align: -0%;
}

#usr-descnodes,
#ch-topicnodes {
    font-family: Quartz Italic;
    letter-spacing: 0.07em;
    color: #004000;
    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: #1CC6AC;
}

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

.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   */
    font-weight: bold;                      /* views)*/
}

.msg[mark="odd"] .msg-data {
    color: #BCE2DA;
    /**font-weight: bold;**/
}

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

.msg[msg-type="JOIN"] .msg-data,
.msg[msg-type="PART"] .msg-data {
    color: #8FDFDE;
    font-size: small;
    font-style: italic;
    /* font-weight: bold; */
}
                                /* dark green blob when someone joins channel */
.msg[msg-type="JOIN"] .msg-data:before {
    margin-right: 7px;
    vertical-align: -20%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sml_darkgreen_01.gif");
}

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

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

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

.msg[msg-type="rgb(52,124,70)"] .msg-data,
.msg[msg-type="DISCONNECT"] .msg-data {
    background: #107263;
    color: white;
}

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

.msg[msg-type="ACTION"] .msg-data {
    color: #8FDFDE;
    font-style: italic;
    font-weight: bold;
}

.msg[msg-type="ACTION"] .msg-data:before,     /* 2 aqua blobs around message of nick doing action */
.msg[msg-type="ACTION"] .msg-data:after {
    margin-left: 7px;
    margin-right: 7px;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sml_aqua_01.gif");
    vertical-align: -15%;
}

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

/* modify the decoration around nicks for notices UNUSED????? */
.msg[msg-type="NOTICE"] .msg-user:before {
   content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/bunny1.gif") !important;
}
                            /* bell before my nick when I send a notice */
.msg[msg-type="NOTICE"][msg-user$="ME!"] .msg-user:before {
    margin-right: 3px;
    vertical-align: -20%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/bell.gif") !important;
}
/* this line works and shows: from(in pink (nick} blob*/
.msg[msg-type="NOTICE"] .msg-user {
    background-color: #13BBA1;
    background-repeat: repeat;
    background-image: none !important;
    white-space: nowrap;
    font-weight: bold;
}

.msg[msg-type="NOTICE"] .msg-user:after {
    margin-left: 3px;
    vertical-align: -20%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/bell.gif") !important;
}

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

.msg[msg-dest$="ME!"] .msg-user:before {
    margin-right: 3px;
    vertical-align: 0%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sml_aqua_01.gif") !important;
}

.msg[msg-type="NOTICE"] .msg-data,
.msg[msg-type="MODE"] .msg-data {
    color: #1ED9BD;
    font-weight: bold;
    opacity: 0.85;
    border-style: groove;
    border-width: thin;
    -moz-border-radius: 5px;
    border-top-color: #EB0F0F; /*#8A1BB3;*/
    border-right-color: #C0C0C0;
    border-bottom-color: #A33B67; /*#698382;*/
    border-left-color: #EB0F0F;
}
                                  /* green blob before the message changing the mode */
.msg[msg-type="MODE"] .msg-data:before {
    margin-right: 7px;
    vertical-align: -0%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sml_green_01.gif");
}

                                   /* green blob after message changing the mode */
.msg[msg-type="MODE"] .msg-data:after {
    margin-left: 7px;
    vertical-align: -0%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sml_green_01.gif");
}

.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: #F036E1;
}
                                          /* purple blob when someone is kicked */
.msg[msg-type="KICK"] .msg-data:before {
    margin-right: 7px;
    vertical-align: -30%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sml_violet_01.gif");
}

                                          /* green blob next to who kicked (right of msg)*/
.msg[msg-type="KICK"] .msg-data:after {
    margin-left: 7px;
    vertical-align: -30%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sml_green_01.gif");
}

.msg[msg-type="QUIT"] .msg-data {
    color: #3E6666;
    font-size: small;
    font-style: italic;
    /*font-weight: bold;*/
}
                                      /* dark grey blob when someone quits network */
.msg[msg-type="QUIT"] .msg-data:before {
    margin-right: 10px;
    vertical-align: -20%;
    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: #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/blobs/baraqua_anim.gif");
    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. */
                        /* sets the whole line background colour when msg is important */
/*.msg[important="true"] .msg-user,*/
.msg[important="true"] .msg-data {
    background: #107263 !important;
    opacity: 0.8;
}

                                    /* user = ME : red blob after ME nick */
.msg[msg-user$="ME!"] .msg-user:before,
.msg[msg-user$="ME!"] .msg-user:after {
    /* background-color: #DDD5D5; */
    /* white-space: pre-wrap;*/
    margin-right: 3px;
    margin-left: 3px;
    vertical-align: -20%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sml_red_01.gif") !important;
}

.msg[view-type="IRCChannel"] .msg-user:before {
    vertical-align: -20%;
    margin-right: 3px;
    white-space: nowrap;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sml_aqua_01.gif") !important;
}
                                  /* sending prv msg to user, not in query view */
.msg[msg-type="PRIVMSG"][dest-type="IRCUser"][msg-user$="ME!"] .msg-user,
.msg[msg-type="PRIVMSG"][dest-type="IRCUser"][msg-user$="ME!"] .msg-data {
    background-color: #4BB4E5;
    opacity: 0.85;
    background-repeat: repeat;
    background-image: none !important;
    white-space: nowrap;
    font-weight: bold;
    border-style: groove;
    border-width: thin;
    -moz-border-radius: 5px;
    border-top-color: #B3C5C3;
    border-right-color: #C0C0C0;
    border-bottom-color: #064CB6; /*#698382;*/
    border-left-color: #0060FE;
}

.msg-user:after {
    white-space: nowrap;
}
                                            /* image inside the nicks borders */
.msg-user {
    background-image: url("http://corpsmoderne.net/~eve97/gothdns/matrix/det_crop_1400.gif");
    background-position: bottom left;
    background-repeat: no-repeat;
    border-style: groove;
    border-width: thin;
    -moz-border-radius: 5px;
    border-top-color: #B3C5C3;
    border-right-color: #C0C0C0;
    border-bottom-color: #064CB6; /*#698382;*/
    border-left-color: #0060FE;
    /*font-weight: bold !important;*/
}

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

                               /* aqua blob after someone's nick (not ME) talks (except notices) */
.msg-user:after {
    vertical-align: -20%;
    margin-left: 3px;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sml_aqua_01.gif") !important;
}




.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;
    font-weight: bold;
}

.msg[dest-type="IRCUser"] .msg-data {
    /*background-color: #149AD8;*/
    border-style: groove;
    border-width: thin;
    -moz-border-radius: 5px;
    border-top-color: #EB0F0F; /*#8A1BB3;*/
    border-right-color: #C0C0C0;
    border-bottom-color: #064CB6; /*#698382;*/
    border-left-color: #EB0F0F;
}

              /* jessica's eye symbol in line for notice / prv msg not in query view */
.msg[dest-type="IRCUser"] .msg-data:before {
    margin-right: 7px;
    vertical-align: -20%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/matrix/baraqua_anim.gif");
   /* content: url("http://corpsmoderne.net/~eve97/gothdns/matrix/neonpm.gif") !important; */
}

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


