home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / winscape.jar / skin / winscape / global / tabbox.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-07-29  |  4.1 KB  |  167 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-2001 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *   Joe Hewitt (hewitt@netscape.com)
  22.  */
  23.  
  24. /* ===== tabbox.css =================================================
  25.   == Styles used by XUL tab-related elements.
  26.   ======================================================================= */
  27.  
  28. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  29.  
  30. /* ::::: tabs ::::: */
  31.  
  32. tabs {
  33.     -moz-box-align: end;
  34. }
  35. tabs > stack {
  36.     width: 32px;
  37.     height: 22px;
  38.     background-color: transparent;
  39. }
  40. tabs > hbox {
  41.     background-color: transparent;
  42. }
  43. .tabs-left,
  44. .tabs-right {
  45.   border-bottom: 2px solid;
  46.   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
  47. }
  48.  
  49. /* ::::: tabpanels ::::: */
  50.  
  51. tabpanels {
  52.   -moz-appearance: tabpanels; 
  53.   border-right: 2px solid;
  54.   border-bottom: 2px solid;
  55.   border-left: 2px solid;
  56.   -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
  57.   -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
  58.   -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
  59.   padding: 8px;
  60.   background-color: -moz-Dialog;
  61.   color: -moz-DialogText;
  62. }
  63.  
  64. /* ::::: tab ::::: */
  65.  
  66. tab 
  67. {
  68.   -moz-appearance: tab;
  69.   margin-top: 2px;
  70.   border-top: 2px solid;
  71.   border-right: 2px solid;
  72.   border-left: 2px solid;
  73.   border-bottom: 1px solid ThreeDHighlight;
  74.   -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
  75.   -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
  76.   -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow;
  77.   -moz-border-radius-topleft: 2px;
  78.   -moz-border-radius-topright: 2px;
  79.   -moz-border-radius-bottomright: 1px;
  80.   padding: 1px 4px 2px 4px;
  81.   background-color: -moz-Dialog;
  82.   color: -moz-DialogText;
  83. }
  84.  
  85. .tab-text {
  86.   margin: 0;
  87. }
  88.  
  89. tabbrowser tab[selected="true"] {
  90.   min-width: 250px;
  91.   min-height: 28px;
  92. }
  93.  
  94. tab[selected="true"] {
  95.   margin-top: 0;
  96.   border-bottom-color: transparent;
  97.   padding: 1px 6px 4px 6px;
  98. }
  99.  
  100. tab[selected="true"] .tab-text {
  101.     margin-bottom: 2px;    
  102. }
  103.  
  104.  
  105. tab[beforeselected="true"] {
  106.   -moz-appearance: tab-left-edge;
  107.   border-right: none;
  108.   -moz-border-radius-topright: 0;
  109. }
  110.  
  111. tab[afterselected="true"] {
  112.   -moz-appearance: tab-right-edge;
  113.   border-left: none;
  114.   -moz-border-radius-topleft: 0;
  115. }
  116.  
  117. tab[first-tab="true"][selected="true"] {
  118.   padding-right: 5px;
  119.   padding-left: 5px;
  120. }
  121.  
  122. /* ::::: tab-bottom ::::::::::
  123.    :: Tabs that are attached to the bottom of a panel, but not necessarily
  124.    :: a tabpanels.
  125.    ::::: */
  126.  
  127. .tab-bottom {
  128.   margin-top: 0;
  129.   margin-bottom: 2px;
  130.   border-top: 1px solid;
  131.   border-bottom: 2px solid;
  132.   -moz-border-top-colors: ThreeDShadow;
  133.   -moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow;
  134.   -moz-border-radius-topleft: 0;
  135.   -moz-border-radius-topright: 0;
  136.   -moz-border-radius-bottomright: 2px;
  137.   -moz-border-radius-bottomleft: 2px;
  138.   padding: 2px 4px 1px 4px;
  139. }
  140.  
  141. .tab-bottom[selected="true"] {
  142.   margin-bottom: 0;
  143.   -moz-border-top-colors: -moz-Dialog;
  144.   padding: 4px 6px 1px 6px;
  145. }
  146.  
  147. .tab-bottom[beforeselected="true"] {
  148.   -moz-border-radius-bottomright: 0;
  149. }
  150.  
  151. .tab-bottom[afterselected="true"] {
  152.   -moz-border-radius-bottomleft: 0;
  153. }
  154.  
  155. /* ::::: tabs-bottom ::::: */
  156.  
  157. .tabs-bottom > .tabs-left,
  158. .tabs-bottom > .tabs-right {
  159.   border-top: 1px solid ThreeDShadow;
  160.   border-bottom: none;
  161. }
  162.  
  163. tabrowser .tabs-newbutton-stack {
  164.     margin-left: 3px;
  165.     width: 36px;
  166. }
  167.