home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temafire / Phoenity.jar / browser / extensions / help / help.css next >
Encoding:
Cascading Style Sheet File  |  2004-10-10  |  6.5 KB  |  226 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. /*Firefox Help toolbar icons solution*/
  3.  
  4. #help-back-button,
  5. #help-forward-button,
  6. #help-home-button,
  7. #help-print-button {
  8. list-style-image: url("chrome://browser/skin/tbar.png") !important;
  9. }
  10.  
  11. #help-zoom-large-button,
  12. #help-zoom-small-button,
  13. #help-sidebar-button,
  14. #help-toolbar-customization,
  15. #help-find-button {
  16. list-style-image: url("chrome://browser/skin/extensions/help/helpbar.png") !important;
  17. }
  18.  
  19. toolbar[iconsize="small"] #help-back-button,
  20. toolbar[iconsize="small"] #help-forward-button,
  21. toolbar[iconsize="small"] #help-home-button,
  22. toolbar[iconsize="small"] #help-print-button {
  23. list-style-image: url("chrome://browser/skin/tbar_small.png") !important;
  24. }
  25.  
  26. toolbar[iconsize="small"] #help-zoom-large-button,
  27. toolbar[iconsize="small"] #help-zoom-small-button,
  28. toolbar[iconsize="small"] #help-sidebar-button,
  29. toolbar[iconsize="small"] #help-toolbar-customization,
  30. toolbar[iconsize="small"] #help-find-button {
  31. list-style-image: url("chrome://browser/skin/extensions/help/helpbar_small.png") !important;
  32. }
  33.  
  34. #help-back-button {
  35. -moz-image-region: rect(0 24px 24px 0) !important;
  36. }
  37. #help-back-button[buttonover="true"],
  38. #help-back-button:hover {
  39. -moz-image-region: rect(24px 24px 48px 0) !important;
  40. }
  41. #help-back-button[disabled="true"] {
  42. -moz-image-region: rect(48px 24px 72px 0) !important;
  43. }
  44.  
  45. #help-forward-button {
  46. -moz-image-region: rect(0 48px 24px 24px) !important;
  47. }
  48. #help-forward-button[buttonover="true"],
  49. #help-forward-button:hover {
  50. -moz-image-region: rect(24px 48px 48px 24px) !important;
  51. }
  52. #help-forward-button[disabled="true"] {
  53. -moz-image-region: rect(48px 48px 72px 24px) !important;
  54. }
  55.  
  56. #help-home-button {
  57. -moz-image-region: rect(0 264px 24px 240px) !important;
  58. }
  59. #help-home-button:hover {
  60. -moz-image-region: rect(24px 264px 48px 240px) !important;
  61. }
  62.  
  63. #help-print-button {
  64. -moz-image-region: rect(0 240px 24px 216px) !important;
  65. }
  66. #help-print-button:hover {
  67. -moz-image-region: rect(24px 240px 48px 216px) !important;
  68. }
  69.  
  70. /**/
  71.  
  72. #help-sidebar-button {
  73. -moz-image-region: rect(0 24px 24px 0) !important;
  74. }
  75. #help-sidebar-button:hover {
  76. -moz-image-region: rect(24px 24px 48px 0) !important;
  77. }
  78.  
  79. #help-toolbar-customization {
  80. -moz-image-region: rect(0 48px 24px 24px) !important;
  81. }
  82. #help-toolbar-customization:hover {
  83. -moz-image-region: rect(24px 48px 48px 24px) !important;
  84. }
  85.  
  86. #help-zoom-large-button {
  87. -moz-image-region: rect(0 72px 24px 48px) !important;
  88. }
  89. #help-zoom-large-button:hover {
  90. -moz-image-region: rect(24px 72px 48px 48px) !important;
  91. }
  92.  
  93. #help-zoom-small-button {
  94. -moz-image-region: rect(0 96px 24px 72px) !important;
  95. }
  96. #help-zoom-small-button:hover {
  97. -moz-image-region: rect(24px 96px 48px 72px) !important;
  98. }
  99.  
  100. #help-find-button {
  101. -moz-image-region: rect(0 120px 24px 96px) !important;
  102. }
  103. #help-find-button:hover {
  104. -moz-image-region: rect(24px 120px 48px 96px) !important;
  105. }
  106.  
  107. /*smallies*/
  108.  
  109. toolbar[iconsize="small"] #help-back-button {
  110. -moz-image-region: rect(0 16px 16px 0) !important;
  111. }
  112. toolbar[iconsize="small"] #help-back-button[buttonover="true"],
  113. toolbar[iconsize="small"] #help-back-button:hover {
  114. -moz-image-region: rect(16px 16px 32px 0) !important;
  115. }
  116. toolbar[iconsize="small"] #help-back-button[disabled="true"] {
  117. -moz-image-region: rect(32px 16px 48px 0) !important;
  118. }
  119.  
  120. toolbar[iconsize="small"] #help-forward-button {
  121. -moz-image-region: rect(0 32px 16px 16px) !important;
  122. }
  123. toolbar[iconsize="small"] #help-forward-button[buttonover="true"],
  124. toolbar[iconsize="small"] #help-forward-button:hover {
  125. -moz-image-region: rect(16px 32px 32px 16px) !important;
  126. }
  127. toolbar[iconsize="small"] #help-forward-button[disabled="true"] {
  128. -moz-image-region: rect(32px 32px 48px 16px) !important;
  129. }
  130.  
  131. toolbar[iconsize="small"] #help-home-button {
  132. -moz-image-region: rect(0 176px 16px 160px) !important;
  133. }
  134. toolbar[iconsize="small"] #help-home-button:hover {
  135. -moz-image-region: rect(16px 176px 32px 160px) !important;
  136. }
  137.  
  138. toolbar[iconsize="small"] #help-print-button {
  139. -moz-image-region: rect(0 160px 16px 144px) !important;
  140. }
  141. toolbar[iconsize="small"] #help-print-button:hover {
  142. -moz-image-region: rect(16px 160px 32px 144px) !important;
  143. }
  144.  
  145. /**/
  146.  
  147. toolbar[iconsize="small"] #help-sidebar-button {
  148. -moz-image-region: rect(0 16px 16px 0) !important;
  149. }
  150. toolbar[iconsize="small"] #help-sidebar-button:hover {
  151. -moz-image-region: rect(16px 16px 32px 0) !important;
  152. }
  153.  
  154. toolbar[iconsize="small"] #help-toolbar-customization {
  155. -moz-image-region: rect(0 32px 16px 16px) !important;
  156. }
  157. toolbar[iconsize="small"] #help-toolbar-customization:hover {
  158. -moz-image-region: rect(16px 32px 32px 16px) !important;
  159. }
  160.  
  161. toolbar[iconsize="small"] #help-zoom-large-button {
  162. -moz-image-region: rect(0 48px 16px 32px) !important;
  163. }
  164. toolbar[iconsize="small"] #help-zoom-large-button:hover {
  165. -moz-image-region: rect(16px 48px 32px 32px) !important;
  166. }
  167.  
  168. toolbar[iconsize="small"] #help-zoom-small-button {
  169. -moz-image-region: rect(0 64px 16px 48px) !important;
  170. }
  171. toolbar[iconsize="small"] #help-zoom-small-button:hover {
  172. -moz-image-region: rect(16px 64px 32px 48px) !important;
  173. }
  174.  
  175. toolbar[iconsize="small"] #help-find-button {
  176. -moz-image-region: rect(0 80px 16px 64px) !important;
  177. }
  178. toolbar[iconsize="small"] #help-find-button:hover {
  179. -moz-image-region: rect(16px 80px 32px 64px) !important;
  180. }
  181.  
  182. /* Small icons are *forced* to be supported here. Wicked, eh? */
  183. #smallicons {
  184. display: -moz-box !important;
  185. }
  186.  
  187. /*** THROBBER ***/
  188. #help-throbber {
  189. -moz-appearance: none !important;
  190. -moz-user-focus: ignore;
  191. margin: 1px 3px !important;
  192. border: 0 !important;
  193. padding: 0 !important;
  194. min-width: 0;
  195. background-color: transparent;
  196. list-style-image: url("chrome://browser/skin/throbber.gif") !important;
  197. width: 24px;
  198. height: 24px;
  199. }
  200. #help-throbber .button-box{
  201. border: 0 !important;
  202. padding: 0 !important;
  203. }
  204. #help-throbber[busy="true"] {
  205. list-style-image: url("chrome://browser/skin/throbber_loading.gif") !important;
  206. }
  207. #help-throbber[busy="true"]:hover {
  208. cursor: wait;
  209. }
  210.  
  211. toolbar[iconsize="small"] #navigator-throbber,
  212. toolbar[mode="text"] #navigator-throbber{
  213. list-style-image: url("chrome://browser/skin/throbber_small.gif") !important;
  214. width: 16px;
  215. height: 16px;
  216. }
  217. toolbar[iconsize="small"] #navigator-throbber[busy="true"],
  218. toolbar[mode="text"] #navigator-throbber[busy="true"] {
  219. list-style-image: url("chrome://browser/skin/throbber_small_loading.gif") !important;
  220. }
  221.  
  222. /*I don't know why this is here*/
  223. #help-back-button,
  224. #help-forward-button{
  225. -moz-box-orient: horizontal !important;
  226. }