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