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 / global.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-07-29  |  3.7 KB  |  156 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.  *
  22.  */
  23.  
  24. /* ===== global.css =====================================================
  25.   == Styles that apply everywhere.
  26.   ======================================================================= */
  27.  
  28. /* all localizable skin settings shall live here */
  29. @import url("chrome://global/locale/intl.css");
  30.  
  31. @import url("chrome://global/skin/formatting.css");
  32.  
  33. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  34.  
  35. /* ::::: XBL bindings ::::: */
  36.  
  37. radio {
  38.   -moz-binding: url("chrome://global/skin/globalBindings.xml#radio");
  39. }
  40.  
  41. menulist > menupopup,
  42. .menulist-menupopup {
  43.   -moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars");
  44. }
  45.  
  46. .menulist-compact {
  47.   -moz-binding: url("chrome://global/content/bindings/menulist.xml#menulist-compact");
  48. }
  49.  
  50. window,
  51. page,
  52. dialog,
  53. wizard {
  54.   -moz-appearance: window;
  55.   background-color: -moz-Dialog;
  56.   color: -moz-DialogText;
  57.   font: message-box;
  58. }
  59.  
  60. /* deprecated */
  61. window.dialog {
  62.   padding: 8px 10px 10px 8px;
  63. }
  64.  
  65. [wait-cursor] {
  66.   cursor: wait !important;
  67. }
  68.  
  69. /* ::::: alert icons :::::*/
  70.  
  71. .message-icon,
  72. .alert-icon,
  73. .error-icon,
  74. .question-icon {
  75.   width: 32px;
  76.   height: 32px;
  77. }
  78.  
  79. .message-icon {
  80.   list-style-image: url("chrome://global/skin/icons/Message.png");
  81. }
  82.  
  83. .alert-icon {
  84.   list-style-image: url("chrome://global/skin/icons/Warning.png");
  85. }
  86.  
  87. .error-icon {
  88.   list-style-image: url("chrome://global/skin/icons/Error.png");
  89. }
  90.  
  91. .question-icon {
  92.   list-style-image: url("chrome://global/skin/icons/Question.png");
  93. }
  94.  
  95. /* ::::: iframe ::::: */
  96.  
  97. iframe {
  98.   border: none;
  99.   width: 100px;
  100.   height: 100px;
  101.   min-width: 10px;
  102.   min-height: 10px;
  103. }
  104.  
  105. /* ::::: statusbar ::::: */
  106.  
  107. statusbar {
  108.   -moz-appearance: statusbar;
  109.   border-top: 1px solid ThreeDLightShadow;
  110.   border-left: 1px solid ThreeDShadow;
  111.   border-right: 1px solid ThreeDHighlight;
  112.   border-bottom: 1px solid ThreeDHighlight;
  113.   background-color: -moz-Dialog;
  114.   min-height: 22px;
  115. }
  116.  
  117. statusbarpanel {
  118.   -moz-appearance: statusbarpanel;
  119.   -moz-box-align: center;
  120.   -moz-box-pack: center;
  121.   border-left: 1px solid ThreeDHighlight;
  122.   border-top: 1px solid ThreeDHighlight;
  123.   border-right: 1px solid ThreeDShadow;
  124.   border-bottom: 1px solid ThreeDShadow;
  125.   padding: 0 4px;
  126. }
  127.  
  128. .statusbar-resizerpanel {
  129.   -moz-box-align: end;
  130.   -moz-box-pack: end;
  131.   -moz-appearance: resizerpanel;
  132.   padding: 0px;
  133.   border: none;
  134. }
  135.  
  136. .statusbarpanel-iconic,  .statusbarpanel-iconic-text, .statusbarpanel-menu-iconic {
  137.   padding: 0px 1px 0px 1px;
  138. }
  139.  
  140. resizer[dir="bottomright"] {
  141.   -moz-appearance: resizer;
  142.   cursor: se-resize;
  143. }
  144.  
  145. /* ::::: miscellaneous ::::: */
  146.  
  147. .toolbar-focustarget {
  148.   -moz-user-focus: ignore !important;
  149. }
  150.  
  151. #extensionsManager #windowResizer,
  152. #downloadManager #windowResizer {
  153.     background-repeat: no-repeat;
  154.     background-position: 0px 28px;
  155. }
  156.