home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / nvu / nvu-1.0-cs-CZ.win32.installer.exe / chrome / helpcs.jar / skin / help / help.css < prev    next >
Cascading Style Sheet File  |  2005-06-21  |  5KB  |  143 lines

  1. /*
  2. # ***** BEGIN LICENSE BLOCK *****
  3. # Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4. #
  5. # The contents of this file are subject to the Mozilla Public License Version
  6. # 1.1 (the "License"); you may not use this file except in compliance with
  7. # the License. You may obtain a copy of the License at
  8. # http://www.mozilla.org/MPL/
  9. #
  10. # Software distributed under the License is distributed on an "AS IS" basis,
  11. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12. # for the specific language governing rights and limitations under the
  13. # License.
  14. #
  15. # The Original Code is Mozilla Help CSS
  16. #
  17. # The Initial Developer of the Original Code is
  18. # R.J. Keller
  19. # Portions created by the Initial Developer are Copyright (C) 2003
  20. # the Initial Developer. All Rights Reserved.
  21. #
  22. # Contributor(s):
  23. # KDS Sahambi <kds.sahambi@gmail.com>
  24. # Alternatively, the contents of this file may be used under the terms of
  25. # either the GNU General Public License Version 2 or later (the "GPL"), or
  26. # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27. # in which case the provisions of the GPL or the LGPL are applicable instead
  28. # of those above. If you wish to allow use of your version of this file only
  29. # under the terms of either the GPL or the LGPL, and not to allow others to
  30. # use your version of this file under the terms of the MPL, indicate your
  31. # decision by deleting the provisions above and replace them with the notice
  32. # and other provisions required by the GPL or the LGPL. If you do not delete
  33. # the provisions above, a recipient may use your version of this file under
  34. # the terms of any one of the MPL, the GPL or the LGPL.
  35. #
  36. # ***** END LICENSE BLOCK *****
  37. */
  38. @import url("chrome://global/skin/");
  39. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  40.  
  41. .toolbarbutton-1 {
  42.     -moz-box-orient: vertical;
  43.     min-width: 0px;
  44.     list-style-image: url("chrome://help/skin/Toolbar.png");
  45. }
  46.  
  47. .browserButton {
  48.   -moz-box-orient: horizontal;
  49.   min-width: 0px;
  50.   list-style-image: url("chrome://help/skin/ffToolbar.png");
  51. }
  52.  
  53. .toolbarbutton-1, .browserButton, .toolbarbutton-menubutton-button {
  54.   padding: 5px;
  55. }
  56.  
  57. .toolbarbutton-1 .toolbarbutton-icon,
  58. .browserButton .toolbarbutton-icon {
  59.   margin-right: 0px;
  60. }
  61.  
  62. #helpToolbar[mode="full"] .toolbarbutton-1,
  63. #helpToolbar[mode="full"] .browserButton,
  64. #helpToolbar[mode="full"] .toolbarbutton-menubutton-button {
  65.   min-width: 57px;
  66. }
  67.  
  68. toolbarbutton:not([disabled="true"]):hover,
  69. menubutton:not([disabled="true"]):hover,
  70. toolbarbutton:not([disabled="true"]):hover:active,
  71. menubutton:not([disabled="true"]):hover:active {
  72.     color: ButtonText !important;
  73. }
  74.  
  75. /* Set the minimum sidebar width so the help contents aren't squeezed together.*/
  76. #helpsidebar-box { width: 200px; }
  77.  
  78. #help-back-button { -moz-image-region: rect(0px 24px 24px 0px); }
  79. #help-back-button[buttonover="true"] { -moz-image-region: rect(24px 24px 48px 0px); }
  80. #help-back-button[disabled="true"] { -moz-image-region: rect(48px 24px 72px 0px); }
  81.  
  82. #help-forward-button { -moz-image-region: rect(0px 48px 24px 24px); }
  83. #help-forward-button[buttonover="true"] { -moz-image-region: rect(24px 48px 48px 24px); }
  84. #help-forward-button[disabled="true"] { -moz-image-region: rect(48px 48px 72px 24px); }
  85.  
  86. #help-find-button { -moz-image-region: rect(0px 192px 24px 168px); }
  87. #help-find-button:hover { -moz-image-region: rect(24px 192px 48px 168px); }
  88.  
  89. #help-toolbar-customization { -moz-image-region: rect(0px 216px 24px 192px); }
  90. #help-toolbar-customization:hover { -moz-image-region: rect(24px 216px 48px 192px); }
  91.  
  92. #help-home-button { -moz-image-region: rect(0px 120px 24px 96px); }
  93. #help-home-button:hover { -moz-image-region: rect(24px 120px 48px 96px); }
  94.  
  95. #help-print-button { -moz-image-region: rect(0px 216px 24px 192px); }
  96. #help-print-button:hover { -moz-image-region: rect(24px 216px 48px 192px); }
  97.  
  98. #help-zoom-large-button { -moz-image-region: rect(0px 24px 24px 0px); }
  99. #help-zoom-large-button:hover { -moz-image-region: rect(24px 24px 48px 0px); }
  100.  
  101. #help-zoom-small-button { -moz-image-region: rect(0px 48px 24px 24px); }
  102. #help-zoom-small-button:hover { -moz-image-region: rect(24px 48px 48px 24px); }
  103.  
  104. #help-sidebar-button { -moz-image-region: rect(0px 72px 24px 48px); }
  105. #help-sidebar-button:hover { -moz-image-region: rect(24px 72px 48px 48px); }
  106.  
  107. #copy-button { -moz-image-region: rect(0px 240px 24px 216px); }
  108. #copy-button:hover { -moz-image-region: rect(24px 240px 48px 216px); }
  109.  
  110. /** Toolbar Customization stuff **/
  111. toolbar[mode="icons"] > toolbarbutton > .toolbarbutton-icon,
  112. toolbar[mode="text"] > toolbarbutton > .toolbarbutton-text, 
  113. toolbar[mode="icons"] > toolbarbutton[type="menu-button"] > .toolbarbutton-icon,
  114. toolbar[mode="text"] > toolbarbutton[type="menu-button"] > .toolbarbutton-text {
  115.     display: -moz-box;
  116. }
  117.  
  118. toolbar[mode="icons"] .toolbarbutton-text,
  119. toolbar[mode="text"] .toolbarbutton-icon {
  120.     display: none;
  121. }
  122.  
  123. /* Small icons are not supported. */
  124. #smallicons { display: none; }
  125.  
  126. /*** THROBBER ***/
  127. #help-throbber {
  128.   -moz-appearance: none;
  129.   -moz-user-focus: ignore;
  130.   margin: 0 !important;
  131.   border: none !important;
  132.   padding: 0 !important;
  133.   min-width: 0;
  134.   background-color: transparent;
  135.   list-style-image: url("chrome://editor/skin/icons/throbber-single.png");
  136. }
  137.  
  138. #help-throbber[busy="true"] {
  139.   list-style-image: url("chrome://editor/skin/icons/throbber-single.png");
  140.   -moz-opacity: 0.5;
  141. }
  142.