home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / ieskin-0.0.3-IE5.5-skinVersion1.5.xpi / ieskin.jar / communicator / sidebar / sidebar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  4.5 KB  |  169 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. /* Modified for IE Skin by Bamm Gabriana, Jan 2004 */
  26.  
  27. /* ===== sidebar.css ====================================================
  28.   == Styles used by the Sidebar panel and Sidebar tabs.
  29.   ======================================================================= */
  30.  
  31. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  32.   
  33. #sidebar-box {
  34.   border-top: 1px solid ThreeDShadow;
  35.   border-right: 1px solid ThreeDHighlight;
  36.   border-bottom: 1px solid ThreeDHighlight;
  37.   border-left: 1px solid ThreeDShadow;
  38.   background-color: -moz-Dialog;
  39. }
  40.  
  41. /* ::::: sidebar header ::::: */
  42.  
  43. .sidebarheader-main {
  44.   border: 1px outset ThreeDHighlight;
  45.   background-color: -moz-Dialog;
  46.   color: -moz-DialogText;
  47.   padding: 0px 1px;
  48. }
  49.  
  50. .sidebar-header-text {
  51.   margin-top: 0px;
  52.   margin-left: 5px;
  53.   padding: 0;
  54. }
  55.  
  56.  
  57. /* ..... panel picker ..... */
  58.  
  59. #sidebar-panel-picker {
  60.   color: inherit;
  61. }
  62.  
  63. #sidebar-panel-picker > .toolbarbutton-text {
  64.   margin: 1px 4px !important;
  65. }
  66.  
  67. #sidebar-panel-picker > .toolbarbutton-dropmarker {
  68.   list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
  69.   padding: 2px;
  70. }
  71.  
  72. /* ..... close button ..... */
  73.  
  74. #sidebar-close-button {
  75.   -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image");
  76.   list-style-image: url("chrome://global/skin/icons/close-button.gif");
  77.   padding: 2px 3px 2px 3px;
  78.   margin: 0px 0px 3px 0px;
  79. }
  80.  
  81. #sidebar-close-button:hover:active {
  82.   padding: 3px 2px 1px 4px;
  83. }
  84.  
  85. #sidebar-close-button > .toolbarbutton-icon {
  86.   margin: 0px;
  87.   padding: 0px;
  88. }
  89.  
  90. /* ::::: sidebar panel ::::: */
  91.  
  92. .sidebar-iframe-no-panels,
  93. .loadarea {
  94.   background-color: -moz-Field;
  95.   color: -moz-FieldText;
  96. }
  97.  
  98. .iframe-panel {
  99.   border-top: 1px solid ThreeDHighlight;
  100.   border-bottom: 1px solid ThreeDShadow;
  101.   border-right: 1px solid ThreeDShadow;
  102.   border-left: 1px solid ThreeDHighlight;
  103. }  
  104.  
  105. /* ::::: loading info ::::: */
  106.  
  107. .text-panel-loading {
  108.   margin: 5px 0px;
  109. }
  110.  
  111. .text-panel-loading[loading="false"] {
  112.   margin-left: 11px;
  113. }
  114.  
  115. .image-panel-loading {
  116.   margin: 5px;
  117. }
  118.  
  119. /* ::::: sidebar tabs ::::: */
  120.  
  121. .box-texttab {
  122.   -moz-binding: url("chrome://communicator/skin/sidebar/sidebarBindings.xml#sbtab");
  123.   -moz-box-align: center;
  124.   border: 2px solid;
  125.   -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
  126.   -moz-border-right-colors: ThreeDShadow ThreeDLightShadow;
  127.   -moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow;
  128.   -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
  129.   padding: 2px 1px 3px 6px;
  130.   background-color: -moz-Dialog;
  131.   color: -moz-DialogText;
  132.   cursor: default;
  133. }
  134.  
  135. .box-texttab:hover:active:not([selected="true"]) {
  136.   -moz-border-top-colors: ThreeDShadow ThreeDLightShadow;
  137.   -moz-border-right-colors: ThreeDLightShadow ThreeDLightShadow;
  138.   -moz-border-bottom-colors: transparent ThreeDLightShadow;
  139.   -moz-border-left-colors: ThreeDShadow ThreeDLightShadow;
  140.   padding: 3px 0px 2px 7px;
  141. }
  142.  
  143. .box-texttab[selected="true"] {
  144.   -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
  145.   -moz-border-right-colors: ThreeDShadow ThreeDLightShadow;
  146.   -moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow;
  147.   -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
  148.   padding: 2px 1px 3px 6px;
  149. }
  150.  
  151. .sbtab-label {
  152.   margin: 0px !important;
  153. }
  154.  
  155. /* ::::: sidebar navigation buttons ::::: */
  156.  
  157. .sidebar-nav-button {
  158.   -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image");
  159.   padding: 5px 0px 5px 0px;
  160. }
  161.  
  162. .tab-fwd {
  163.   list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
  164. }
  165.  
  166. .tab-back {
  167.   list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
  168. }
  169.