home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temathun / Apollo.jar / global / scrollbars.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-11-30  |  6.1 KB  |  213 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. /* ===== scrollbars.css =================================================
  25.   == Styles used by XUL scrollbar-related elements.
  26.   ======================================================================= */
  27.  
  28. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  29. @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
  30.  
  31. /* ::::: scrollbar ::::: */
  32.  
  33. scrollbar {
  34.   -moz-appearance: scrollbartrack-horizontal;
  35.   -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar");
  36.   cursor: default;
  37.   background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar;
  38. }
  39.  
  40. scrollbar[orient="vertical"] 
  41. {
  42.    -moz-appearance: scrollbartrack-vertical;
  43. }
  44.  
  45. /* ::::: borders for thumb and buttons ::::: */
  46.  
  47. thumb,
  48. scrollbarbutton {
  49.   border: 2px solid;
  50.   -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;
  51.   -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
  52.   -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
  53.   -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;
  54.   background-color: -moz-Dialog;
  55. }
  56.  
  57. /* ::::: thumb (horizontal) ::::: */
  58.  
  59. thumb {
  60.   -moz-appearance: scrollbarthumb-vertical;
  61.   min-height: 8px;
  62. }
  63.  
  64. thumb[orient="horizontal"] {
  65.   -moz-appearance: scrollbarthumb-horizontal;
  66.   min-width: 8px;
  67. }
  68.  
  69. thumb > gripper {
  70.   -moz-appearance: scrollbargripper-vertical;
  71. }
  72.  
  73. thumb[orient="horizontal"] > gripper {
  74.   -moz-appearance: scrollbargripper-horizontal;
  75. }
  76.  
  77. /* ::::: scrollbar button ::::: */
  78.  
  79. scrollbarbutton {
  80.   background: -moz-Dialog no-repeat 0px 1px;
  81.   min-width: 16px;
  82.   min-height: 16px;
  83. }
  84.  
  85. scrollbarbutton:hover:active {
  86.   -moz-border-top-colors: ThreeDShadow -moz-Dialog;
  87.   -moz-border-right-colors: ThreeDShadow -moz-Dialog;
  88.   -moz-border-bottom-colors: ThreeDShadow -moz-Dialog;
  89.   -moz-border-left-colors: ThreeDShadow -moz-Dialog;
  90.   background-position: 1px 2px;
  91. }
  92.  
  93. /* ::::: square at the corner of two scrollbars ::::: */
  94.  
  95. scrollcorner { 
  96.   background-color: -moz-Dialog;
  97. }
  98.  
  99. /* ..... increment .... */
  100.  
  101. scrollbarbutton[type="increment"] {
  102.   -moz-appearance: scrollbarbutton-right;
  103.   background-image: url("chrome://global/skin/arrow/arrow-rit.gif")
  104. }
  105.  
  106. scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {
  107.   -moz-appearance: scrollbarbutton-down;
  108.   background-image: url("chrome://global/skin/arrow/arrow-dn.gif")
  109. }
  110.  
  111. /* ..... decrement .... */
  112.  
  113. scrollbarbutton[type="decrement"] {
  114.   -moz-appearance: scrollbarbutton-left;
  115.    background-image: url("chrome://global/skin/arrow/arrow-lft.gif")
  116. }
  117.  
  118. scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
  119.   -moz-appearance: scrollbarbutton-up;
  120.    background-image: url("chrome://global/skin/arrow/arrow-up.gif")
  121. }
  122. /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
  123. /* ::::::::::::::::::::: MEDIA PRINT :::::::::::::::::::::: */
  124. /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
  125. @media print {
  126.   /* ::::: scrollbar ::::: */
  127.  
  128.   html|div scrollbar {
  129.     -moz-appearance: scrollbartrack-horizontal;
  130.     -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar");
  131.     cursor: default;
  132.     background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar;
  133.   }
  134.  
  135.   html|div scrollbar[orient="vertical"] 
  136.   {
  137.      -moz-appearance: scrollbartrack-vertical;
  138.   }
  139.  
  140.   /* ::::: borders for thumb and buttons ::::: */
  141.  
  142.   html|div thumb,
  143.   html|div scrollbarbutton {
  144.     border: 2px solid;
  145.     -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight;
  146.     -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
  147.     -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;
  148.     -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight;
  149.     background-color: -moz-Dialog;
  150.   }
  151.  
  152.   /* ::::: thumb (horizontal) ::::: */
  153.  
  154.   html|div thumb {
  155.     -moz-appearance: scrollbarthumb-vertical;
  156.     min-height: 8px;
  157.   }
  158.  
  159.   html|div thumb[orient="horizontal"] {
  160.     -moz-appearance: scrollbarthumb-horizontal;
  161.     min-width: 8px;
  162.   }
  163.  
  164.   html|div thumb > gripper {
  165.     -moz-appearance: scrollbargripper-vertical;
  166.   }
  167.  
  168.   html|div thumb[orient="horizontal"] > gripper {
  169.     -moz-appearance: scrollbargripper-horizontal;
  170.   }
  171.  
  172.   /* ::::: scrollbar button ::::: */
  173.  
  174.   html|div scrollbarbutton {
  175.     background: -moz-Dialog no-repeat 0px 1px;
  176.     min-width: 16px;
  177.     min-height: 16px;
  178.   }
  179.  
  180.   html|div scrollbarbutton:hover:active {
  181.     -moz-border-top-colors: ThreeDShadow -moz-Dialog;
  182.     -moz-border-right-colors: ThreeDShadow -moz-Dialog;
  183.     -moz-border-bottom-colors: ThreeDShadow -moz-Dialog;
  184.     -moz-border-left-colors: ThreeDShadow -moz-Dialog;
  185.     background-position: 1px 2px;
  186.   }
  187.  
  188.   /* ..... increment .... */
  189.  
  190.   html|div scrollbarbutton[type="increment"] {
  191.     -moz-appearance: scrollbarbutton-right;
  192.     background-image: url("chrome://global/skin/arrow/arrow-rit.gif")
  193.   }
  194.  
  195.   html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] {
  196.     -moz-appearance: scrollbarbutton-down;
  197.     background-image: url("chrome://global/skin/arrow/arrow-dn.gif")
  198.   }
  199.  
  200.   /* ..... decrement .... */
  201.  
  202.   html|div scrollbarbutton[type="decrement"] {
  203.     -moz-appearance: scrollbarbutton-left;
  204.      background-image: url("chrome://global/skin/arrow/arrow-lft.gif")
  205.   }
  206.  
  207.   html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] {
  208.     -moz-appearance: scrollbarbutton-up;
  209.      background-image: url("chrome://global/skin/arrow/arrow-up.gif")
  210.   }
  211.  
  212. }
  213.