home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-macos9-1.3.1.sea.bin / Mozilla1.3.1 / Chrome / chatzilla.jar / skin / modern / chatzilla / output-dark.css < prev    next >
Cascading Style Sheet File  |  2003-06-07  |  4KB  |  184 lines

  1. /* -*- Mode: Text; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
  2.  * The contents of this file are subject to the Mozilla Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/MPL/
  6.  *
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  *
  12.  * The Original Code is Chatzilla.
  13.  *
  14.  * The Initial Developer of the Original Code is New Dimensions Consulting,
  15.  * Inc. Portions created by New Dimensions Consulting, Inc. are
  16.  * Copyright (C) 1999 New Dimenstions Consulting, Inc. All
  17.  * Rights Reserved.
  18.  *
  19.  * Contributor(s):
  20.  *  Robert Ginda, rginda@ndcico.com, original author
  21.  * 
  22.  * Styles for output window
  23.  *
  24.  */
  25.  
  26. /* 
  27.  *  a dark background/light text version of the output window.
  28.  *  see output-base.css for details. 
  29.  */
  30.  
  31. @import url(chrome://chatzilla/content/output-base.css);
  32.  
  33. body.chatzilla-body {               /* The topmost container in the ChatZilla */
  34.     background: black;              /* output window. */
  35.     color: lightgrey;    
  36. }
  37.  
  38. a.chatzilla-link {
  39.     color: #fffdd6;
  40. }
  41.  
  42. a.chatzilla-link:visited {
  43.     color: lightgrey;
  44. }
  45.  
  46. .msg-data[msg-type="JOIN"]  a.chatzilla-link,
  47. .msg-data[msg-type="PART"]  a.chatzilla-link {
  48.     color: lightcyan;
  49. }
  50.  
  51. .msg-data[msg-type="KICK"]  a.chatzilla-link {
  52.     color: #ff5700;
  53. }
  54.  
  55. .chatzilla-rheet {
  56.     color: magenta !important;
  57. }
  58.  
  59. .chatzilla-highlight[name="Slate"] {
  60.     color: white;
  61.     background: #15272d;
  62. }
  63.  
  64. .chatzilla-highlight[name="Plum"] {
  65.     color: white;
  66.     background: #442144;
  67. }
  68.  
  69. .chatzilla-highlight[name="Brown"] {
  70.     color: white;
  71.     background: #562a14;
  72. }
  73.  
  74. .msg-type {                                 /* .msg-type = message type       */
  75.     color: silver;                          /* indicator                      */
  76. }
  77.  
  78. .msg-user a.chatzilla-link,
  79. .msg-user {                                 /* msg-user = nickname portion of */
  80.     color: white !important;                /* a message (channel and query   */
  81. }                                           /* views)                         */
  82.  
  83. .msg-data[mark="even"] {                    /* use even/odd marks to create a */
  84.     color: white;                           /* subtle brightness change when  */
  85. }                                           /* the speaker changes.           */
  86.  
  87. .msg-data[msg-type="JOIN"],
  88. .msg-data[msg-type="PART"] {
  89.     color: lightblue;
  90. }
  91.  
  92. .msg-data[msg-type="PART"] {
  93.     color: lightblue;
  94. }
  95.  
  96. .msg-data[msg-type="HELLO"] {
  97.     color: yellow;
  98. }
  99.  
  100. .msg-data[msg-type="ERROR"] {
  101.     background: red;
  102.     color: white;
  103. }
  104.  
  105. .msg-data[msg-type="USAGE"] {
  106.     color: white;
  107. }
  108.  
  109. .msg-data[msg-type="ACTION"] {
  110.     color: #6ac9ee;
  111. }
  112.  
  113. .msg-data[msg-type="NICK"] {
  114.     color: #96fa94;
  115. }
  116.  
  117. .msg-data[msg-type="NOTICE"],
  118. .msg-data[msg-type="MODE"] {
  119.     color: #60e066;
  120. }
  121.  
  122. .msg-data[msg-type="NOTICE"] a.chatzilla-link,
  123. .msg-data[msg-type="MODE"] a.chatzilla-link {
  124.     color: #6dff74;
  125. }
  126.  
  127. .msg-data[msg-type="KICK"] {
  128.     color: #d85d24;
  129. }
  130.  
  131. .msg-data[msg-type="QUIT"] {
  132.     color: #f7b183;
  133. }
  134.  
  135. /* important="true" means that the message has text from your /stalk list in
  136.  * it, has your nickname in it, or was spoken by someone in your /stalk list.
  137.  */
  138. .msg-user[important="true"],
  139. .msg-data[important="true"] {
  140.     background: #333333 !important;
  141. }
  142.  
  143. .msg-user:before,
  144. .msg-user:after {
  145.     color: blue;
  146. }
  147.  
  148. .msg-user[msg-user$="ME!"]:before,
  149. .msg-user[msg-user$="ME!"]:after {
  150.     color: #6afc73;
  151. }
  152.  
  153. .msg-user[msg-type="ACTION"]:before,
  154. .msg-user[msg-type="ACTION"]:after {
  155.     color: cyan;
  156. }
  157.  
  158. .msg-user[msg-type="NOTICE"]:before,
  159. .msg-user[msg-type="NOTICE"]:after {
  160.     color: #6afc73;
  161. }
  162.  
  163. /* private messages *not* in a query window */
  164. .msg-user[dest-type="IRCUser"]:before,
  165. .msg-user[dest-type="IRCUser"]:after {
  166.     color: #6afc73;
  167. }
  168.  
  169. .msg-user[msg-dest$="ME!"]:before,
  170. .msg-user[msg-dest$="ME!"]:after {
  171.     color: magenta;
  172. }
  173.  
  174. /* private messages in a query window */
  175. .msg-user[view-type="IRCUser"]:before,
  176. .msg-user[view-type="IRCUser"]:after {
  177.     color: white;
  178. }
  179.  
  180. .msg-user[view-type="IRCUser"][msg-user$="ME!"]:before,
  181. .msg-user[view-type="IRCUser"][msg-user$="ME!"]:after {
  182.     color: #6afc73;
  183. }
  184.