/* -*- 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 theme with blue bunnies version of the output window.*/
/*  see output-base.css for details. Last modified: */
/*  2008-Mar-06. (worms) */


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

body.chatzilla-body {               /* The topmost container in the ChatZilla */
    background-color: #F5F5F5;        /* output window. */
    color: #4D4949;
    font-family: "Comic Sans MS", sans-serif !important;
    background-image: url("http://www.corpsmoderne.net/~eve97/gothdns/blobs/prism/rect3645l.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#chatzilla-windows #mainsplitter + #user-list-box body.chatzilla-body {              
    background-image: url("http://www.corpsmoderne.net/~eve97/gothdns/blobs/prism/rect36453.png");
    background-position: bottom right;
}

a.chatzilla-link {
    color: #14B614; /*#DC4CF6; /*#9D0CA2; /*#280428; /*#2AD02A; /*#2DEF2D;*/
  /*  font-family: "Neon Script", "serif" !important; */
    font-weight: bold;
}

a.chatzilla-link:visited {
    color: #088E08; /*#D517F1; /*#AC00AE; /*#400040; /*#3CDC3C;*/    /* visited link = slightly brighter */
    font-weight: bold;
}

.header-outer {
    background-color: white;
    opacity: 0.8;
}

.header {
    color: #262626;
    background-color: #F5F5F5;
    background-image: url("http://www.corpsmoderne.net/~eve97/gothdns/blobs/prism/prism_small.png");
    background-position: bottom right;
    background-repeat: no-repeat;
   /* -moz-border-radius: 7px;*/
    border-style: solid;
    border-color: #A109B3;
    border-width: thin;
}

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

.label {
    color: #D517F1;
    font-family: Pipeline, sans-serif !important;
}

.value {
    color: #44274D;
    font-weight: bold;
}

.msg-timestamp {
    color: #0000C0;
    font-size: small;
}

#cli-version-container,
#cli-version {
    color: #404040;
}

/*userlist image when userlist on the left */
treechildren {
    background: #F5F5F5;
    background-image: url("http://www.corpsmoderne.net/~eve97/gothdns/blobs/prism/rect3643l.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    font-weight: bold !important;
    font-size: 1.10em !important;
    color: #4A3C3C !important;
/*	font-family: "tahoma";*/
}

/* userlist image when userlist on the right */
#main-splitter + #user-list-box treechildren {
    background-image: url("http://www.corpsmoderne.net/~eve97/gothdns/blobs/prism/rect3643.png");
    background-position: bottom left;
}


treechildren::-moz-tree-cell-text(away-true) {
    color: #B690BC;
}

#splash {
    color: #750876;
    font-family: "Comic Sans MS", sans-serif !important;
    font-size: 28px;
}


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

#ch-usercount,
#ch-modestr {
    color: #44274D;
}

#usr-title {
    color: #A091A3;
    font-weight: bold;
}

[condition] {
    font-weight: bold;
}

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

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

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

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



.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: #4A3C3C;                          /* subtle brightness change when  */
}                                           /* the speaker changes.           */

.msg[msg-type="JOIN"] .msg-data {
    color: #B301B5;
    font-size: small;
    font-style: italic;
/*    font-weight: bold; */
}


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

.msg[msg-type="ERROR"] .msg-data,
.msg[msg-type="DISCONNECT"] .msg-data {
    background: #E13DE3; /*#D517F1;*/
    color: white;
}

.msg[msg-type="USAGE"] .msg-data {
    color: #404040;
    background: #40FFFF;
}

.msg[msg-type="ACTION"] .msg-data {
    color: #EF4141; /*#80FF80;*/
    vertical-align: bottom;
    font-style: italic;
    font-weight: bold;
    font-size: 0.97em;
}

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

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

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

.msg[msg-type="PART"] .msg-data,
.msg[msg-type="QUIT"] .msg-data {
    color: #9C75A3;
    font-size: small;
    font-style: italic;
/*    font-weight: bold; */
}

/**************************** USERLIST IMAGES **********************************/

#chatzilla-window #user-list[mode="graphic"] treechildren::-moz-tree-image(away-true) {
    margin-right: 3px;
    list-style-image: url("http://corpsmoderne.net/~eve97/gothdns/blobs/prism/away_prism.png") !important;
}

#chatzilla-window #user-list[mode="graphic"] treechildren::-moz-tree-image {
    margin-right: 3px;
    list-style-image: url("http://corpsmoderne.net/~eve97/gothdns/blobs/prism/normal_prism.png");
}

#chatzilla-window #user-list[mode="graphic"] treechildren::-moz-tree-image(founder-true) {
    margin-right: 3px;
    list-style-image: url("http://corpsmoderne.net/~eve97/gothdns/blobs/prism/founder_prism.png");
}

#chatzilla-window #user-list[mode="graphic"] treechildren::-moz-tree-image(admin-true) {
    margin-right: 3px;
    list-style-image: url("http://corpsmoderne.net/~eve97/gothdns/blobs/prism/admin_prism.png");
}

#chatzilla-window #user-list[mode="graphic"] treechildren::-moz-tree-image(op-true) {
    margin-right: 3px;
    list-style-image: url("http://corpsmoderne.net/~eve97/gothdns/blobs/prism/op_prism.png");
}

#chatzilla-window #user-list[mode="graphic"] treechildren::-moz-tree-image(halfop-true) {
    margin-right: 3px;
    list-style-image: url("http://corpsmoderne.net/~eve97/gothdns/blobs/prism/halfop_prism.png");
}

#chatzilla-window #user-list[mode="graphic"] treechildren::-moz-tree-image(voice-true) {
    margin-right: 3px;
    list-style-image: url("http://corpsmoderne.net/~eve97/gothdns/blobs/prism/voice_prism.png");
}
/***************************** 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: #37AD13; /*#53E82B;*/
    -moz-border-radius: 3px;
}

/*************************** msg-user (nick) **********************************/

.msg-user a.chatzilla-link,
.msg-user {                                 /* msg-user = nickname portion of */
    color: #EF4141 !important;                /* a message (channel and query   */
        font-family: "Comic Sans MS", sans-serif !important;
        font-size: 1em;
      /*  font-stretch: condensed; */                                          /* views)                         */
}

.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: "\2551" !important;
    color: #53E82B;                           
    font-weight: bold;
    font-size: 1.05em;
}

.msg[msg-type="NOTICE"] .msg-user {           /* border around nicks for notices */
    border-style: solid;
    border-width: thin;
    border-color: red;
    -moz-border-radius: 3px;
}
    

.msg[msg-type="ACTION"] .msg-user:after {
    color: #0000C0;
    content: "\2206" !important;                          
    margin-left: 3px;
    font-style: normal;
}


.msg[msg-type="NOTICE"] .msg-user:after {
    color: #FF00FF !important;              
    content: "\25BA" !important;
    font-weight: bold;
    font-size: 0.90em;
}

/* 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 triangle after a private message from ME*/
      font-weight: bold;
      content: "\25BA" !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: #D517F1;              /*a slightly different purple chevron in query views */
}

.msg[view-type="IRCUser"] .msg-user {
    border-style: solid;
    border-width: thin;
    border-color: red;                /* border around other user in query views */
    -moz-border-radius: 3px;
}

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


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

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


/**************************** 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: #00FFFF;
    color: #00FFFF;
    -moz-border-radius: 3px;
}

.msg[msg-type="DOGEAR"] .msg-data {
    background-image: url("http://corpsmoderne.net/~eve97/gothdns/blobs/neon/dogear-away.png");
    background-repeat: repeat-x;
}

