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


/*  an Easter pink 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: #BCD2E9;        /* output window. */
    background-image: url("http://corpsmoderne.net/~eve97/gothdns/blobs/easterpink_pinata2.jpg");
    /* background-origin: content; !important */
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #149AD8 !important;
}

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

a.chatzilla-link:visited {
    color: #543E3C;
    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;
}

treechildren {
    background: #FE96EB;
    background-image: url("http://corpsmoderne.net/~eve97/gothdns/blobs/jessica0.gif");
    /* 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/blobs/jessica1.gif");
    background-position: bottom center;
    /* background-origin: content; !important */
}

#splash {
    color: #EE0000;
}

#usr-descnodes,
#ch-topicnodes {
    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: #EE0000;
}

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

.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;
    font-weight: bold;                /* a message (channel and query   */
}                                           /* views)                         */

.msg[mark="odd"] .msg-data {
    color: #5A1E3F;
    font-weight: bold;
}

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

.msg[msg-type="JOIN"] .msg-data,
.msg[msg-type="PART"] .msg-data {
    color: #2F4E1C;
    font-size: small;
    font-style: italic;
    font-weight: bold;
}
                                      /* green egg 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/__EGG20_r.gif");
}

                                     /* yellow egg 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/__EGG21_r.gif");
}

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

.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: #772F57;
    /* vertical-align: bottom; */
    font-style: italic;
    font-weight: bold;
}
                                            /* jumping rabbit after an action */
.msg[msg-type="ACTION"] .msg-data:after {
    margin-left: 7px;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/__RAB3.gif");
    /*vertical-align: middle;*/
}

.msg[msg-type="NICK"] .msg-data {
    color: #CDD6A9;
    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/bunny1.gif") !important;
}

.msg[msg-type="NOTICE"][msg-user$="ME!"] .msg-user:before {
    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 {
    white-space: nowrap;
    font-weight: bold;
}

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

.msg[msg-type="NOTICE"] .msg-data,
.msg[msg-type="MODE"] .msg-data {
    color: #03AAF8;
    font-weight: bold;
    background-color: #CDD6A9 !important;
}
                                  /* red egg before message changing the mode */
.msg[msg-type="MODE"] .msg-data:before {
    margin-right: 7px;
    vertical-align: -20%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/__EGG23_r.gif");
}

                                   /* red egg after message changing the mode */
.msg[msg-type="MODE"] .msg-data:after {
    margin-left: 7px;
    vertical-align: -20%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/__EGG23_r.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: #1F4D67;
}
                                          /* bouncing bunny head when kicked  (left of msg)*/
.msg[msg-type="KICK"] .msg-data:before {
    margin-right: 7px;
    vertical-align: -30%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/kick_bunny.gif");
}

                                          /* bouncing bunny head when 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/kick_bunny.gif");
}

.msg[msg-type="QUIT"] .msg-data {
    color: #4D4D4D;
    font-size: small;
    font-style: italic;
    font-weight: bold;
}
                                      /* bunny ears 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/bunnyears16.png");
}

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

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

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

          /* 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: #B35F9A !important;
}

                                    /* user = ME : bunny in the hat 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: -35%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/bunny1.gif") !important;
}

                        /* displays firebot's 3D image avatar after his nick" */
      /* 2007-04-11 :-( makes the blue egg after other nicks disappear)
.msg[msg-user$="firebot"] .msg-user:after {
    white-space: nowrap;
    margin-left: 3px;
    vertical-align: -35%;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/firebot3dd.gif") !important;
    } */

.msg[view-type="IRCChannel"] .msg-user:before {
    margin-right: 7px;
    white-space: nowrap;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/__EGG22_r.gif") !important;
}

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

.msg-user:after {
    white-space: nowrap;
}

.msg-user {
    background-color: #A3496D;
    font-weight: bold !important;
}

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

                              /* blue egg after someone's nick (not ME) talks */
.msg-user:after {
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/__EGG22_r.gif") !important;
}

.msg[msg-user="firebot"] .msg-user:after {
    margin-left: 5px;
    vertical-align: -35%;
    white-space: nowrap;
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/firebot3ddsmall.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: #883D68;
}
              /* 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/blobs/jessicaeye.gif") !important;
}
/*.msg[dest-type="IRCUser"] .msg-user:before {
    content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/private_bunny.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/firebot3dd.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;
}

.msg[msg-data="help!"] .msg-data:after {
     margin-left: 7px;
     vertical-align: -25%;
     content: url("http://corpsmoderne.net/~eve97/gothdns/blobs/sfxhelp35.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;
}
