home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / fusion.jar / skin / fusion / aim / sidebarSetupOverlay.css < prev    next >
Cascading Style Sheet File  |  2005-07-29  |  5KB  |  173 lines

  1. /*
  2.  * The contents of this file are subject to the Netscape Public License
  3.  * Version 1.0 (the "NPL"); you may not use this file except in
  4.  * compliance with the NPL.  You may obtain a copy of the NPL at
  5.  * http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  8.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  9.  * for the specific language governing rights and limitations under the
  10.  * NPL.
  11.  *
  12.  * The Initial Developer of this code under the NPL is Netscape
  13.  * Communications Corporation.  Portions created by Netscape are
  14.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  15.  * Reserved.
  16.  */
  17.  
  18. /* ===== spSetupOverlay.css ============================================
  19.    == Styles for the sidebar panel List Setup overlay.
  20.    ===================================================================== */
  21.  
  22. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  23.  
  24. /* ::::: toolbar buttons ::::: */
  25.  
  26. #btnsetuporgbuddy[sessionMode="Aim"] {
  27.   list-style-image: url("chrome://aim/skin/btn2/addbuddy-sm.gif");
  28. }
  29.  
  30. #btnsetuporgbuddy[sessionMode="Aim"]:hover {
  31.   list-style-image: url("chrome://aim/skin/btn2/addbuddy-sm-hov.gif");
  32. }
  33.  
  34. #btnsetuporgbuddy[sessionMode="Aim"]:hover:active {
  35.   list-style-image: url("chrome://aim/skin/btn2/addbuddy-sm-act.gif");
  36. }
  37.  
  38. #btnsetuporgbuddy[sessionMode="Aim"][disabled="true"],
  39. #btnsetuporgbuddy[sessionMode="Aim"][disabled="true"]:hover:active {
  40.   list-style-image: url("chrome://aim/skin/btn2/addbuddy-sm-dis.gif");
  41. }
  42.  
  43. #btnsetuporgbuddy[sessionMode="Icq"] {
  44.   list-style-image: url("chrome://aim/skin/btn2/addcontact-sm.gif");
  45. }
  46.  
  47. #btnsetuporgbuddy[sessionMode="Icq"]:hover {
  48.   list-style-image: url("chrome://aim/skin/btn2/addcontact-sm-hov.gif");
  49. }
  50.  
  51. #btnsetuporgbuddy[sessionMode="Icq"]:hover:active {
  52.   list-style-image: url("chrome://aim/skin/btn2/addcontact-sm-act.gif");
  53. }
  54.  
  55. #btnsetuporgbuddy[sessionMode="Icq"][disabled="true"],
  56. #btnsetuporgbuddy[sessionMode="Icq"][disabled="true"]:hover:active {
  57.   list-style-image: url("chrome://aim/skin/btn2/addcontact-sm-dis.gif");
  58. }
  59.  
  60. #btnsetuporggroup[sessionMode="Aim"] {
  61.   list-style-image: url("chrome://aim/skin/btn2/addgroup-sm.gif");
  62. }
  63.  
  64. #btnsetuporggroup[sessionMode="Aim"]:hover {
  65.   list-style-image: url("chrome://aim/skin/btn2/addgroup-sm-hov.gif");
  66. }
  67.  
  68. #btnsetuporggroup[sessionMode="Aim"]:hover:active {
  69.   list-style-image: url("chrome://aim/skin/btn2/addgroup-sm-act.gif");
  70. }
  71.  
  72. #btnsetuporggroup[sessionMode="Aim"][disabled="true"],
  73. #btnsetuporggroup[disabled="true"]:hover:active {
  74.   list-style-image: url("chrome://aim/skin/btn2/addgroup-sm-dis.gif");
  75. }
  76.  
  77.  
  78. #btnsetuporggroup[sessionMode="Icq"] {
  79.   list-style-image: url("chrome://aim/skin/btn2/icq-addgroup.gif");
  80. }
  81.  
  82. #btnsetuporggroup[sessionMode="Icq"]:hover {
  83.   list-style-image: url("chrome://aim/skin/btn2/icq-addgroup-hov.gif");
  84. }
  85.  
  86. #btnsetuporggroup[sessionMode="Icq"]:hover:active {
  87.   list-style-image: url("chrome://aim/skin/btn2/icq-addgroup-act.gif");
  88. }
  89.  
  90. #btnsetuporggroup[sessionMode="Icq"][disabled="true"],
  91. #btnsetuporggroup[disabled="true"]:hover:active {
  92.   list-style-image: url("chrome://aim/skin/btn2/icq-addgroup-dis.gif");
  93. }
  94.  
  95. #btnsetuporgdelete {
  96.   list-style-image: url("chrome://aim/skin/btn2/delete-sm.gif");
  97. }
  98.  
  99. #btnsetuporgdelete:hover {
  100.   list-style-image: url("chrome://aim/skin/btn2/delete-sm-hov.gif");
  101. }
  102.  
  103. #btnsetuporgdelete:hover:active {
  104.   list-style-image: url("chrome://aim/skin/btn2/delete-sm-act.gif");
  105. }
  106.  
  107. #btnsetuporgdelete[disabled="true"],
  108. #btnsetuporgdelete[disabled="true"]:hover:active {
  109.   list-style-image: url("chrome://aim/skin/btn2/delete-sm-dis.gif");
  110. }
  111.  
  112. /*Tree Changes */
  113.  
  114. treechildren:-moz-tree-image(buddy-group-treeitem) {
  115.   list-style-image: url("chrome://aim/skin/icons/folder-clsd.gif");
  116.   padding-right: 5px;
  117. }
  118.  
  119. treechildren:-moz-tree-image(buddy-group-treeitem, open) {
  120.   list-style-image: url("chrome://aim/skin/icons/folder-open.gif");
  121.   padding-right: 5px;
  122. }
  123.  
  124. treechildren:-moz-tree-cell-text(ListSetupCol, buddy-group-name) {
  125.   font-weight: bold;
  126. }
  127.  
  128. treechildren:-moz-tree-image(ListSetupCol, panel-setup, open-true) {
  129.   list-style-image: url("chrome://aim/skin/icons/folder-open.gif");
  130. }
  131.  
  132. treechildren:-moz-tree-image(ListSetupCol, panel-setup, open-false) {
  133.   list-style-image: url("chrome://aim/skin/icons/folder-clsd.gif");
  134. }
  135.  
  136. treechildren:-moz-tree-image(ListSetupCol, BuddyAlertStateString-BuddyAlertSet) {
  137.   list-style-image: url("chrome://aim/skin/icons/biBuddyAlertSet.gif");
  138. }
  139.  
  140. treechildren:-moz-tree-image(ListSetupCol, BuddyAlertStateString-) {
  141.   list-style-image: url("chrome://aim/skin/icons/biBuddyAlertUnSet.gif");
  142. }
  143.  
  144. .authgroup-treeitem[sessionMode="Icq"], .authgroup-name[sessionMode="Icq"], .authbuddy-treeitem[sessionMode="Icq"] {
  145.     color: gray;
  146. }
  147.  
  148. .authgroup-treeitem[sessionMode="Aim"], .authgroup-name[sessionMode="Aim"], .authbuddy-treeitem[sessionMode="Aim"] {
  149.     display: none;
  150. }
  151.  
  152. treechildren[sessionMode="Icq"]:-moz-tree-cell-text(ListSetupCol, authgroup-item){
  153.   color:gray !important;
  154. }
  155.  
  156. /* Mail Column */
  157.  
  158. treecol.NewMailColumnHeader {
  159.   list-style-image: url("chrome://messenger/skin/icons/message-mail.gif");
  160. }
  161.  
  162. #ListSetupCol {
  163.   margin: 0px;
  164.   padding: 0px;
  165.   min-height: 0px;
  166.   height: 0px;
  167.   max-height: 0px;
  168. }
  169.  
  170. .tree-columnpicker {
  171.   visibility: hidden;
  172. }
  173.