home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temafire / Apollo.jar / browser / js_debugger / js_debugger.css next >
Encoding:
Cascading Style Sheet File  |  2003-12-30  |  6.7 KB  |  201 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Netscape Public License
  5.  * Version 1.1 (the "License"); you may not use this file except in
  6.  * compliance with the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/NPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is mozilla.org code.
  15.  *
  16.  * The Initial Developer of the Original Code is 
  17.  * Netscape Communications Corporation.
  18.  * Portions created by the Initial Developer are Copyright (C) 1998
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *
  23.  * Alternatively, the contents of this file may be used under the terms of
  24.  * either the GNU General Public License Version 2 or later (the "GPL"), or 
  25.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  26.  * in which case the provisions of the GPL or the LGPL are applicable instead
  27.  * of those above. If you wish to allow use of your version of this file only
  28.  * under the terms of either the GPL or the LGPL, and not to allow others to
  29.  * use your version of this file under the terms of the NPL, indicate your
  30.  * decision by deleting the provisions above and replace them with the notice
  31.  * and other provisions required by the GPL or the LGPL. If you do not delete
  32.  * the provisions above, a recipient may use your version of this file under
  33.  * the terms of any one of the NPL, the GPL or the LGPL.
  34.  *
  35.  * ***** END LICENSE BLOCK ***** */
  36.  
  37. /* ==== js_debugger.css ====================================================
  38.    JavaScript Debugger styles.
  39.    ========================================================================== */
  40.  
  41. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  42.  
  43.  
  44. #maintoolbar\:cont {
  45.  list-style-image: url('chrome://navigator/skin/icons/forward.png') !important;
  46.  -moz-image-region: rect(0px 32px 32px 0px) !important;
  47.  }
  48.  
  49. #maintoolbar\:cont[disabled="true"],
  50. #maintoolbar\:cont[disabled="true"]:hover,
  51. #maintoolbar\:cont[disabled="true"]:active {
  52.  -moz-image-region: rect(64px 32px 96px 0px) !important;
  53. }
  54.  
  55. #maintoolbar\:cont:hover {
  56.  -moz-image-region: rect(32px 32px 64px 0px) !important;
  57. }
  58.  
  59. #maintoolbar\:cont:active {
  60.  -moz-image-region: rect(32px 32px 64px 0px) !important;
  61. }
  62.  
  63. #maintoolbar\:stop {
  64.  list-style-image: url('chrome://navigator/skin/icons/stop.png') !important;
  65.  -moz-image-region: rect(0px 32px 32px 0px) !important;
  66. }
  67.  
  68. #maintoolbar\:stop[willStop="true"] {
  69.     list-style-image: url("chrome://communicator/skin/js_debugger/stop_checked.png") !important;
  70.   -moz-image-region: rect(0px 32px 32px 0px) !important;
  71.  
  72.  }
  73.  
  74. #maintoolbar\:stop[willStop="true"]:hover {
  75.     list-style-image: url("chrome://communicator/skin/js_debugger/stop_checked.png") !important;
  76.      -moz-image-region: rect(0px 32px 32px 0px) !important;
  77.  
  78.   }
  79.  
  80. #maintoolbar\:stop[disabled="true"],
  81. #maintoolbar\:stop[disabled="true"]:hover,
  82. #maintoolbar\:stop[disabled="true"]:active {
  83.  -moz-image-region: rect(64px 32px 96px 0px) !important;
  84. }
  85.  
  86. #maintoolbar\:stop:hover {
  87.  -moz-image-region: rect(32px 32px 64px 0px) !important;
  88. }
  89.  
  90. #maintoolbar\:stop:active {
  91.  -moz-image-region: rect(32px 32px 64px 0px) !important;
  92. }
  93.  
  94. #maintoolbar\:step {
  95.   list-style-image: url("chrome://communicator/skin/js_debugger/step_into.png") !important;
  96.   -moz-image-region: rect(0px 32px 32px 0px) !important;
  97. }
  98.  
  99. #maintoolbar\:step[disabled="true"],
  100. #maintoolbar\:step[disabled="true"]:hover,
  101. #maintoolbar\:button[disabled="true"]:active {
  102.  -moz-image-region: rect(64px 32px 96px 0px) !important;
  103. }
  104.  
  105. #maintoolbar\:step:hover {
  106.  -moz-image-region: rect(32px 32px 64px 0px) !important;
  107. }
  108.  
  109. #maintoolbar\:step:active {
  110.  -moz-image-region: rect(32px 32px 64px 0px) !important;
  111. }
  112.  
  113. #maintoolbar\:next {
  114.   list-style-image: url("chrome://communicator/skin/js_debugger/step_over.png") !important;
  115.   -moz-image-region: rect(0px 32px 32px 0px) !important;
  116. }
  117.  
  118. #maintoolbar\:next[disabled="true"],
  119. #maintoolbar\:next[disabled="true"]:hover,
  120. #maintoolbar\:next[disabled="true"]:active {
  121.  -moz-image-region: rect(64px 32px 96px 0px) !important;
  122. }
  123.  
  124. #maintoolbar\:next:hover {
  125.  -moz-image-region: rect(32px 32px 64px 0px) !important;
  126. }
  127.  
  128. #maintoolbar\:next:active {
  129.  -moz-image-region: rect(32px 32px 64px 0px) !important;
  130. }
  131.  
  132. #maintoolbar\:finish {
  133.   list-style-image: url("chrome://communicator/skin/js_debugger/step_out.png") !important;
  134.   -moz-image-region: rect(0px 32px 32px 0px) !important;
  135. }
  136.  
  137. #maintoolbar\:finish[disabled="true"],
  138. #maintoolbar\:finish[disabled="true"]:hover,
  139. #maintoolbar\:finish[disabled="true"]:active {
  140.  -moz-image-region: rect(64px 32px 96px 0px) !important;
  141. }
  142.  
  143. #maintoolbar\:finish:hover {
  144.  -moz-image-region: rect(32px 32px 64px 0px) !important;
  145. }
  146.  
  147. #maintoolbar\:finish:active {
  148.  -moz-image-region: rect(32px 32px 64px 0px) !important;
  149. }
  150.  
  151. #maintoolbar\:profile-tb {
  152.   list-style-image: url("chrome://communicator/skin/js_debugger/profile.png") !important;
  153.    -moz-image-region: rect(0px 32px 32px 0px) !important;
  154.  
  155. }
  156.  
  157. #maintoolbar\:profile-tb[profile="true"] {
  158.   list-style-image: url("chrome://communicator/skin/js_debugger/profile_checked.png") !important;
  159.    -moz-image-region: rect(0px 32px 32px 0px) !important;
  160.  
  161. }
  162.  
  163. #maintoolbar\:profile-tb[profile="true"]:hover {
  164.     list-style-image: url("chrome://communicator/skin/js_debugger/profile_checked.png") !important;
  165.     -moz-image-region: rect(0px 32px 32px 0px) !important;
  166.  
  167. }
  168.  
  169. #maintoolbar\:profile-tb:hover {
  170.  -moz-image-region: rect(32px 32px 64px 0px) !important;
  171. }
  172.  
  173. #maintoolbar\:profile-tb:active{
  174.  -moz-image-region: rect(32px 32px 64px 0px) !important;
  175. }
  176.  
  177.  
  178. #maintoolbar\:toggle-pprint {
  179.   list-style-image: url("chrome://communicator/skin/js_debugger/pretty_print.png") !important;
  180.   -moz-image-region: rect(0px 32px 32px 0px) !important;    
  181. }
  182.  
  183. #maintoolbar\:toggle-pprint[state="true"] {
  184.   list-style-image: url("chrome://communicator/skin/js_debugger/pretty_print_checked.png") !important;
  185.    -moz-image-region: rect(0px 32px 32px 0px) !important;
  186.  
  187. }
  188.  
  189. #maintoolbar\:toggle-pprint[state="true"]:hover {
  190.   list-style-image: url("chrome://communicator/skin/js_debugger/pretty_print_checked.png") !important;
  191.    -moz-image-region: rect(0px 32px 32px 0px) !important;
  192.  
  193. }
  194.  
  195. #maintoolbar\:toggle-pprint:hover {
  196.  -moz-image-region: rect(32px 32px 64px 0px) !important;
  197. }
  198.  
  199. #maintoolbar\:toggle-pprint:active {
  200.  -moz-image-region: rect(32px 32px 64px 0px) !important;
  201. }