home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / phoenx05.zip / phoenix / chrome / classic.jar / skin / classic / communicator / sidebar / sidebar.css < prev    next >
Cascading Style Sheet File  |  2002-05-29  |  5KB  |  172 lines

  1. /*
  2.  * The contents of this file are subject to the Netscape 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/NPL/
  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 Communicator client code, released
  13.  * March 31, 1998.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation. Portions created by Netscape are
  17.  * Copyright (C) 1998-1999 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *  Joe Hewitt <hewitt@netscape.com>
  22.  *
  23.  */
  24.  
  25. /* ===== sidebar.css ====================================================
  26.   == Styles used by the Sidebar panel and Sidebar tabs.
  27.   ======================================================================= */
  28.  
  29. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  30.   
  31. #sidebar-box {
  32.   border-left: 1px solid ThreeDShadow;
  33.   border-right: 1px solid ThreeDHighlight;
  34.   background-color: AppWorkspace;
  35. }
  36.  
  37. /* ::::: sidebar header ::::: */
  38.  
  39. .sidebarheader-main {
  40.   border: 1px outset InactiveCaption;
  41.   background-color: InactiveCaption;
  42.   color: InactiveCaptionText;
  43.   padding: 1px 2px 1px 6px;
  44. }
  45.  
  46. #sidebar-panel-picker {
  47.   color: inherit;
  48.   /** bugzilla 89144 - must be able to access tabs dropdown **/
  49.   -moz-user-focus:normal !important;
  50. }
  51.  
  52. #sidebar-panel-picker > .toolbarbutton-dropmarker {
  53.   padding-left: 2px;
  54.   padding-right: 2px;
  55.   list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
  56. }
  57.  
  58. .sidebar-header-text {
  59.   font-weight: bold;
  60. }
  61.  
  62. /* ..... close button ..... */
  63.  
  64. #sidebar-close-button {
  65.   -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image");
  66.   padding: 1px 3px 1px 4px;
  67.   list-style-image: url("chrome://global/skin/icons/close-button.gif");
  68. }
  69.  
  70. /* ::::: sidebar panel ::::: */
  71.  
  72. .sidebar-iframe-no-panels,
  73. .loadarea {
  74.   background-color: -moz-Field;
  75.   color: -moz-FieldText;
  76. }
  77.  
  78. .iframe-panel {
  79.   border-left: 1px solid ThreeDHighlight;
  80.   border-bottom: 1px solid ThreeDShadow;
  81.   border-right: 1px solid ThreeDShadow;
  82. }  
  83.  
  84. /* ::::: loading info ::::: */
  85.  
  86. .text-panel-loading {
  87.   margin: 5px 0px;
  88. }
  89.  
  90. .text-panel-loading[loading="false"] {
  91.   margin-left: 11px;
  92. }
  93.  
  94. .image-panel-loading {
  95.   margin: 5px;
  96.   list-style-image: url("chrome://communicator/skin/icons/loading.gif");
  97. }
  98.  
  99. /* ::::: sidebar tabs ::::: */
  100.  
  101. .box-texttab {
  102.   -moz-binding: url("chrome://communicator/skin/sidebar/sidebarBindings.xml#sbtab");
  103.   -moz-box-align: center;
  104.   cursor: pointer;
  105.   background-color: -moz-Dialog;
  106.   color: -moz-DialogText;
  107. }
  108.  
  109. .box-texttab,
  110. .box-texttab[selected="true"],
  111. .box-texttab[selected="true"]:hover,
  112. .box-texttab[selected="true"]:hover:active {
  113.   border: 2px solid;
  114.   -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
  115.   -moz-border-right-colors: ThreeDShadow ThreeDLightShadow;
  116.   -moz-border-bottom-colors: ThreeDShadow  ThreeDLightShadow;
  117.   -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
  118.   padding: 2px 1px 2px 0px;
  119. }
  120.  
  121. .box-texttab:hover {
  122.   -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
  123.   -moz-border-bottom-colors: ThreeDDarkShadow  ThreeDShadow;
  124. }
  125.  
  126. .box-texttab:hover:active {
  127.   -moz-border-top-colors: ThreeDShadow ThreeDLightShadow;
  128.   -moz-border-right-colors: ThreeDShadow ThreeDLightShadow;
  129.   -moz-border-bottom-colors: ThreeDShadow  ThreeDLightShadow;
  130.   -moz-border-left-colors: ThreeDShadow ThreeDLightShadow;
  131. }
  132.  
  133. .sbtab-label {
  134.   margin: 0px 0px 0px 0px !important;
  135. }
  136.  
  137. .sbtab-twisty {
  138.   margin: 0px 7px;
  139.   list-style-image: url("chrome://communicator/skin/sidebar/sbtab-twisty.gif");
  140. }
  141.  
  142. .sbtab-texture {
  143.   margin: 2px 0px;
  144.   background: url("chrome://global/skin/toolbar/tbgrip-texture.gif") repeat-y;
  145.   width: 12px;
  146.   height: 12px;
  147. }
  148.  
  149. .box-texttab[selected="true"] {
  150.   font-weight: bold;
  151.   cursor: default;
  152. }
  153.  
  154. .sbtab-twisty[selected="true"] {
  155.   list-style-image: url("chrome://communicator/skin/sidebar/sbtab-twisty-open.gif");
  156. }
  157.  
  158. /* ::::: sidebar navigation buttons ::::: */
  159.  
  160. .sidebar-nav-button {
  161.   -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image");
  162.   padding: 5px 0px 5px 0px;
  163. }
  164.  
  165. .tab-fwd {
  166.   list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
  167. }
  168.  
  169. .tab-back {
  170.   list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
  171. }
  172.