home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozil06.zip / bin / chrome / chatzilla.jar / skin / modern / chatzilla / chatzilla.css next >
Cascading Style Sheet File  |  2000-05-12  |  3KB  |  172 lines

  1. /*
  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 Mozilla JSIRC Library.
  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 UI, See output-default.css for output window styles
  23.  *
  24.  */
  25.  
  26. @import url(chrome://communicator/skin/);
  27. /*@import url(chrome://global/skin/global.css);*/
  28.  
  29.  
  30. window {
  31.  
  32.     width: 640px;
  33.     height: 480px;
  34.  
  35. }
  36.  
  37. #outer-box {
  38.  
  39.     margin: 5px;
  40.  
  41. }
  42.  
  43. #main-splitter {
  44. }
  45.  
  46. #views-tbar, #views-tbox {
  47.     height: 0px;
  48. }
  49.  
  50. .activity-button-image {
  51.  
  52.     color: black;
  53.     background: lightgrey;
  54.  
  55. }
  56.  
  57. .activity-button-image[state="normal"] {
  58.  
  59.     list-style-image: url(chrome://chatzilla/skin/images/view-normal.gif);
  60.  
  61. }
  62.  
  63. .activity-button-image[state="activity"] {
  64.  
  65.     list-style-image: url(chrome://chatzilla/skin/images/view-activity.gif);
  66. }
  67.  
  68. .activity-button-image[state="current"] {
  69.  
  70.     list-style-image: url(chrome://chatzilla/skin/images/view-current.gif);
  71.  
  72. }
  73.  
  74. .activity-button-image[state="attention"] {
  75.  
  76.     list-style-image: url(chrome://chatzilla/skin/images/view-attention.gif);
  77.  
  78. }
  79.  
  80. .activity-button-text {
  81.  
  82.     color: black;
  83.     background: lightgrey;
  84.  
  85. }
  86.  
  87. .activity-button-text[state="normal"] {
  88.  
  89. }
  90.  
  91. .activity-button-text[state="activity"] {
  92.  
  93.     color: darkgreen;
  94.  
  95. }
  96.  
  97. .activity-button-text[state="current"] {
  98.     
  99.     color: darkcyan;
  100.  
  101. }
  102.  
  103. .activity-button-text[state="attention"] {
  104.  
  105.     color: red;
  106.  
  107. }
  108.  
  109. .status-box {
  110.  
  111.     padding-top: 2px;
  112.     padding-bottom: 2px;
  113.     padding-right: 10px;
  114.  
  115. }
  116.  
  117. .status-label {
  118.     
  119.     text-align: right;
  120.     margin-left: 10px;
  121.  
  122. }
  123.  
  124. .status-data {
  125.  
  126.     text-align: left;
  127.     color: darkslategrey;
  128.     margin-left: 5px;
  129.  
  130. }
  131.  
  132. /* Activity indicator buttons */
  133. .activity-button {
  134.     
  135.     font-weight: bold;
  136.  
  137. }
  138.  
  139. .output-container {
  140.  
  141.     border: thin silver inset;
  142.     width: 100%;
  143.  
  144. }
  145.  
  146. /* op image column */
  147. .op-image[state="true"] {
  148.  
  149.     list-style-image: url(chrome://chatzilla/skin/images/is-op.gif)
  150.  
  151. }
  152.  
  153. .op-image[state="false"] {
  154.  
  155.     list-style-image: url(chrome://chatzilla/skin/images/isnt-op.gif)
  156.  
  157. }
  158.  
  159. /* voice image column */
  160. .voice-image[state="true"] {
  161.  
  162.     list-style-image: url(chrome://chatzilla/skin/images/is-voice.gif)
  163.  
  164. }
  165.  
  166. .voice-image[state="false"] {
  167.  
  168.     list-style-image: url(chrome://chatzilla/skin/images/isnt-voice.gif)
  169.  
  170. }
  171. <
  172.