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 / browser / browser.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-07-29  |  74.2 KB  |  2,558 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 i
  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-1999
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *   Joe Hewitt (hewitt@netscape.com)
  23.  *   Jason Kersey (kerz@netscape.com)
  24.  *   Pierre Chanial (chanial@noos.fr)
  25.  *   Dean Tessman (dean_tessman@hotmail.com)
  26.  *   Blake Ross (blake@cs.stanford.edu)
  27.  *
  28.  * Alternatively, the contents of this file may be used under the terms of
  29.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  30.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  31.  * in which case the provisions of the GPL or the LGPL are applicable instead
  32.  * of those above. If you wish to allow use of your version of this file only
  33.  * under the terms of either the GPL or the LGPL, and not to allow others to
  34.  * use your version of this file under the terms of the NPL, indicate your
  35.  * decision by deleting the provisions above and replace them with the notice
  36.  * and other provisions required by the GPL or the LGPL. If you do not delete
  37.  * the provisions above, a recipient may use your version of this file under
  38.  * the terms of any one of the NPL, the GPL or the LGPL.
  39.  *
  40.  * ***** END LICENSE BLOCK ***** */
  41.  
  42. @import url("chrome://global/skin/");
  43.  
  44. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  45.  
  46. /* ::::: Main window and titlebar ::::: */
  47.  
  48. #topbox {
  49.         
  50. }
  51.  
  52. #titlebar {
  53.     display: none;
  54. }
  55. window[chromehidden~="toolbar"] #titlebar {
  56.     padding-left: 20px;
  57. }
  58.  
  59. #throbber-box {
  60.     list-style-image: url("chrome://browser/skin/throbber16-single.gif");
  61. }
  62. window[chromehidden~="toolbar"] #throbber-box {
  63.     display: none;
  64. }
  65. #throbber-box titlebar {
  66.     -moz-box-orient: vertical;
  67. }
  68.  
  69. /*window[chromehidden~="toolbar"] #throbber-button {
  70.     list-style-image: url("chrome://browser/skin/throbber16-single.gif");
  71. }
  72.  
  73. window[chromehidden~="toolbar"] #throbber-button[busy="true"] {
  74.     list-style-image: url("chrome://browser/skin/throbber16-anim.gif");
  75. }
  76. */
  77.  
  78. #titlebar #titlebar-title {
  79.     font-family: "Trebuchet MS", Arial, sans-serif;
  80.     font-weight: bold;
  81.     font-size: 10pt;
  82.     color: #026b86;
  83.     margin: 2px 4px 0px 5px;
  84. }
  85. #titlebar .titlebar-menu-stack {
  86.     background: black;
  87.     border-bottom: 2px solid;
  88.     
  89. }
  90.  
  91. .toolbar-primary {
  92.   -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar-overflow");
  93. }
  94.  
  95. *[toolbaroverflow="true"] {
  96.     visibility: hidden !important;
  97. }
  98.  
  99. *[toolbaroverflow="true"] * {
  100.     visibility: hidden !important;
  101. }
  102.  
  103.  /*#nav-bar {
  104.      border-bottom: 2px solid  border-color: ThreeDHighlight ThreeDShadow;
  105.  }*/
  106.  
  107. .toolbarbutton-1, 
  108. .toolbarbutton-1 toolbarbutton,
  109.  toolbarbutton.bookmark-item,
  110.  #search-button,
  111.  #go-button {
  112.   -moz-appearance: toolbarbutton;
  113.   -moz-box-align: center;
  114.   -moz-box-pack: center;
  115.   margin: 0;
  116.   border: 1px solid transparent;
  117.   padding: 2px;
  118.   background-color: transparent;
  119.   color: -moz-DialogText;
  120. }
  121.  
  122. .toolbarbutton-1 .toolbarbutton-icon {
  123.   margin-right: 5px;
  124. }
  125.  
  126. .toolbarbutton-1 .toolbarbutton-text {
  127.   margin: 0 !important;
  128.   text-align: center;
  129. }
  130.  
  131. .toolbarbutton-1:hover,
  132. .toolbarbutton-1 toolbarbutton:hover,
  133. .toolbarbutton-1  toolbarbutton[buttonover="true"] {
  134.   border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
  135. }
  136.  
  137. .toolbarbutton-1  toolbarbutton:hover:active,
  138. .toolbarbutton-1  toolbarbutton[open="true"] {
  139.   border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow;
  140.   padding: 3px 1px 1px 3px;
  141.   /*padding: 5px 3px 3px 5px;*/
  142. }
  143.  
  144. .toolbarbutton-1 toolbarbutton[disabled="true"],
  145. .toolbarbutton-1 toolbarbutton[disabled="true"]:hover,
  146. .toolbarbutton-1 toolbarbutton[disabled="true"]:hover:active,
  147. .toolbarbutton-1 toolbarbutton[disabled="true"][open="true"] {
  148.   border-color: transparent;
  149.   padding: 2px;
  150.   color: GrayText !important;
  151. }
  152.  
  153. /* Special case for stop/reload button in text mode so that it does not cause
  154.    the other toolbar items to shift when the text changes from stop to reload */
  155.    
  156. toolbar[mode="text"] #stop-reload-button,
  157. toolbar[mode="full"][iconsize="small"] #stop-reload-button{
  158.     min-width: 45px !important;
  159. }
  160.  
  161. toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
  162.   display: -moz-box; /* display chevron icon in text mode */
  163. }
  164.  
  165.  
  166. #toolbar[mode="full"] #stop-reload-button {
  167.     min-width: 65px !important;
  168. }
  169.  
  170. /*
  171. #nav-bar[mode="text"] toolbarbutton[disabled="true"] .toolbarbutton-text {
  172.     padding-top: 5px !important;
  173.  
  174. }
  175. */
  176.  
  177. toolbar[mode="text"] {
  178.     -moz-box-align: center !important;
  179. }
  180.  
  181. [mode="text"] .toolbarbutton-icon {
  182.     display: none;
  183. }
  184.  
  185. /*#nav-bar .toolbarbutton-menubutton-dropmarker {
  186.     -moz-box-align: center !important;
  187. }*/
  188.  
  189. [mode="text"] .toolbarbutton-menubutton-dropmarker {
  190.     -moz-box-align: center !important;
  191.  
  192. #nav-bar[mode="text"] .toolbarbutton-text {
  193.   padding: 0 !important;
  194.   margin: 3px 5px !important;
  195. }
  196.  
  197.  
  198. /* ..... end toolbar buttons ..... */
  199.  
  200.  
  201. toolbox .titlebar-menu-stack {
  202.     /* use standard windows menu background */
  203. }
  204.  
  205. .titlebar-left-margin {
  206.     width: 60px !important;
  207. }
  208.  
  209. .toolbar-left-margin {
  210.     padding-left: 0px !important;
  211. }
  212.  
  213. .chromeclass-toolbar[ordinal="1"] .toolbar-left-margin,
  214. .chromeclass-toolbar[hidden="true"] + .chromeclass-toolbar[ordinal="2"] .toolbar-left-margin,
  215. .chromeclass-toolbar[hidden="true"] + .chromeclass-toolbar[hidden="true"] + .chromeclass-toolbar[ordinal="3"] .toolbar-left-margin,
  216. .chromeclass-toolbar[hidden="true"] + .chromeclass-toolbar[hidden="true"] + .chromeclass-toolbar[hidden="true"] + .chromeclass-toolbar[ordinal="4"] .toolbar-left-margin,
  217. .chromeclass-toolbar[hidden="true"] + .chromeclass-toolbar[hidden="true"] + .chromeclass-toolbar[hidden="true"] + .chromeclass-toolbar[hidden="true"] + .chromeclass-toolbar[ordinal="5"] .toolbar-left-margin {
  218.     padding-left: 0px !important;
  219. }
  220.  
  221. #titlebar #menu-label {
  222.     /*RP
  223.     color: #999999;
  224.     */
  225. }
  226. #titlebar #titlebar-separator {
  227.     width: 153px;
  228. }
  229.  
  230. #titlebar menubar > menu {
  231.  
  232. }
  233.  
  234. #titlebar .toolbar-overflow-button {
  235.     display: none !important;
  236. }
  237.  
  238. browser {
  239.     background-color: white;
  240. }
  241.  
  242.  
  243. #PersonalToolbar {
  244.   min-height: 26px;
  245. }
  246.  
  247. /* ::::: bookmark buttons ::::: */
  248.  
  249. /*
  250. toolbarbutton.bookmark-item {
  251.   margin: 0;
  252.   min-width: 0;
  253.   max-width: 13em;
  254.   padding: 2px 3px;
  255. }
  256.  
  257. toolbarbutton.bookmark-item:hover {
  258.     text-decoration: underline;
  259.     cursor: pointer;
  260. }
  261.  
  262. toolbarbutton.bookmark-item:hover:active,
  263. toolbarbutton.bookmark-item[open="true"] {
  264.   padding: 3px 2px 1px 4px;
  265. }
  266. */
  267. .bookmark-item > .toolbarbutton-icon {
  268.   width: 16px;
  269.   height: 16px;
  270. }
  271.  
  272. /* Prevent [mode="icons"] from hiding the label */
  273. .bookmark-item > .toolbarbutton-text {
  274.   display: -moz-box !important;
  275. }
  276.  
  277. .bookmark-item > .toolbarbutton-menu-dropmarker {
  278.   display: none;
  279. }
  280.  
  281. #wrapper-personal-bookmarks .toolbarpaletteitem-box {
  282.   width: 16px;
  283.   height: 16px;
  284.   background: url("chrome://browser/skin/Bookmarks-folder.png") no-repeat !important;
  285. }
  286.  
  287. .bookmarks-toolbar-customize {
  288.   display: none;
  289.   max-width: 15em !important;
  290. }
  291.  
  292. toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-customize {
  293.   display: -moz-box;
  294. }
  295.  
  296. toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-overflow-items {
  297.   visibility: hidden;
  298. }
  299.  
  300. toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-items {
  301.   visibility: hidden;
  302. }
  303.  
  304.  
  305. /* ::::: Navigation buttons ::::: */
  306.  
  307.  
  308. /* Back button */
  309.  
  310. [iconsize="large"] #back-button {
  311.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  312.     -moz-image-region: rect(32px, 32px, 64px, 0px);
  313. }
  314. [iconsize="large"] #back-button:hover {
  315.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  316.     -moz-image-region: rect(64px, 32px, 96px, 0px);
  317. }
  318. [iconsize="large"] #back-button:hover :active {
  319.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  320.     -moz-image-region: rect(96px, 32px, 128px, 0px);
  321. }
  322. [iconsize="large"] #back-button[disabled="true"],
  323. [iconsize="large"] #back-button[disabled="true"] :active {
  324.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  325.     -moz-image-region: rect(0px, 32px, 32px, 0px) !important;
  326. }
  327. [mode="full"][iconsize="small"] #back-button .toolbarbutton-text {
  328.     /*display: none;*/
  329. }
  330. #back-button .toolbarbutton-menubutton-dropmarker {
  331.     /*margin-left: -8px;*/
  332. }
  333. [iconsize="small"] #back-button {
  334.     list-style-image: url("chrome://browser/skin/icons/nav_small.png");
  335.     -moz-image-region: rect(23px, 23px, 46px, 0px);
  336. }
  337. [iconsize="small"] #back-button:hover {
  338.     -moz-image-region: rect(46px, 23px, 69px, 0px);
  339. }
  340. [iconsize="small"] #back-button:hover :active {
  341.     -moz-image-region: rect(69px, 23px, 92px, 0px);
  342. }
  343. [iconsize="small"] #back-button[disabled="true"] {
  344.     -moz-image-region: rect(0px, 23px, 23px, 0px);
  345. }
  346. toolbarpaletteitem[place="palette"] #back-button {
  347.     list-style-image: url("chrome://browser/skin/icons/nav_large.png") !important;
  348.     -moz-image-region: rect(32px, 32px, 64px, 0px) !important;
  349. }
  350.  
  351.  
  352. /* Forward button */
  353.  
  354. [iconsize="large"] #forward-button {
  355.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  356.     -moz-image-region: rect(32px, 64px, 64px, 32px);
  357. }
  358. [iconsize="large"] #forward-button:hover {
  359.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  360.     -moz-image-region: rect(64px, 64px, 96px, 32px);
  361. }
  362. [iconsize="large"] #forward-button:hover :active {
  363.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  364.     -moz-image-region: rect(96px, 64px, 128px, 32px);
  365. }
  366. [iconsize="large"] #forward-button[disabled="true"],
  367. [iconsize="large"] #forward-button[disabled="true"] :active {
  368.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  369.     -moz-image-region: rect(0px, 64px, 32px, 32px);
  370. }
  371. [mode="full"][iconsize="small"] #forward-button .toolbarbutton-text {
  372.     /*display: none;*/
  373. }
  374. [mode="icons"] #forward-button .toolbarbutton-menubutton-dropmarker {
  375.     /*margin-left: -8px;*/
  376. }
  377. [iconsize="small"] #forward-button {
  378.     list-style-image: url("chrome://browser/skin/icons/nav_small.png");
  379.     -moz-image-region: rect(23px, 46px, 46px, 23px);
  380. }
  381. [iconsize="small"] #forward-button:hover {
  382.     -moz-image-region: rect(46px, 46px, 69px, 23px);
  383. }
  384. [iconsize="small"] #forward-button:hover :active {
  385.     -moz-image-region: rect(69px, 46px, 92px, 23px);
  386. }
  387. [iconsize="small"] #forward-button[disabled="true"] {
  388.     -moz-image-region: rect(0px, 46px, 23px, 23px);
  389. }
  390. toolbarpaletteitem[place="palette"] #forward-button {
  391.     list-style-image: url("chrome://browser/skin/icons/nav_large.png") !important;
  392.     -moz-image-region: rect(32px, 64px, 64px, 32px) !important;
  393. }
  394.  
  395.  
  396. /* Stop-Reload button */
  397.  
  398. #stop-reload-button,
  399. [mode="full"][iconsize="small"] #stop-reload-button {
  400.     /*margin-left: -3px;
  401.     margin-right: 5px;
  402. }
  403. [mode="full"][iconsize="small"] #stop-reload-button .toolbarbutton-text {
  404.     /*display: none;*/
  405. }
  406. toolbarpaletteitem[place="palette"] #stop-reload-button {
  407.     list-style-image: url("chrome://browser/skin/icons/nav_large.png") !important;
  408.     -moz-image-region: rect(32px, 128px, 64px, 96px) !important;
  409. }
  410.  
  411. /* JCH: Modify position of text */
  412. [mode="text"] #stop-reload-button {
  413.     /*padding-top: 16px !important;*/
  414. }
  415.  
  416. /* Reload button */
  417.  
  418. [iconsize="large"] #reload-button,
  419. [iconsize="large"] #stop-reload-button {
  420.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  421.     -moz-image-region: rect(32px, 128px, 64px, 96px);
  422. }
  423. [iconsize="large"] #reload-button:hover,
  424. [iconsize="large"] #stop-reload-button:hover {
  425.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  426.     -moz-image-region: rect(64px, 128px, 96px, 96px);
  427. }
  428. [iconsize="large"] #reload-button:hover :active,
  429. [iconsize="large"] #stop-reload-button:hover :active {
  430.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  431.     -moz-image-region: rect(96px, 128px, 128px, 96px);
  432. }
  433. [iconsize="small"] #reload-button,
  434. [iconsize="small"] #stop-reload-button {
  435.     list-style-image: url("chrome://browser/skin/icons/nav_small.png");
  436.     -moz-image-region: rect(23px, 92px, 46px, 69px);
  437. }
  438. [iconsize="small"] #reload-button:hover,
  439. [iconsize="small"] #stop-reload-button:hover {
  440.     -moz-image-region: rect(46px, 92px, 69px, 69px);
  441. }
  442. [iconsize="small"] #reload-button:hover :active,
  443. [iconsize="small"] #stop-reload-button:hover :active {
  444.     -moz-image-region: rect(69px, 92px, 92px, 69px);
  445. }
  446.  
  447.  
  448. /* Stop button */
  449.  
  450. [iconsize="large"] #stop-button,
  451. [iconsize="large"] #stop-reload-button[state="stop"] {
  452.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  453.     -moz-image-region: rect(32px, 96px, 64px, 64px);
  454. }
  455. [iconsize="large"] #stop-button:hover,
  456. [iconsize="large"] #stop-reload-button:hover[state="stop"] {
  457.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  458.     -moz-image-region: rect(64px, 96px, 96px, 64px);
  459. }
  460. [iconsize="large"] #stop-button:hover :active,
  461. [iconsize="large"] #stop-reload-button:hover :active[state="stop"] {
  462.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  463.     -moz-image-region: rect(96px, 96px, 128px, 64px);
  464. }
  465. [iconsize="large"] #stop-button[disabled="true"],
  466. [iconsize="large"] #stop-reload-button[disabled="true"][state="stop"] {
  467.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  468.     -moz-image-region: rect(0px, 96px, 32px, 64px);
  469. }
  470. [iconsize="small"] #stop-button,
  471. [iconsize="small"] #stop-reload-button[state="stop"] {
  472.     list-style-image: url("chrome://browser/skin/icons/nav_small.png");
  473.     -moz-image-region: rect(23px, 69px, 46px, 46px);
  474. }
  475. [iconsize="small"] #stop-button:hover,
  476. [iconsize="small"] #stop-reload-button:hover[state="stop"] {
  477.     -moz-image-region: rect(46px, 69px, 69px, 46px);
  478. }
  479. [iconsize="small"] #stop-button:hover :active,
  480. [iconsize="small"] #stop-reload-button:hover :active[state="stop"] {
  481.     -moz-image-region: rect(69px, 69px, 92px, 46px);
  482. }
  483. [iconsize="small"] #stop-button[disabled="true"],
  484. [iconsize="small"] #stop-reload-button[disabled="true"][state="stop"] {
  485.     -moz-image-region: rect(0px, 69px, 23px, 46px);
  486. }
  487.  
  488.  
  489. /* Home button */
  490.  
  491. [iconsize="large"] #home-button  {
  492.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  493.     -moz-image-region: rect(32px, 160px, 64px, 128px);
  494. }
  495. [iconsize="large"] #home-button:hover {
  496.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  497.     -moz-image-region: rect(64px, 160px, 96px, 128px);
  498. }
  499. [iconsize="large"] #home-button:hover :active {
  500.     list-style-image: url("chrome://browser/skin/icons/nav_large.png");
  501.     -moz-image-region: rect(96px, 160px, 128px, 128px);
  502. }
  503. [mode="full"][iconsize="small"] #home-button .toolbarbutton-text {
  504.     /*display: none;*/
  505. }
  506. [mode="icons"] #home-button .toolbarbutton-menubutton-dropmarker {
  507.     /*margin-left: -8px;*/
  508. }
  509. [mode="full"] #home-button .toolbarbutton-menubutton-dropmarker {
  510.     /*margin-left: -2px;*/
  511. }
  512. [iconsize="small"] #home-button {
  513.     list-style-image: url("chrome://browser/skin/icons/nav_small.png");
  514.     -moz-image-region: rect(23px, 115px, 46px, 92px);
  515. }
  516. [iconsize="small"] #home-button:hover {
  517.     -moz-image-region: rect(46px, 115px, 69px, 92px);
  518. }
  519. [iconsize="small"] #home-button:hover:active {
  520.     -moz-image-region: rect(69px, 115px, 92px, 92px);
  521. }
  522. toolbarpaletteitem[place="palette"] #home-button {
  523.     list-style-image: url("chrome://browser/skin/icons/nav_large.png") !important;
  524.     -moz-image-region: rect(32px, 160px, 64px, 128px) !important;
  525. }
  526.  
  527.  
  528. /* Form fill button */
  529.  
  530. [iconsize="large"] #autofill-button {
  531.     list-style-image: url("chrome://browser/skin/icons/functional_large.png");
  532.     -moz-image-region: rect(32px, 96px, 64px, 64px);
  533. }
  534. [iconsize="large"] #autofill-button:hover {
  535.     -moz-image-region: rect(64px, 96px, 96px, 64px);
  536. }
  537. [iconsize="large"] #autofill-button:hover toolbarbutton:active {
  538.     -moz-image-region: rect(96px, 96px, 128px, 64px);
  539. }
  540. [iconsize="large"] #autofill-button[disabled="true"] {
  541.     -moz-image-region: rect(0px, 96px, 32px, 64px);
  542. }
  543. [mode="icons"] #autofill-button .toolbarbutton-menubutton-dropmarker {
  544.     /*margin-left: -6px;*/
  545. }
  546. [iconsize="small"] #autofill-button {
  547.     list-style-image: url("chrome://browser/skin/icons/functional_small.png");
  548.     -moz-image-region: rect(23px, 69px, 46px, 46px);
  549. }
  550. [iconsize="small"] #autofill-button:hover {
  551.     -moz-image-region: rect(46px, 69px, 69px, 46px);
  552. }
  553. [iconsize="small"] #autofill-button:hover toolbarbutton:active {
  554.     -moz-image-region: rect(69px, 69px, 92px, 46px);
  555. }
  556. [iconsize="small"] #autofill-button[disabled="true"] {
  557.     -moz-image-region: rect(0px, 69px, 23px, 46px);
  558. }
  559. toolbarpaletteitem[place="palette"] #autofill-button {
  560.     list-style-image: url("chrome://browser/skin/icons/functional_large.png") !important;
  561.     -moz-image-region: rect(32px, 96px, 64px, 64px) !important;
  562. }
  563.  
  564. #autofill-button {
  565.     margin-right: 3px;
  566. }
  567.  
  568. /* Passcard button */
  569.  
  570. [iconsize="large"] #passcard-button {
  571.     list-style-image: url("chrome://browser/skin/icons/functional_large.png");
  572.     -moz-image-region: rect(32px, 128px, 64px, 96px);
  573. }
  574. [iconsize="large"] #passcard-button[match="true"] toolbarbutton {
  575.     background-color: #c8e3eb;
  576.     -moz-border-radius: 5px;
  577. }
  578. [iconsize="large"] #passcard-button:hover {
  579.     -moz-image-region: rect(64px, 128px, 96px, 96px);
  580. }
  581. [iconsize="large"] #passcard-button:hover toolbarbutton:active {
  582.     -moz-image-region: rect(96px, 128px, 128px, 96px);
  583. }
  584. [iconsize="large"] #passcard-button[disabled="true"] {
  585.     -moz-image-region: rect(0px, 128px, 32px, 96px);
  586. }
  587. [mode="icons"] #passcard-button .toolbarbutton-menubutton-dropmarker {
  588.     /*margin-left: -6px;*/
  589. }
  590. [iconsize="small"] #passcard-button {
  591.     list-style-image: url("chrome://browser/skin/icons/functional_small.png");
  592.     -moz-image-region: rect(23px, 92px, 46px, 69px);
  593. }
  594. [iconsize="small"] #passcard-button:hover {
  595.     -moz-image-region: rect(46px, 92px, 69px, 69px);
  596. }
  597. [iconsize="small"] #passcard-button:hover toolbarbutton:active {
  598.     -moz-image-region: rect(69px, 92px, 92px, 69px);
  599. }
  600. [iconsize="small"] #passcard-button[disabled="true"] {
  601.     -moz-image-region: rect(0px, 92px, 23px, 69px);
  602. }
  603. toolbarpaletteitem[place="palette"] #passcard-button {
  604.     list-style-image: url("chrome://browser/skin/icons/functional_large.png");
  605.     -moz-image-region: rect(32px, 128px, 64px, 96px);
  606. }
  607.  
  608.  
  609. /* Combined Passcard-Datacard button */
  610.  
  611. [iconsize="large"] #combined-autofill-button {
  612.     list-style-image: url("chrome://browser/skin/icons/functional_large.png");
  613.     -moz-image-region: rect(32px, 96px, 64px, 64px);
  614. }
  615. [iconsize="large"] #combined-autofill-button:hover {
  616.     -moz-image-region: rect(64px, 96px, 96px, 64px);
  617. }
  618. [iconsize="large"] #combined-autofill-button:hover toolbarbutton:active {
  619.     -moz-image-region: rect(96px, 96px, 128px, 64px);
  620. }
  621. [iconsize="large"] #combined-autofill-button[disabled="true"] {
  622.     -moz-image-region: rect(0px, 96px, 32px, 64px);
  623. }
  624. [mode="icons"] #combined-autofill-button .toolbarbutton-menubutton-dropmarker {
  625.     /*margin-left: -6px;*/
  626. }
  627. [iconsize="small"] #combined-autofill-button {
  628.     list-style-image: url("chrome://browser/skin/icons/functional_small.png");
  629.     -moz-image-region: rect(23px, 69px, 46px, 46px);
  630. }
  631. [iconsize="small"] #combined-autofill-button:hover {
  632.     -moz-image-region: rect(46px, 69px, 69px, 46px);
  633. }
  634. [iconsize="small"] #combined-autofill-button:hover toolbarbutton:active {
  635.     -moz-image-region: rect(69px, 69px, 92px, 46px);
  636. }
  637. [iconsize="small"] #combined-autofill-button[disabled="true"] {
  638.     -moz-image-region: rect(0px, 69px, 23px, 46px);
  639. }
  640. toolbarpaletteitem[place="palette"] #combined-autofill-button {
  641.     list-style-image: url("chrome://browser/skin/icons/functional_large.png") !important;
  642.     -moz-image-region: rect(32px, 96px, 64px, 64px) !important;
  643. }
  644.  
  645. #combined-autofill-button {
  646.     margin-right: 3px;
  647. }
  648.  
  649.  
  650. /********** Popup-blocker button **********/
  651.  
  652. /***** Align button elements vertically *****/
  653.  
  654. #popupblocker-button toolbarbutton {
  655.     -moz-box-orient: vertical !important;
  656.     -moz-box-align:  center      !important;
  657.     -moz-box-pack:   center      !important;
  658. }
  659.  
  660. /***** Handle functionality when large icon is used *****/
  661.  
  662. [iconsize="large"] #popupblocker-button {
  663.     list-style-image: url("chrome://browser/skin/icons/functional_large.png");
  664.     -moz-image-region: rect(32px, 32px, 64px, 0px);
  665. }
  666. [iconsize="large"] #popupblocker-button:hover {
  667.     -moz-image-region: rect(64px, 32px, 96px, 0px);
  668. }
  669.  
  670. [iconsize="large"] #popupblocker-button:hover toolbarbutton:active {
  671.     -moz-image-region: rect(96px, 32px, 128px, 0px);
  672. }
  673. [iconsize="large"] #popupblocker-button[popupblocking="on"] {
  674.     list-style-image: url("chrome://browser/skin/icons/functional_large.png");
  675.     -moz-image-region: rect(32px, 64px, 64px, 32px);
  676. }
  677. [iconsize="large"] #popupblocker-button[popupblocking="on"]:hover {
  678.     -moz-image-region: rect(64px, 64px, 96px, 32px);
  679. }
  680.  
  681. [iconsize="large"] #popupblocker-button[popupblocking="on"]:hover toolbarbutton:active {
  682.     -moz-image-region: rect(96px, 64px, 128px, 32px);
  683. }
  684.  
  685. /***** Handle functionality when small icon is used *****/
  686.  
  687. [iconsize="small"] #popupblocker-button {
  688.     list-style-image: url("chrome://browser/skin/icons/functional_small.png");
  689.     -moz-image-region: rect(23px, 23px, 46px, 0px);
  690. }
  691. [iconsize="small"] #popupblocker-button:hover {
  692.     -moz-image-region: rect(46px, 23px, 69px, 0px);
  693. }
  694. [iconsize="small"] #popupblocker-button:hover toolbarbutton:active {
  695.     -moz-image-region: rect(69px, 23px, 92px, 0px);
  696. }
  697. [iconsize="small"] #popupblocker-button[popupblocking="on"] {
  698.     list-style-image: url("chrome://browser/skin/icons/functional_small.png");
  699.     -moz-image-region: rect(23px, 46px, 46px, 23px);
  700. }
  701. [iconsize="small"] #popupblocker-button[popupblocking="on"]:hover {
  702.     -moz-image-region: rect(46px, 46px, 69px, 23px);
  703. }
  704. [iconsize="small"] #popupblocker-button[popupblocking="on"]:hover toolbarbutton:active {
  705.     -moz-image-region: rect(69px, 46px, 92px, 23px);
  706. }
  707.  
  708. /***** Case: Icons + large + count -> use small icon *****/
  709.  
  710. toolbar[mode="icons"][iconsize="large"] #popupblocker-button[showCount="true"] {
  711.     list-style-image: url("chrome://browser/skin/icons/functional_small.png");
  712.     -moz-image-region: rect(23px, 23px, 46px, 0px);
  713. }
  714.  
  715. toolbar[mode="icons"][iconsize="large"] #popupblocker-button[showCount="true"]:hover {
  716.     -moz-image-region: rect(46px, 23px, 69px, 0px);
  717. }
  718. toolbar[mode="icons"][iconsize="large"] #popupblocker-button[showCount="true"]:hover toolbarbutton:active {
  719.     -moz-image-region: rect(69px, 23px, 92px, 0px);
  720. }
  721.  
  722. toolbar[mode="icons"][iconsize="large"] #popupblocker-button[popupblocking="on"][showCount="true"] {
  723.     list-style-image: url("chrome://browser/skin/icons/functional_small.png");
  724.     -moz-image-region: rect(23px, 46px, 46px, 23px);
  725. }
  726. toolbar[mode="icons"][iconsize="large"] #popupblocker-button[popupblocking="on"][showCount="true"]:hover {
  727.     -moz-image-region: rect(46px, 46px, 69px, 23px);
  728. }
  729. toolbar[mode="icons"][iconsize="large"] #popupblocker-button[popupblocking="on"][showCount="true"]:hover toolbarbutton:active {
  730.     -moz-image-region: rect(69px, 46px, 92px, 23px);
  731. }
  732.  
  733. /***** Case: Show text *****/
  734.  
  735. [mode="full"] #popupblocker-button .toolbarbutton-text,
  736. [mode="text"] #popupblocker-button .toolbarbutton-text {
  737.     display: -moz-box !important;
  738. }
  739.  
  740. #popupblocker-button[showCount="true"] .toolbarbutton-text {
  741.     display: -moz-box !important;
  742. }
  743.  
  744. /***** Case: Handle palette behaviour *****/
  745.  
  746. toolbarpaletteitem[place="palette"] #popupblocker-button {
  747.     list-style-image: url("chrome://browser/skin/icons/functional_large.png");
  748.     -moz-image-region: rect(32px, 32px, 64px, 0px);
  749. }
  750.  
  751. /***** ICONS + LARGE *****/
  752.  
  753. /***** Case: Icons + large + block *****/
  754.  
  755. [mode="icons"][iconsize="large"] #popupblocker-button[popupDetected="true"] {
  756.     list-style-image: url("chrome://browser/skin/icons/functional_large.png");
  757.     -moz-image-region: rect(32px, 288px, 64px, 256px);
  758. }
  759.  
  760. /***** Case: Icons + large + block + count *****/
  761.  
  762. [mode="icons"][iconsize="large"] #popupblocker-button[popupDetected="true"][showCount="true"] > toolbarbutton {
  763.     list-style-image: url("chrome://browser/skin/icons/functional_small.png");
  764.     -moz-image-region: rect(23px, 207px, 46px, 184px);
  765. }
  766.  
  767. /***** ICONS + SMALL *****/
  768.  
  769. /***** Case: Icons + small + block *****/
  770.  
  771. [mode="icons"][iconsize="small"] #popupblocker-button[popupDetected="true"] {
  772.     list-style-image: url("chrome://browser/skin/icons/functional_small.png");
  773.     -moz-image-region: rect(23px, 207px, 46px, 184px);
  774. }
  775.  
  776. /***** FULL + LARGE *****/
  777.  
  778. /***** Case: Full + large + block *****/
  779.  
  780. [mode="full"][iconsize="large"] #popupblocker-button[popupDetected="true"] {
  781.     list-style-image: url("chrome://browser/skin/icons/functional_large.png");
  782.     -moz-image-region: rect(32px, 288px, 64px, 256px);
  783. }
  784.  
  785. /***** FULL + SMALL *****/
  786.  
  787. /***** Case: Full + small + block *****/
  788.  
  789. [mode="full"][iconsize="small"] #popupblocker-button[popupDetected="true"] {
  790.     list-style-image: url("chrome://browser/skin/icons/functional_small.png");
  791.     -moz-image-region: rect(23px, 207px, 46px, 184px);
  792. }
  793.  
  794. /********** Pop-up blocking button dialog **********/
  795.  
  796. #pbbSCcheckbox {
  797.     border-style: none;
  798. }
  799. #pbbBox .groupbox-body {
  800.     padding: 3px;
  801. }
  802. #pbbSCinfoblurb {
  803.     -moz-box-orient: horizontal;
  804. }
  805. #pbbBoxImage {
  806.     margin-top:3px;
  807.     list-style-image: url("chrome://browser/skin/icons/combined-trust-generic.gif");
  808. }
  809.  
  810.  
  811. /* Clear histories button */
  812. [iconsize="large"] #clearhistories-button {
  813.     list-style-image: url("chrome://browser/skin/icons/functional_large.png");
  814. }
  815. [iconsize="large"] #clearhistories-button[historyEmpty="false"] {
  816.     -moz-image-region: rect(32px, 160px, 64px, 128px);
  817. }
  818. [iconsize="large"] #clearhistories-button[historyEmpty="false"]:hover {
  819.     -moz-image-region: rect(64px, 160px, 96px, 128px);
  820. }
  821. [iconsize="large"] #clearhistories-button[historyEmpty="false"]:hover:active {
  822.     -moz-image-region: rect(96px, 160px, 128px, 128px);
  823. }
  824. [iconsize="large"] #clearhistories-button[historyEmpty="true"] {
  825.     -moz-image-region: rect(32px, 224px, 64px, 192px);
  826. }
  827. [iconsize="large"] #clearhistories-button[historyEmpty="true"]:hover {
  828.     -moz-image-region: rect(64px, 224px, 96px, 192x);
  829. }
  830. [iconsize="large"] #clearhistories-button[historyEmpty="true"]:hover:active {
  831.     -moz-image-region: rect(96px, 224px, 128px, 192px);
  832. }
  833. [iconsize="large"] #clearhistories-button[historyEmpty="anon"] {
  834.     -moz-image-region: rect(32px, 224px, 64px, 192px);
  835. }
  836. [iconsize="large"] #clearhistories-button[historyEmpty="anon"]:hover {
  837.     -moz-image-region: rect(64px, 224px, 96px, 192px);
  838. }
  839. [iconsize="large"] #clearhistories-button[historyEmpty="anon"]:hover:active {
  840.     -moz-image-region: rect(96px, 224px, 128px, 192px);
  841. }
  842.  
  843. [iconsize="small"] #clearhistories-button {
  844.     list-style-image: url("chrome://browser/skin/icons/functional_small.png");
  845. }
  846.  
  847. [iconsize="small"] #clearhistories-button[historyEmpty="false"] {
  848.     -moz-image-region: rect(23px, 115px, 46px, 92px);
  849. }
  850. [iconsize="small"] #clearhistories-button[historyEmpty="false"]:hover {
  851.     -moz-image-region: rect(46px, 115px, 69px, 92px);
  852. }
  853. [iconsize="small"] #clearhistories-button[historyEmpty="false"]:hover:active {
  854.     -moz-image-region: rect(69px, 115px, 92px, 92px);
  855. }
  856. [iconsize="small"] #clearhistories-button[historyEmpty="true"] {
  857.     -moz-image-region: rect(23px, 115px, 46px, 92px);
  858. }
  859. [iconsize="small"] #clearhistories-button[historyEmpty="true"]:hover {
  860.     -moz-image-region: rect(46px, 115px, 69px, 92px);
  861. }
  862. [iconsize="small"] #clearhistories-button[historyEmpty="true"]:hover:active {
  863.     -moz-image-region: rect(69px, 115px, 92px, 92px);
  864. }
  865. [iconsize="small"] #clearhistories-button[historyEmpty="anon"] {
  866.     -moz-image-region: rect(23px, 161px, 46px, 138px);
  867. }
  868. [iconsize="small"] #clearhistories-button[historyEmpty="anon"]:hover {
  869.     -moz-image-region: rect(46px, 161px, 69px, 138px);
  870. }
  871. [iconsize="small"] #clearhistories-button[historyEmpty="anon"]:hover:active {
  872.     -moz-image-region: rect(69px, 161px, 92px, 138px);
  873. }
  874.  
  875.  
  876. toolbarpaletteitem[place="palette"] #clearhistories-button {
  877.     list-style-image: url("chrome://browser/skin/icons/functional_large.png");
  878.     -moz-image-region: rect(32px, 160px, 64px, 128px);
  879. }
  880.  
  881. /* JCH: Modify position of text */
  882. [mode="text"] #clearhistories-button {
  883.     /*padding-top: 16px !important;*/
  884. }
  885.  
  886. #clearhistories-button {
  887.     margin-right: 5px;
  888. }
  889.  
  890. /* Print button */
  891.  
  892. [iconsize="large"] #print-button {
  893.     list-style-image: url("chrome://browser/skin/icons/functional_large.png");
  894.     -moz-image-region: rect(32px, 256px, 64px, 224px);
  895. }
  896. [iconsize="large"] #print-button:hover {
  897.     -moz-image-region: rect(64px, 256px, 96px, 224px);
  898. }
  899. [iconsize="large"] #print-button:hover toolbarbutton:active {
  900.     -moz-image-region: rect(96px, 256px, 128px, 224px);
  901. }
  902. [iconsize="large"] #print-button[disabled="true"] {
  903.     -moz-image-region: rect(0px, 256px, 32px, 224px);
  904. }
  905. [mode="icons"] #print-button .toolbarbutton-menubutton-dropmarker {
  906.     margin-left: 0px;
  907. }
  908. [mode="full"] #print-button .toolbarbutton-menubutton-dropmarker {
  909.     /*margin-left: -2px;*/
  910. }
  911. [iconsize="small"] #print-button {
  912.     list-style-image: url("chrome://browser/skin/icons/functional_small.png");
  913.     -moz-image-region: rect(23px, 183px, 46px, 160px);
  914. }
  915. [iconsize="small"] #print-button:hover {
  916.     -moz-image-region: rect(46px, 183px, 69px, 160px);
  917. }
  918. [iconsize="small"] #print-button:hover toolbarbutton:active {
  919.     -moz-image-region: rect(69px, 183px, 92px, 160px);
  920. }
  921. [iconsize="small"] #print-button[disabled="true"] {
  922.     -moz-image-region: rect(0px, 183px, 23px, 160px);
  923. }
  924.  
  925. #print-button {
  926.     margin-right: 5px;
  927. }
  928.  
  929.  
  930. /* ::::: bookmark menus ::::: */
  931.  
  932. menu.bookmark-item,
  933. menuitem.bookmark-item {
  934.   min-width: 0;
  935.   max-width: 26em;
  936.   border-top: 1px solid transparent !important;
  937.   border-bottom: 1px solid transparent !important;
  938.   padding: 1px 3px 1px 2px;
  939.   margin-top: -1px;
  940. }
  941.  
  942. .bookmark-item > .menu-iconic-left > .menu-iconic-icon {
  943.   width: 16px;
  944.   height: 16px;
  945. }
  946.  
  947. /* ..... drag and drop styles ..... */
  948.  
  949. .bookmark-item[dragover-left="true"] {
  950.   -moz-border-left-colors: #000000;
  951. }
  952. .bookmark-item[dragover-right="true"] {
  953.   -moz-border-right-colors: #000000;
  954. }
  955. .bookmark-item[dragover-top="true"] {
  956.   -moz-border-top-colors: #000000;
  957. }
  958. .bookmark-item[dragover-bottom="true"] {
  959.   -moz-border-bottom-colors: #000000;
  960. }
  961.  
  962. /* ::::: bookmark items ::::: */
  963.  
  964. .bookmark-item {
  965.     list-style-image: url("chrome://global/skin/icons/bookmark-item.png") !important;
  966. }
  967. .bookmark-item[container="true"] {
  968.     list-style-image: url("chrome://global/skin/icons/bookmark-folder-closed-new.png") !important;
  969. }
  970. .bookmark-item[open="true"],
  971. .bookmark-item[container="true"][open="true"] {
  972.     list-style-image: url("chrome://global/skin/icons/bookmark-folder-open-new.png") !important;
  973. }
  974.  
  975. /* ::::: primary toolbar buttons ::::: */
  976.  
  977. .toolbarbutton-1 {
  978.   -moz-box-orient: vertical;
  979.   min-width: 0px;
  980. }
  981.  
  982. .toolbarbutton-1 .toolbarbutton-icon {
  983.   margin-right: 0px;
  984. }
  985.  
  986. toolbar[mode="full"] .toolbarbutton-1,
  987. toolbar[mode="full"] .toolbarbutton-menubutton-button {
  988.   min-width: 57px;
  989. }
  990.  
  991. toolbar[mode="icons"] .toolbarbutton-1,
  992. toolbar[mode="icons"] .toolbarbutton-menubutton-button {
  993.  min-width: 39px;
  994. }
  995.  
  996. toolbar[mode="icons"][iconsize="small"] .toolbarbutton-1,
  997. toolbar[mode="icons"][iconsize="small"] .toolbarbutton-menubutton-button,
  998. toolbar[mode="full"][iconsize="small"] .toolbarbutton-1,
  999. toolbar[mode="full"][iconsize="small"] .toolbarbutton-menubutton-button {
  1000.  min-width: 20px;
  1001. }
  1002.  
  1003. .toolbarbutton-1, .toolbarbutton-menubutton-button {
  1004.   padding: 3px;
  1005. }
  1006.  
  1007. .toolbarbutton-1:hover:active:not([disabled]),
  1008. .toolbarbutton-1[open="true"] {
  1009.   padding: 4px 2px 2px 4px;
  1010. }
  1011.  
  1012. .toolbarbutton-1[checked="true"] {
  1013.   padding: 4px 2px 2px 4px; !important;
  1014. }
  1015.  
  1016. .toolbarbutton-1[type="menu-button"] {
  1017.   padding: 0px !important;
  1018. }
  1019.  
  1020. .toolbarbutton-menubutton-stack,
  1021. .toolbarbutton-menubutton-button,
  1022. .toolbarbutton-menubutton-stack:hover,
  1023. .toolbarbutton-menubutton-button:hover,
  1024. .toolbarbutton-menubutton-stack:hover:active,
  1025. .toolbarbutton-menubutton-button:hover:active {
  1026.   margin: 0 !important;
  1027.   display: -moz-box;
  1028. }
  1029.  
  1030. toolbar[mode="icons"] .toolbarbutton-text,
  1031. multibar[mode="icons"] .toolbarbutton-text{
  1032.     display: none;
  1033. }
  1034.  
  1035. toolbar[mode="text"] .toolbarbutton-text {
  1036.   padding: 2px !important;
  1037.   margin: 4px 2px !important;
  1038. }
  1039.  
  1040.  
  1041. toolbar[mode="text"] .toolbarbutton-1,
  1042. multibar[mode="text"] .toolbarbutton-1 {
  1043.     margin-bottom: 0px;
  1044. }
  1045.  
  1046. /* Download manager button */
  1047.  
  1048. #downloads-button {
  1049.     list-style-image: url("chrome://browser/skin/icons/functional_large_2.png");
  1050.     -moz-image-region: rect(32px, 128px, 64px, 96px);
  1051. }
  1052. #downloads-button:hover {
  1053.     -moz-image-region: rect(64px, 128px, 96px, 96px);
  1054. }
  1055. #downloads-button:hover:active {
  1056.     -moz-image-region: rect(96px, 128px, 128px, 96px);
  1057. }
  1058. #downloads-button[disabled="true"] {
  1059.     -moz-image-region: rect(0px, 128px, 32px, 96px);
  1060. }
  1061. [iconsize="small"] #downloads-button {
  1062.     list-style-image: url("chrome://browser/skin/icons/functional_small_2.png");
  1063.     -moz-image-region: rect(23px, 92px, 46px, 69px);
  1064. }
  1065. [iconsize="small"] #downloads-button:hover {
  1066.     -moz-image-region: rect(46px, 92px, 69px, 69px);
  1067. }
  1068. [iconsize="small"] #downloads-button:hover:active {
  1069.     -moz-image-region: rect(69px, 92px, 92px, 69px);
  1070. }
  1071. [iconsize="small"] #downloads-button[disabled="true"] {
  1072.     -moz-image-region: rect(0px, 92px, 23px, 69px);
  1073. }
  1074.  
  1075.  
  1076. /* History sidebar button */
  1077.  
  1078. #history-button {
  1079.     list-style-image: url("chrome://browser/skin/icons/functional_large_2.png");
  1080.     -moz-image-region: rect(32px, 160px, 64px, 128px);
  1081. }
  1082. #history-button:hover {
  1083.     -moz-image-region: rect(64px, 160px, 96px, 128px);
  1084. }
  1085. #history-button:hover:active {
  1086.     -moz-image-region: rect(96px, 160px, 128px, 128px);
  1087. }
  1088. [iconsize="small"] #history-button {
  1089.     list-style-image: url("chrome://browser/skin/icons/functional_small_2.png");
  1090.     -moz-image-region: rect(23px, 115px, 46px, 92px);
  1091. }
  1092. [iconsize="small"] #history-button:hover {
  1093.     -moz-image-region: rect(46px, 115px, 69px, 92px);
  1094. }
  1095. [iconsize="small"] #history-button:hover:active {
  1096.     -moz-image-region: rect(69px, 115px, 92px, 92px);
  1097. }
  1098.  
  1099.  
  1100. /* Bookmark sidebar button */
  1101.  
  1102. #bookmarks-button {
  1103.     list-style-image: url("chrome://browser/skin/icons/functional_large_2.png");
  1104.     -moz-image-region: rect(32px, 192px, 64px, 160px);
  1105. }
  1106. #bookmarks-button:hover {
  1107.     -moz-image-region: rect(64px, 192px, 96px, 160px);
  1108. }
  1109. #bookmarks-button:hover:active {
  1110.     -moz-image-region: rect(96px, 192px, 128px, 160px);
  1111. }
  1112. [iconsize="small"] #bookmarks-button {
  1113.     list-style-image: url("chrome://browser/skin/icons/functional_small_2.png");
  1114.     -moz-image-region: rect(23px, 137px, 46px, 115px);
  1115. }
  1116. [iconsize="small"] #bookmarks-button:hover {
  1117.     -moz-image-region: rect(46px, 137px, 69px, 115px);
  1118. }
  1119. [iconsize="small"] #bookmarks-button:hover:active {
  1120.     -moz-image-region: rect(69px, 137px, 92px, 115px);
  1121. }
  1122.  
  1123. toolbarpaletteitem[place="palette"] #print-button {
  1124.     list-style-image: url("chrome://browser/skin/icons/functional_large.png") !important;
  1125.     -moz-image-region: rect(32px, 256px, 64px, 224px) !important;
  1126. }
  1127.  
  1128. /* Cut button */
  1129.  
  1130. #cut-button {
  1131.     list-style-image: url("chrome://browser/skin/icons/functional_large_2.png");
  1132.     -moz-image-region: rect(32px, 32px, 64px, 0px);
  1133. }
  1134. #cut-button:hover {
  1135.     -moz-image-region: rect(64px, 32px, 96px, 0px);
  1136. }
  1137. #cut-button:hover:active {
  1138.     -moz-image-region: rect(96px, 32px, 128px, 0px);
  1139. }
  1140. #cut-button[disabled="true"] {
  1141.     -moz-image-region: rect(0px, 32px, 32px, 0px);
  1142. }
  1143. [iconsize="small"] #cut-button {
  1144.     list-style-image: url("chrome://browser/skin/icons/functional_small_2.png");
  1145.     -moz-image-region: rect(23px, 23px, 46px, 0px);
  1146. }
  1147. [iconsize="small"] #cut-button:hover {
  1148.     -moz-image-region: rect(46px, 23px, 69px, 0px);
  1149. }
  1150. [iconsize="small"] #cut-button:hover:active {
  1151.     -moz-image-region: rect(69px, 23px, 92px, 0px);
  1152. }
  1153. [iconsize="small"] #cut-button[disabled="true"] {
  1154.     -moz-image-region: rect(0px, 23px, 23px, 0px);
  1155. }
  1156.  
  1157.  
  1158. /* Copy button */
  1159.  
  1160. #copy-button {
  1161.     list-style-image: url("chrome://browser/skin/icons/functional_large_2.png");
  1162.     -moz-image-region: rect(32px, 64px, 64px, 32px);
  1163. }
  1164. #copy-button:hover {
  1165.     -moz-image-region: rect(64px, 64px, 96px, 32px);
  1166. }
  1167. #copy-button:hover:active {
  1168.     -moz-image-region: rect(96px, 64px, 128px, 32px);
  1169. }
  1170. #copy-button[disabled="true"] {
  1171.     -moz-image-region: rect(0px, 64px, 32px, 32px);
  1172. }
  1173. [iconsize="small"] #copy-button {
  1174.     list-style-image: url("chrome://browser/skin/icons/functional_small_2.png");
  1175.     -moz-image-region: rect(23px, 46px, 46px, 23px);
  1176. }
  1177. [iconsize="small"] #copy-button:hover {
  1178.     -moz-image-region: rect(46px, 46px, 69px, 23px);
  1179. }
  1180. [iconsize="small"] #copy-button:hover:active {
  1181.     -moz-image-region: rect(69px, 46px, 92px, 23px);
  1182. }
  1183. [iconsize="small"] #copy-button[disabled="true"] {
  1184.     -moz-image-region: rect(0px, 46px, 23px, 23px);
  1185. }
  1186.  
  1187.  
  1188. /* Paste button */
  1189.  
  1190. #paste-button {
  1191.     list-style-image: url("chrome://browser/skin/icons/functional_large_2.png");
  1192.     -moz-image-region: rect(32px, 96px, 64px, 64px);
  1193. }
  1194. #paste-button:hover {
  1195.     -moz-image-region: rect(64px, 96px, 96px, 64px);
  1196. }
  1197. #paste-button:hover:active {
  1198.     -moz-image-region: rect(96px, 96px, 128px, 64px);
  1199. }
  1200. #paste-button[disabled="true"] {
  1201.     -moz-image-region: rect(0px, 96px, 32px, 64px);
  1202. }
  1203. [iconsize="small"] #paste-button {
  1204.     list-style-image: url("chrome://browser/skin/icons/functional_small_2.png");
  1205.     -moz-image-region: rect(23px, 69px, 46px, 46px);
  1206. }
  1207. [iconsize="small"] #paste-button:hover {
  1208.     -moz-image-region: rect(46px, 69px, 69px, 46px);
  1209. }
  1210. [iconsize="small"] #paste-button:hover:active {
  1211.     -moz-image-region: rect(69px, 69px, 92px, 46px);
  1212. }
  1213. [iconsize="small"] #paste-button[disabled="true"] {
  1214.     -moz-image-region: rect(0px, 69px, 23px, 46px);
  1215. }
  1216.  
  1217. /* Security Center button */
  1218.  
  1219. #securitycenter-item {
  1220.     -moz-box-align: center;
  1221. }
  1222.  
  1223. #securityCenterText {
  1224.     padding-right: 2px;
  1225.     list-style-image: url("chrome://browser/skin/icons/security_center.png");
  1226. }
  1227.  
  1228. toolbar[mode="text"] #securityCenterText,
  1229. toolbar[mode="full"] #securityCenterText{
  1230.     display: none;
  1231. }
  1232.  
  1233. #securitycenter-button {
  1234.     list-style-image: url("chrome://browser/skin/icons/functional_large.png");
  1235.     -moz-image-region: rect(32px, 128px, 64px, 96px);
  1236. }
  1237.  
  1238. #securitycenter-button:hover {
  1239.     -moz-image-region: rect(64px, 128px, 96px, 96px);
  1240. }
  1241. #securitycenter-button:hover:active {
  1242.     -moz-image-region: rect(96px, 128px, 128px, 96px);
  1243. }
  1244. #securitycenter-button[disabled="true"] {
  1245.     -moz-image-region: rect(0px, 128px, 32px, 96px);
  1246. }
  1247. [iconsize="small"] #securitycenter-button {
  1248.     list-style-image: url("chrome://browser/skin/icons/functional_small.png");
  1249.     -moz-image-region: rect(23px, 92px, 46px, 69px);
  1250. }
  1251. [iconsize="small"] #securitycenter-button:hover {
  1252.     -moz-image-region: rect(46px, 92px, 69px, 69px);
  1253. }
  1254. [iconsize="small"] #securitycenter-button:hover:active {
  1255.     -moz-image-region: rect(69px, 92px, 92px, 69px);
  1256. }
  1257. [iconsize="small"] #securitycenter-button[disabled="true"] {
  1258.     -moz-image-region: rect(0px, 92px, 23px, 69px);
  1259. }
  1260.  
  1261. /* MERC (rpaul) - Hide the security center graphic text in customize toolbar dialog */
  1262. #CustomizeToolbarWindow #wrapper-securitycenter-item #securityCenterText {
  1263.     display: none;
  1264. }
  1265.  
  1266. /* Foxy Throbber toolbarbutton */
  1267.  
  1268. #throbber-button {
  1269.     cursor: pointer;
  1270. }
  1271.  
  1272. #throbber-button,
  1273. [mode="full"] [iconsize="small"] #throbber-button {
  1274.     -moz-appearance: none;
  1275.     padding: 0px 0px 0px 0px !important;
  1276.     list-style-image: url("chrome://browser/skin/thr_foxy.gif");
  1277. }
  1278.  
  1279. #throbber-button[busy="true"],
  1280. [mode="full"] [iconsize="small"] #throbber-button[busy="true"]{
  1281.     -moz-appearance: none;
  1282.     padding: 0px 0px 0px 0px !important;
  1283.     list-style-image: url("chrome://browser/skin/thr_anim_foxy.gif");
  1284. }
  1285.  
  1286. [mode="text"] #throbber-button > .toolbarbutton-text,
  1287. [mode="full"] #throbber-button > .toolbarbutton-text {
  1288.     display: none;
  1289. }
  1290.  
  1291. [mode="text"] #throbber-button > .toolbarbutton-icon {
  1292.     display: -moz-box;
  1293. }
  1294.  
  1295. toolbar[mode="text"] #throbber-button,
  1296. [iconsize="small"] #throbber-button {
  1297.     -moz-appearance: none;
  1298.     padding: 0px 0px 0px 0px !important;
  1299.     list-style-image: url("chrome://browser/skin/throbber16-single.gif");
  1300. }
  1301.  
  1302. toolbar[mode="text"] #throbber-button[busy="true"],
  1303. [iconsize="small"] #throbber-button[busy="true"] {
  1304.     -moz-appearance: none;
  1305.     padding: 0px 0px 0px 0px !important;
  1306.     list-style-image: url("chrome://browser/skin/throbber16-anim.gif");
  1307. }
  1308.  
  1309. #throbber-button:hover {
  1310.     padding: 0px 0px 0px 0px !important;
  1311.     border: none;
  1312. }
  1313. #throbber-button:hover:active {
  1314.     padding: 0px 0px 0px 0px !important;
  1315.     border: none;
  1316. }
  1317.  
  1318. /* Mail button */
  1319.  
  1320. #mail-button {
  1321.     list-style-image: url("chrome://browser/skin/icons/mail_sm.png");
  1322. }
  1323. #mail-button:hover {
  1324. }
  1325. #mail-button[disabled="true"] {
  1326. }
  1327.  
  1328.  
  1329. /* ::::: fullscreen window controls ::::: */
  1330.  
  1331. #window-controls {
  1332.   -moz-box-align: center;
  1333.   padding: 0 2px 0 4px;
  1334. }
  1335.  
  1336. #minimize-button {
  1337.   list-style-image: url("chrome://global/skin/icons/Minimize.gif");
  1338. }
  1339. #restore-button {
  1340.   list-style-image: url("chrome://global/skin/icons/Restore.gif");
  1341. }
  1342. #close-button {
  1343.   list-style-image: url("chrome://global/skin/icons/Close.gif");
  1344. }
  1345.  
  1346. /* ::::: nav-bar-inner ::::: */
  1347.  
  1348. #urlbar-container {
  1349.     margin: 2px 2px;
  1350.     min-width: 180px !important;
  1351. }
  1352. #urlbar {
  1353.     height: 24px;
  1354.     margin-right: 0px;
  1355.     border: none;
  1356.     background-color: transparent;
  1357.     background-repeat: no-repeat;
  1358.     -moz-box-align: start;
  1359. }
  1360. #urlbar .autocomplete-textbox-container {
  1361.     padding-left: 3px;
  1362. }
  1363. #urlbar .textbox-input-box {
  1364.     height: 22px;
  1365.     margin: 0px;
  1366.     padding-top: 0px;
  1367.     background-color: transparent;
  1368.     background-repeat: repeat-x;
  1369. }
  1370.  
  1371. #urlbar dropmarker {
  1372.     -moz-appearance: none;
  1373.     margin: 0px;
  1374.     padding-top: 1px;
  1375.     padding-right: 1px;
  1376.     padding-left: 2px;
  1377.     border: none;
  1378.     min-width: 12px;
  1379.     background: transparent;
  1380.     list-style-image: url("chrome://browser/skin/textbar-dropmarker.png");
  1381. }
  1382. #urlbar dropmarker:hover,
  1383. #urlbar dropmarker:active {
  1384.     list-style-image: url("chrome://browser/skin/textbar-dropmarker_ovr.png");
  1385. }
  1386.  
  1387. /* ::::: go button ::::: */
  1388.  
  1389. #go-button {
  1390.   -moz-appearance: none !important;
  1391.   margin-top: 3px;
  1392.   list-style-image: url("chrome://browser/skin/Go.png");
  1393.   padding: 2px 5px 2px 3px;
  1394.  
  1395. }
  1396.  
  1397. #go-button .toolbarbutton-icon {
  1398.     margin-right: 0px !important;
  1399. }
  1400.  
  1401. #go-button:hover {
  1402.   border-color: transparent transparent transparent transparent !important;
  1403. }
  1404.  
  1405. #go-button:hover:active {
  1406.     padding: 3px 4px 1px 4px !important;
  1407. }
  1408.  
  1409. toolbar[mode="text"] #go-button .toolbarbutton-icon,
  1410. multibar[mode="text"] #go-button .toolbarbutton-icon {
  1411.     display: -moz-box;
  1412. }
  1413.  
  1414.  
  1415. #go-button[disabled="true"] {
  1416.   -moz-image-region: rect(0px 60px 20px 40px);
  1417. }
  1418.  
  1419. /*#go-button[disabled="true"] {
  1420.   -moz-image-region: rect(0px 60px 20px 40px);
  1421. }*/
  1422.  
  1423. #go-button > .toolbarbutton-text {
  1424.   display: -moz-box !important;
  1425. }
  1426.  
  1427. #sidebar {
  1428.   background-color: Window;
  1429. }
  1430.  
  1431.  
  1432.  
  1433. /* ::::: page proxy icon ::::: */
  1434.  
  1435. #page-proxy-deck,
  1436. #page-proxy-favicon,
  1437. #page-proxy-button {
  1438.   width: 16px;
  1439.   height: 16px;
  1440. }
  1441.  
  1442. #page-proxy-deck {
  1443.   cursor: -moz-grab;
  1444.   margin: 2px 3px;
  1445. }
  1446.  
  1447. #page-proxy-favicon {
  1448.   list-style-image: none;
  1449. }
  1450.  
  1451. #page-proxy-button {
  1452.   list-style-image: url("chrome://global/skin/icons/folder-item.png") !important;
  1453.   -moz-image-region: rect(0px, 16px, 16px, 0px);}
  1454.  
  1455. #page-proxy-button[pageproxystate="invalid"] {
  1456.   cursor: default;
  1457.   -moz-image-region: rect(32px, 16px, 48px, 0px) !important;
  1458. }
  1459.  
  1460.  
  1461. statusbarpanel#statusbar-display {
  1462.   padding-left: 0;
  1463. }
  1464.  
  1465. /* ::::: autocomplete ::::: */
  1466.  
  1467. .autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
  1468.   color: #555566;
  1469. }
  1470.     
  1471. /* ::::: content area ::::: */
  1472.  
  1473. #status-bar {
  1474.   border-top: none;
  1475. }
  1476.  
  1477. #security-button {
  1478.   list-style-image: none;
  1479.   min-width: 20px;
  1480.   -moz-box-direction: reverse;
  1481.   display: none;
  1482. }
  1483.  
  1484. #security-button[level="high"] {
  1485.   list-style-image: url("chrome://browser/skin/Secure.png");
  1486.   display: -moz-box;
  1487. }
  1488.  
  1489. #security-button[level="low"] {
  1490.   list-style-image: url("chrome://browser/skin/Secure.png");
  1491.   display: -moz-box;
  1492. }
  1493.  
  1494. #security-button[level="broken"] {
  1495.   list-style-image: url("chrome://browser/skin/Security-broken.png");
  1496.   display: -moz-box;
  1497. }
  1498.  
  1499. /* XXXsw prevent margins of a value-less label from shifting the image */
  1500. #security-button > label:not([value]) {
  1501.   display: none;
  1502. }
  1503.  
  1504. #page-report-button {
  1505.   list-style-image: none;
  1506.   width: 20px;
  1507.   display: none;
  1508. }
  1509.  
  1510. #page-report-button[blocked] {
  1511.   list-style-image: url("chrome://browser/skin/popup-blocked.png");
  1512.   display: -moz-box;
  1513.   padding: 0px 3px 0px 3px;
  1514. }
  1515.  
  1516. #livemark-button {
  1517.   list-style-image: none;
  1518.   width: 20px;
  1519.   display: none;
  1520. }
  1521.  
  1522. #livemark-button[livemarks] {
  1523.   margin-right: 8px;
  1524.   list-style-image: url("chrome://browser/skin/page-livemarks.png");
  1525.   display: -moz-box;
  1526. }
  1527.  
  1528. /* RP Firefox uses tabs- instead of tab- */
  1529. /*
  1530. .tabs-closebutton > .toolbarbutton-icon {
  1531.   margin-right: 0px !important;
  1532.   padding-right: 2px !important;
  1533.   padding-left: 2px !important;
  1534. }
  1535.  
  1536. .tabs-closebutton {
  1537.   list-style-image: url("chrome://global/skin/icons/close.png");
  1538.   -moz-appearance: none;
  1539.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  1540.   padding: 4px 2px;
  1541.   border: none !important;
  1542.  
  1543. }
  1544.  
  1545. .tabs-closebutton:hover {
  1546.   -moz-image-region: rect(0px, 32px, 16px, 16px);
  1547. }
  1548.  
  1549. .tabs-closebutton:hover:active {
  1550.   -moz-image-region: rect(0px, 48px, 16px, 32px);
  1551. }
  1552. */
  1553.  
  1554. #sidebar-box .tabs-closebutton {
  1555.   margin-bottom: 0px !important;
  1556.   padding: 0px 2px 0px 2px !important;
  1557. }
  1558.  
  1559. #FindToolbar > .tabs-closebutton {
  1560.     border: 1px solid transparent;
  1561.   padding: 3px 2px 4px 2px !important;
  1562. }
  1563.  
  1564.  
  1565. toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
  1566.   display: -moz-box;
  1567. }
  1568.  
  1569. toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
  1570.    display: none;
  1571. }
  1572.  
  1573. #sidebar-throbber[loading="true"] {
  1574.   list-style-image: url("chrome://browser/skin/Throbber-small.gif");
  1575.   -moz-opacity: 0.5;
  1576.   margin-right: 4px;
  1577. }
  1578.  
  1579. #urlbar[level="high"] > .autocomplete-textbox-container,
  1580. #urlbar[level="low"] > .autocomplete-textbox-container,
  1581. #urlbar[level="broken"] > .autocomplete-textbox-container {
  1582.   background-color: #F5F6BE; /* #F7F898; */
  1583.   color: #000000;
  1584.   -moz-appearance: none;
  1585. }
  1586.  
  1587. #urlbar[level="high"] > .autocomplete-textbox-container > .info-icon {
  1588.   list-style-image: url("chrome://browser/skin/Secure.png");
  1589. }
  1590. #urlbar[level="low"] > .autocomplete-textbox-container > .info-icon {
  1591.   list-style-image: url("chrome://browser/skin/Secure.png");
  1592. }
  1593. #urlbar[level="broken"] > .autocomplete-textbox-container > .info-icon {
  1594.   list-style-image: url("chrome://browser/skin/Security-broken.png");
  1595. }
  1596.  
  1597. #personal-bookmarks-add-bookmark-button {
  1598.     margin-left: 4px;
  1599.     list-style-image: url("chrome://browser/skin/bookmarks/addbookmark.png");
  1600. }
  1601.  
  1602. #personal-bookmarks-add-bookmark-button:hover,
  1603. #personal-bookmarks-add-bookmark-button[popupIsVisible="true"] {
  1604.     padding: 0px 0px 0px 0px;
  1605.     list-style-image: url("chrome://browser/skin/bookmarks/addbookmark_ovr.png");
  1606. }
  1607.  
  1608. #personal-bookmarks-add-bookmark-dropdown {
  1609.     list-style-image: url("chrome://global/skin/tabs/tabs_dropmarker.png");
  1610.     -moz-appearance: none;
  1611.     padding: 0px !important;
  1612.     border: none !important;
  1613.     /*margin: 3px -6px  !important;*/
  1614. }
  1615.  
  1616.  
  1617.  
  1618. /*tabbrowser tab[selected="true"] {
  1619.     font-weight: bold;
  1620.     height: 22px;
  1621.     border: 0px;
  1622.     margin-bottom: 0px;
  1623. }
  1624.  
  1625. tabbrowser tab[selected="true"] {
  1626.     font-weight: bold;
  1627.     height: 22px;
  1628.     border: 0px;
  1629.     margin-bottom: 0px;
  1630. }*/
  1631.  
  1632.  
  1633. /* Buttons on individual tabs */
  1634. .tabbrowser-tabs[showCloseButton="true"] .tab-closebutton-container {
  1635.     margin: 2px 0px 0px 1px;
  1636.     height: 19px;
  1637.     display: -moz-box;
  1638. }
  1639. .tabbrowser-tabs[showCloseButton="true"] tab[selected="true"] .tab-closebutton-container {
  1640.     height: 21px;
  1641.     padding-top: 2px;
  1642.     display: -moz-box;
  1643. }
  1644. .tab-closebutton-container {
  1645.     display: none;
  1646. }
  1647.  
  1648. tab[selected="false"] .tab-closebutton {
  1649.     /*list-style-image: url("chrome://global/skin/icons/close.png");
  1650.     -moz-appearance: none;
  1651.     -moz-image-region: rect(0px, 16px, 16px, 0px);
  1652.     width: 16px !important;
  1653.     padding: 4px 2px;
  1654.     border: none !important;
  1655.     display:none;
  1656.     */
  1657. }
  1658.  
  1659. /*tab .tab-closebutton {
  1660.     list-style-image: url("chrome://browser/skin/tab-active-close.png");
  1661.     -moz-appearance: none;
  1662.     padding-top: 0px;
  1663.     border: none;
  1664. }*/
  1665.  
  1666. tab .tab-closebutton {
  1667.     margin-left: 1px !important;
  1668.     list-style-image: url("chrome://browser/skin/tab-active-close.png");
  1669. }
  1670.  
  1671. tab:hover .tab-closebutton{
  1672.     list-style-image: url("chrome://browser/skin/tab-active-close-over.png");
  1673. }
  1674.  
  1675. tab .tab-closebutton:hover:active {
  1676.     list-style-image: url("chrome://browser/skin/tab-active-close-press.png");
  1677. }
  1678.  
  1679. tab[selected="true"] .active-tab-dropdown {
  1680.     list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif") !important;
  1681.     -moz-appearance: none;
  1682.     -moz-box-orient: horizontal;
  1683.     margin: 0px;
  1684.     padding: 0px 0px 0px 2px;
  1685.     border: none;
  1686. }
  1687. tab[selected="true"] .active-tab-dropdown .toolbarbutton-icon {
  1688.     margin: 0px;
  1689. }
  1690.  
  1691.  
  1692. tabbrowser tabpanels.plain {
  1693.     border-top: 1px solid ThreeDShadow !important;
  1694.     border-left: 1px solid ThreeDShadow !important;
  1695. }
  1696. browsermessage {
  1697.     background-color: #ffffe1;
  1698.     border-bottom: 1px solid #212121;
  1699. }
  1700. .popupMessageIcon {
  1701.     list-style-image: url("chrome://browser/skin/icons/functional_small.png");
  1702.     -moz-image-region: rect(23px, 23px, 46px, 0px);
  1703.     margin-left: 5px;
  1704. }
  1705. .passcardMessageIcon,
  1706. .datacardMessageIcon {
  1707.     list-style-image: url("chrome://browser/skin/icons/functional_small.png");
  1708.     -moz-image-region: rect(23px, 69px, 46px, 46px);
  1709.     margin-left: 5px;
  1710. }
  1711. image.blacklistedSite-warning {
  1712.     list-style-image: url("chrome://browser/skin/icons/messagebar-warning.png");
  1713.     margin-left: 5px;
  1714. }
  1715. label.blacklistedSite-warning {
  1716.     color: red;
  1717.     font-weight: bold;
  1718. }
  1719. menulist[anonid="datacardList"] [defaultDatacard] {
  1720.     font-weight: bold;
  1721. }
  1722.  
  1723. /* Tabbox close button and dropdown */
  1724. .tabs-closebutton-box {
  1725.     margin-bottom: 2px;
  1726.     margin-left: 5px;
  1727. }
  1728.  
  1729. .tabs-closebutton {
  1730.     list-style-image: url("chrome://browser/skin/close_x.gif") !important;
  1731.     -moz-appearance: none !important;
  1732.     margin: 0px 0px 2px 0px !important;
  1733.     padding: 0px !important;
  1734.     border: none !important;
  1735. }
  1736.  
  1737. .tabs-closebutton:hover {
  1738.     list-style-image: url("chrome://browser/skin/close_x_hot.gif") !important;
  1739. }
  1740.  
  1741. .tabs-dropdown .toolbarbutton-icon {
  1742.     margin: 0px;
  1743. }
  1744.  
  1745. toolbarbutton.chevron {
  1746.     padding: 0;
  1747.     list-style-image: url("chrome://global/skin/tabs/tab-chevron2.png") !important;
  1748. }
  1749.  
  1750. toolbarbutton.chevron:hover {
  1751.     list-style-image: url("chrome://global/skin/tabs/tab-chevron-hov2.png") !important;
  1752. }
  1753.  
  1754. toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
  1755.     display: none;
  1756. }
  1757.  
  1758. toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
  1759.     display: -moz-box;
  1760. }
  1761.  
  1762. toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
  1763.     display: -moz-box;
  1764. }
  1765.  
  1766. /* Site Controls icon/menu */
  1767.  
  1768. tab[selected="true"] .active-tab-dropdown:hover {
  1769.     list-style-image: url("chrome://browser/skin/close_arrow_hot.gif");
  1770. }
  1771. .tab-popupmenu-button .toolbarbutton-icon {
  1772.     margin: 4px;
  1773. }
  1774.  
  1775. /* insert site control indicator icon from CVS build here */
  1776.  
  1777.  
  1778. /* Site control popup styles */
  1779.  
  1780. #SiteControlsPopup {
  1781.     -moz-appearance: none !important;
  1782.     width: 300px;
  1783.     height: 470px;
  1784. }
  1785.  
  1786. #SiteControlsPopup arrowscrollbox {
  1787.     /*display: none;    */
  1788.     -moz-appearance: none !important;
  1789. }
  1790.  
  1791. #scp_help_button {
  1792.     -moz-appearance: none;
  1793.     padding: 0;
  1794.     width: 15px;
  1795.     height: 16px;
  1796.     list-style-image: url("chrome://browser/skin/icons/sc_popup_help_icon.png");
  1797. }
  1798. #scp_title_deck {
  1799.     background-color: black;
  1800.     color: #bbbbbb;
  1801.     font-weight: bold;
  1802. }
  1803. .scp_site_name {
  1804.     color: white;
  1805.     margin-left: 0px;
  1806.     width: 177px !important;
  1807. }
  1808. #scp_tabbox {
  1809.     /*background-color: #6ea3b2;*/
  1810. }
  1811. #scp_trustPanel caption {
  1812.     font-weight: bold;
  1813.     font-size: 11px;
  1814. }
  1815. #scp_adv_gecko {
  1816.     list-style-image: url("chrome://browser/skin/firefox-16px.png");
  1817. }
  1818. #scp_adv_trident {
  1819.     list-style-image: url("chrome://browser/skin/ie_icon.gif");
  1820. }
  1821.  
  1822. #scp_advancedPanel caption {
  1823.     font-weight: bold;
  1824.     font-size: 11px;
  1825. }
  1826. #scp_trust_gecko {
  1827.     list-style-image: url("chrome://browser/skin/firefox-16px.png");
  1828. }
  1829.  
  1830. #scp_trust_trident {
  1831.     list-style-image: url("chrome://browser/skin/ie_icon.gif");
  1832. }
  1833.  
  1834. #scp_trust_img {
  1835.     margin-left: 6px;
  1836.     margin-right: 6px;
  1837. }
  1838. #scp_trust_img[trust="verified"] {
  1839.     list-style-image: url("chrome://browser/skin/icons/trust-levels-large.png");
  1840.     -moz-image-region: rect(0px, 41px, 46px, 0px);
  1841. }
  1842. #scp_trust_img[trust="notVerified"] {
  1843.     list-style-image: url("chrome://browser/skin/icons/trust-levels-large.png");
  1844.     -moz-image-region: rect(0px, 82px, 46px, 41px);
  1845. }
  1846. #scp_trust_img[trust="warning"] {
  1847.     list-style-image: url("chrome://browser/skin/icons/trust-levels-large.png");
  1848.     -moz-image-region: rect(0px, 123px, 46px, 82px);
  1849. }
  1850. #scp_trust_img[trust="disabled"] {
  1851.     list-style-image: url("chrome://browser/skin/icons/trust-levels-large.png");
  1852.     -moz-image-region: rect(0px, 164px, 46px, 123px);
  1853. }
  1854.  
  1855. #scp_browser_img_trusted {
  1856.     list-style-image: url("chrome://browser/skin/icons/site-settings-large.png");
  1857.     -moz-image-region: rect(0px, 26px, 26px, 0px);
  1858. }
  1859. #scp_browser_img_standard {
  1860.     list-style-image: url("chrome://browser/skin/icons/site-settings-large.png");
  1861.     -moz-image-region: rect(26px, 26px, 52px, 0px);
  1862. }
  1863. #scp_browser_img_caution {
  1864.     list-style-image: url("chrome://browser/skin/icons/site-settings-large.png");
  1865.     -moz-image-region: rect(52px, 26px, 78px, 0px);
  1866. }
  1867. #scp_browser_img_custom {
  1868.     list-style-image: url("chrome://browser/skin/icons/site-settings-large.png");
  1869.     -moz-image-region: rect(78px, 26px, 104px, 0px);
  1870. }
  1871.  
  1872. #scp_trust_radios radio {
  1873. }
  1874. #scp_trust_radios radio label {
  1875.     display: none;
  1876. }
  1877. #scp_trust_radios image {
  1878. }
  1879.  
  1880. .scp_partner_icon {
  1881.     height: 16px;
  1882.     width: 16px;
  1883. }
  1884. .scp_bold_text {
  1885.     font-weight: bold;
  1886. }
  1887. .scp_partner_text:hover {
  1888.     cursor: pointer;
  1889.     text-decoration: underline;
  1890. }
  1891. .scp_partner_text {
  1892.     color: red;
  1893. }
  1894.  
  1895.  
  1896. #scp_enableJavaScript {
  1897.     margin-right: -2px;
  1898.     padding-right: 0px;
  1899. }
  1900. #jsAndVBScriptDeck,
  1901. #jsAndVBScriptDeck label {
  1902.     margin-top: 1px;
  1903.     margin-left: 0px;
  1904.     padding-left: 0px;
  1905. }
  1906.  
  1907.  
  1908. /* Site Controls icon/menu */
  1909.  
  1910. tab[selected="true"] .active-tab-dropdown:hover {
  1911.     list-style-image: url("chrome://browser/skin/close_arrow_hot.gif");
  1912. }
  1913. .tab-popupmenu-button .toolbarbutton-icon {
  1914.     margin: 0px;
  1915. }
  1916. .tabbrowser-tabs[showSiteControlButton="true"] tab[selected="true"] .tab-popupmenu-button {
  1917.     list-style-image: url("chrome://browser/skin/icons/combined-trust-small.png");
  1918.     -moz-image-region: rect(16px, 0px, 32px, 16px);
  1919.     margin-top: 0px;
  1920. }
  1921. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="-1"][browserSetting="Low"] {
  1922.     -moz-image-region: rect(0px, 64px, 17px, 48px);
  1923. }
  1924.  
  1925. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="-1"][browserSetting="Medium"] {
  1926.     -moz-image-region: rect(17px, 64px, 34px, 48px);
  1927. }
  1928.  
  1929. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="-1"][browserSetting="High"] {
  1930.     -moz-image-region: rect(34px, 64px, 51px, 48px);
  1931. }
  1932.  
  1933. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="-1"][browserSetting="Custom"] {
  1934.     -moz-image-region: rect(51px, 64px, 68px, 48px);
  1935. }
  1936.  
  1937.  
  1938. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="0"][browserSetting="Low"] {
  1939.     -moz-image-region: rect(0px, 80px, 17px, 64px);
  1940. }
  1941.  
  1942. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="0"][browserSetting="Low"]{
  1943.     -moz-image-region: rect(0px, 16px, 17px, 0px);
  1944. }
  1945.  
  1946. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="0"][browserSetting="Medium"]{
  1947.     -moz-image-region: rect(17px, 80px, 34px, 64px);
  1948. }
  1949.  
  1950. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="0"][browserSetting="Medium"]{
  1951.     -moz-image-region: rect(17px, 16px, 34px, 0px);
  1952. }
  1953.  
  1954. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="0"][browserSetting="High"] {
  1955.     -moz-image-region: rect(34px, 80px, 51px, 64px);
  1956. }
  1957. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="0"][browserSetting="High"]{
  1958.     -moz-image-region: rect(34px, 16px, 51px, 0px);
  1959. }
  1960.  
  1961. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="0"][browserSetting="Custom"] {
  1962.     -moz-image-region: rect(51px, 80px, 68px, 64px);
  1963. }
  1964.  
  1965. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="0"][browserSetting="Custom"] {
  1966.     -moz-image-region: rect(51px, 16px, 68px, 0px);
  1967. }
  1968.  
  1969. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="1"][browserSetting="Low"] {
  1970.     -moz-image-region: rect(0px, 94px, 16px, 80px);
  1971. }
  1972.  
  1973. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="1"][browserSetting="Low"] {
  1974.     -moz-image-region: rect(0px, 30px, 16px, 16px);
  1975. }
  1976.  
  1977. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="1"][browserSetting="Medium"] {
  1978.     -moz-image-region: rect(17px, 96px, 34px, 80px);
  1979. }
  1980.  
  1981. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="1"][browserSetting="Medium"] {
  1982.     -moz-image-region: rect(17px, 32px, 34px, 16px);
  1983. }
  1984.  
  1985. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="1"][browserSetting="High"] {
  1986.     -moz-image-region: rect(34px, 96px, 51px, 80px);
  1987. }
  1988.  
  1989. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="1"][browserSetting="High"] {
  1990.     -moz-image-region: rect(34px, 32px, 51px, 16px);
  1991. }
  1992.  
  1993. [showSiteControlButton="true"] tab[selected="true"][trustLevel="1"][browserSetting="Medium"] {
  1994.     -moz-image-region: rect(17px, 32px, 34px, 16px);
  1995. }
  1996.  
  1997. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"][trustLevel="1"][browserSetting="Medium"] {
  1998.     -moz-image-region: rect(17px, 96px, 34px, 80px);
  1999. }
  2000.  
  2001. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="1"][browserSetting="Custom"] {
  2002.     -moz-image-region: rect(50px, 32px, 68px, 16px);
  2003. }
  2004.  
  2005. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="1"][browserSetting="Custom"] {
  2006.     -moz-image-region: rect(51px, 96px, 68px, 80px);
  2007. }
  2008.  
  2009. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="2"][browserSetting="Low"],
  2010. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="4"][browserSetting="Low"] ,
  2011. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="6"][browserSetting="Low"] {
  2012.     -moz-image-region: rect(0px, 48px, 17px, 32px);
  2013. }
  2014.  
  2015. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="2"][browserSetting="Low"],
  2016. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="4"][browserSetting="Low"] ,
  2017. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="6"][browserSetting="Low"] {
  2018.     -moz-image-region: rect(0px, 112px, 17px, 96px);
  2019. }
  2020.  
  2021.  
  2022. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="2"][browserSetting="Medium"],
  2023. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="4"][browserSetting="Medium"] ,
  2024. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="6"][browserSetting="Medium"] {
  2025.     -moz-image-region: rect(17px, 48px, 34px, 32px);
  2026. }
  2027.  
  2028. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="2"][browserSetting="Medium"],
  2029. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="4"][browserSetting="Medium"] ,
  2030. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="6"][browserSetting="Medium"] {
  2031.     -moz-image-region: rect(17px, 112px, 34px, 96px);
  2032. }
  2033.  
  2034. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="2"][browserSetting="High"],
  2035. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="4"][browserSetting="High"],
  2036. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="6"][browserSetting="High"] {
  2037.     -moz-image-region: rect(34px, 48px, 51px, 32px);
  2038. }
  2039.  
  2040. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="2"][browserSetting="High"],
  2041. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="4"][browserSetting="High"],
  2042. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="6"][browserSetting="High"] {
  2043.     -moz-image-region: rect(34px, 112px, 51px, 96px);
  2044. }
  2045.  
  2046. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="2"][browserSetting="Custom"],
  2047. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="4"][browserSetting="Custom"],
  2048. [showSiteControlButton="true"] tab[selected="true"] [trustLevel="6"][browserSetting="Custom"] {
  2049.     -moz-image-region: rect(51px, 48px, 68px, 32px);
  2050. }
  2051.  
  2052. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="2"][browserSetting="Custom"],
  2053. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="4"][browserSetting="Custom"],
  2054. [showSiteControlButton="true"] tab[selected="true"][popupvisible="true"] [trustLevel="6"][browserSetting="Custom"] {
  2055.     -moz-image-region: rect(51px, 112px, 68px, 96px);
  2056. }
  2057.  
  2058. /* ::::: searchbar :::: */
  2059.  
  2060. #search-container {
  2061.     padding-left: 2px;
  2062.     padding-right: 2px;
  2063. }
  2064. searchbar {
  2065.     /*width: 12em;*/
  2066.     /*margin: 2px 0px 2px 4px;*/
  2067.     border: none;
  2068.     background-color: transparent;
  2069.     -moz-box-align: center;
  2070. }
  2071. searchbar .searchbar-dropmarker-image {
  2072.     list-style-image: url("chrome://browser/skin/dn-tiny.gif");
  2073.     margin-right: -3px;
  2074.     margin-bottom: -1px;
  2075. }
  2076.  
  2077. searchbar {
  2078.     -moz-appearance: textfield;
  2079.     height: 24px;
  2080. }
  2081. searchbar .searchbar-textbox {
  2082.     -moz-appearance: none !important;
  2083.     background-color: white;
  2084.     border-top-color: -moz-use-text-color !important;
  2085.     border-right: 0px;
  2086.     border-left: 1px;
  2087.     border-top: 1px;
  2088.     border-bottom: 1px;
  2089.     height: 24px;
  2090.     margin: 0px;
  2091. }
  2092. searchbar .textbox-input-box {
  2093.     height: 24px;
  2094.     margin: 0px 6px;
  2095.     padding-top: 0px;
  2096.     /*padding-left: 6px;*/
  2097. }
  2098. searchbar .searchbar-dropmarker {
  2099.     margin-right: 4px;
  2100. }
  2101.  
  2102. searchbar dropmarker {
  2103.     -moz-box-align: center;
  2104.     padding-right: 1px;
  2105.     min-width: 12px;
  2106.     list-style-image: url("chrome://browser/skin/textbar-dropmarker.png");
  2107. }
  2108.  
  2109. .searchbar-engine-image {
  2110.   margin-top: 1px;
  2111.   margin-left: 1px;
  2112. }
  2113.  
  2114. .searchbar-history-dropmarker {
  2115.     height: 24px;
  2116.     list-style-image: url("chrome://browser/skin/textbar-dropmarker.png");
  2117. }
  2118. .searchbar-history-dropmarker:hover,
  2119. .searchbar-history-dropmarker:active {
  2120.     list-style-image: url("chrome://browser/skin/textbar-dropmarker.png");
  2121. }
  2122.  
  2123. #nav-bar[mode="text"] #search-container #search-button {
  2124.     padding-left: 6px !important;
  2125.     padding-right: 4px !important;
  2126. }
  2127.  
  2128. #search-button,
  2129. .second-search-button {
  2130.     -moz-appearance: none !important;
  2131.     margin-top: 3px;
  2132.     padding: 2px 5px 2px 3px;
  2133.     list-style-image: url('chrome://browser/skin/searchbar-button.png');
  2134. }
  2135.  
  2136. #search-button:hover,
  2137. .second-search-button:hover{
  2138.     border-color: transparent transparent transparent transparent !important;
  2139. }
  2140.  
  2141. #search-button:hover:active,
  2142. .second-search-button:hover:active{
  2143.     padding: 3px 4px 1px 4px !important;
  2144.     border-color: transparent transparent transparent transparent !important;
  2145. }
  2146.  
  2147. #search-button[disabled="true"],
  2148. .second-search-button[disabled="true"]{
  2149.     list-style-image: url('chrome://browser/skin/searchbar-button.png');
  2150. }
  2151.  
  2152. [mode="text"] #search-button .toolbarbutton-icon,
  2153. [mode="text"] .second-search-button .toolbarbutton-icon {
  2154.     display: -moz-box;
  2155. }
  2156. #search-proxy-button {
  2157.     margin-top: 2px;
  2158.     margin-bottom: 1px;
  2159. }
  2160. .search-proxy-button-image {
  2161.     margin: 0px;
  2162.     list-style-image: url("chrome://browser/skin/Search-bar.png");
  2163. }
  2164. .search-proxy-button-dropmarker {
  2165.     margin-left: 12px;
  2166.     margin-top: 8px;
  2167.     list-style-image: url("chrome://browser/skin/search-arrow.gif");
  2168. }
  2169. toolbarpaletteitem searchbar #search-proxy-button {
  2170.     display: none;
  2171. }
  2172.  
  2173. /*current tabs icon and drop down*/
  2174. .tabs-dropdown {
  2175.     list-style-image: url("chrome://browser/skin/all_tabs.png");
  2176.     -moz-appearance: none;
  2177.     margin: 0px 4px 4px 4px;
  2178.     padding: 0px;
  2179.     border: none;
  2180. }
  2181. .tabs-dropdown .toolbarbutton-icon {
  2182.     margin: 0px;
  2183. }
  2184. .tabs-dropdown:hover {
  2185.     list-style-image: url("chrome://browser/skin/all_tabs_ovr.png");
  2186. }
  2187.  
  2188.  
  2189. /* New tab button and dropdown */
  2190. .tabs-newbutton {
  2191.     -moz-appearance: none;
  2192.     margin: 5px 0px 0px 0px;
  2193.     padding: 0px;
  2194.     border: none;
  2195.     list-style-image: url("chrome://browser/skin/new_tab.png");
  2196. }
  2197.  
  2198. .tabs-newbutton .toolbarbutton-text {
  2199.     display: none;
  2200. }
  2201.  
  2202. /*container for new tab button and drop down marker */
  2203. .tabs-newbutton-stack .tabs-newdropdown {
  2204.     display: none;
  2205. }
  2206.  
  2207. .tabs-newbutton-stack:hover .tabs-newdropdown,
  2208. .tabs-newbutton-stack[popupIsVisible="true"] .tabs-newdropdown
  2209. {
  2210.     display: -moz-box;
  2211. }
  2212.  
  2213.  
  2214. .tabs-newdropdown {
  2215.     list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
  2216.     -moz-appearance: none;
  2217.     padding: 0px !important;
  2218.     border: none !important;
  2219.     margin: 0px -1px  !important;    
  2220.     -moz-image-region: auto; /* cut off inheritance */
  2221. }
  2222.  
  2223.  
  2224.  
  2225. .tabs-newbutton-stack:hover .tabs-newbutton,
  2226. .tabs-newbutton-stack[popupIsVisible="true"] .tabs-newbutton
  2227. {
  2228.     list-style-image: url("chrome://browser/skin/new_tab_ovr.png");
  2229. }
  2230.  
  2231.  
  2232. .tabs-newbutton .toolbarbutton-text {
  2233.     display: none;
  2234. }
  2235.  
  2236. /* Sidebar button */
  2237. .sidebar-button {
  2238.     padding: 0px;
  2239.     margin-left: -1px;
  2240.     padding-bottom: 2px;
  2241.   border: 0px;
  2242. }
  2243. .sidebar-button[sidebaropen="true"] {
  2244.     list-style-image: url("chrome://browser/skin/sidebar/sbar-close.png");
  2245.     -moz-image-region: rect(0px 0px 0px 0px) !important;
  2246. }
  2247. .sidebar-button[sidebaropen="true"]:hover {
  2248.     list-style-image: url("chrome://browser/skin/sidebar/sbar-close-hov.png");
  2249. }
  2250. .sidebar-button[sidebaropen="false"] {
  2251.     list-style-image: url("chrome://browser/skin/sidebar/sbar-open.png");
  2252.     -moz-image-region: rect(0px 0px 0px 0px) !important;
  2253. }
  2254. .sidebar-button[sidebaropen="false"]:hover {
  2255.     list-style-image: url("chrome://browser/skin/sidebar/sbar-open-hov.png");
  2256. }
  2257.  
  2258.  
  2259. /* ::::: Multibars ::::: */
  2260.  
  2261. multibar {
  2262.     padding-top: 4px;
  2263.     padding-bottom: 5px;
  2264. }
  2265. multibar .multibartray-top-edge {
  2266.         /*min-height: 2px;
  2267.     background-image: url("chrome://global/skin/toolbar/multibar-bg-top.png");
  2268.     background-repeat: repeat-x;*/
  2269.     display: none;
  2270. }
  2271. multibar .multibartray-bottom-edge {
  2272.         /*min-height: 2px;
  2273.     background-image: url("chrome://global/skin/toolbar/multibar-bg-bottom.png");
  2274.     background-repeat: repeat-x;*/
  2275.     display: none;
  2276. }
  2277. multibar toolbaritem {
  2278.     padding: 0px;
  2279.     margin-top: 0px;
  2280. }
  2281. .multibar-control toolbarbutton {
  2282.     margin: 0px;
  2283.     padding: 0px 3px;
  2284. }
  2285. .multibar-control-btn-icon {
  2286.     list-style-image: url("chrome://global/skin/toolbar/multibar-control-btn.png");
  2287. }
  2288. dropmarker .multibar-dropdown-icon {
  2289.     list-style-image: url("chrome://global/skin/toolbar/tb_button_dropmarker.png");
  2290.     margin: 0px;
  2291. }
  2292. .multibar-control-btn-label {
  2293.     font-size: 7pt;
  2294.     color: #5a9bac;
  2295. }
  2296.  
  2297. toolbarbutton[selected="true"] .multibar-control-btn-label {
  2298.     color: #056077;
  2299. }
  2300.  
  2301. toolbarbutton:hover .multibar-control-btn-icon {
  2302.     list-style-image: url("chrome://global/skin/toolbar/multibar-control-btn-hover.png");
  2303. }
  2304. toolbarbutton[selected=true] .multibar-control-btn-icon {
  2305.     list-style-image: url("chrome://global/skin/toolbar/multibar-control-btn-current.png");
  2306. }
  2307.  
  2308. .multibar-searchbar {
  2309.     display: none;
  2310. }
  2311.  
  2312. multibar[showsearch='true'] .multibar-searchbar {
  2313.     display: -moz-box;
  2314. }
  2315.  
  2316. .multibar-ctl-left-top image {
  2317.     list-style-image: url("chrome://global/skin/toolbar/ctrl_l_top.png");
  2318. }
  2319. .multibar-ctl-left-middle {
  2320.     min-height: 2px;
  2321.     background-image: url("chrome://global/skin/toolbar/ctrl_l_mid.png");
  2322.     background-repeat: repeat-y;
  2323. }
  2324. .multibar-ctl-left-bottom image {
  2325.     list-style-image: url("chrome://global/skin/toolbar/ctrl_l_bttm.png");
  2326. }
  2327. .multibar-ctl-left-border {
  2328.     min-width: 2px;
  2329.     background-image: url("chrome://global/skin/toolbar/ctrl_r_mid.png");
  2330.     background-repeat: repeat-y;
  2331. }
  2332.  
  2333. .multibar-ctl-right-top image {
  2334.     list-style-image: url("chrome://global/skin/toolbar/bck_r_top.png");
  2335. }
  2336. .multibar-ctl-right-middle {
  2337.     min-width: 14px;
  2338.     background-image: url("chrome://global/skin/toolbar/bck_r_mid.png");
  2339.     background-repeat: repeat-y;
  2340. }
  2341. .multibar-ctl-right-bottom image {
  2342.     list-style-image: url("chrome://global/skin/toolbar/bck_r_bttm.png");
  2343. }
  2344.  
  2345. .multibar-ctl-horizontal-divider {
  2346.     padding-left: 1px;
  2347.   padding-right: 3px;
  2348.     margin-left: 1px;
  2349.     margin-right: 3px;
  2350.     min-height: 2px;
  2351.     background-image: url("chrome://global/skin/toolbar/divider_horz.png");
  2352.     background-repeat: repeat-x;
  2353.     
  2354. }
  2355.  
  2356. .multibar-vert-divider {
  2357.     background-image: url("chrome://global/skin/toolbar/divider_vert.png");
  2358.     background-repeat: repeat-y;
  2359.     min-width: 2px;
  2360. }
  2361.  
  2362. /*multibar forward and back buttons */
  2363.  
  2364. toolbarbutton .multibar-previous-icon  {
  2365.     list-style-image: url("chrome://global/skin/toolbar/arrow_l.png");
  2366. }
  2367.  
  2368. toolbarbutton:hover .multibar-previous-icon {
  2369.     list-style-image: url("chrome://global/skin/toolbar/arrow_l_ovr.png");
  2370. }
  2371.  
  2372. toolbarbutton:hover:active .multibar-previous-icon  {
  2373.     list-style-image: url("chrome://global/skin/toolbar/arrow_l_prs.png");
  2374. }
  2375.  
  2376. .multibar-top-border {
  2377.     /*min-height: 3px;
  2378.     background-image: url("chrome://global/skin/toolbar/top-border.png");
  2379.     background-repeat: repeat-x;*/
  2380.     display: none;
  2381. }
  2382.  
  2383. .multibar-bck-lighten {
  2384.     background-color: transparent;
  2385. }
  2386.  
  2387. .multibar-bottom-border {
  2388.     /*min-height: 3px;
  2389.     background-image: url("chrome://global/skin/toolbar/bottom-border.png");
  2390.     background-repeat: repeat-x;*/
  2391.     display: none;
  2392.  
  2393. }
  2394.  
  2395. .multibar-control-right-top {
  2396.     min-width: 4px;
  2397.     min-height: 3px;
  2398.     background-image: url("chrome://global/skin/toolbar/ctrl_r_top.png");
  2399.     background-repeat: repeat-y;
  2400. }
  2401.  
  2402. .multibar-control-right-middle {
  2403.     min-width: 4px;
  2404.     min-height: 1px;
  2405.     background-image: url("chrome://global/skin/toolbar/ctrl_r_mid.png");
  2406.     background-repeat: repeat-y;
  2407. }
  2408.  
  2409. .multibar-control-right-bottom {
  2410.     min-width: 4px;
  2411.     min-height: 3px;
  2412.     background-image: url("chrome://global/skin/toolbar/ctrl_r_bttm.png");
  2413.     background-repeat: repeat-y;
  2414. }
  2415.  
  2416. toolbarbutton .multibar-next-icon  {
  2417.     list-style-image: url("chrome://global/skin/toolbar/arrow_r.png");
  2418. }
  2419.  
  2420. toolbarbutton:hover .multibar-next-icon  {
  2421.     list-style-image: url("chrome://global/skin/toolbar/arrow_r_ovr.png");
  2422. }
  2423.  
  2424. toolbarbutton:hover:active .multibar-next-icon  {
  2425.     list-style-image: url("chrome://global/skin/toolbar/arrow_r_prs.png");
  2426. }
  2427.  
  2428. /* display multibar buttons in text only mode */
  2429. #PersonalToolbar[mode="text"] .multibar-left-button .toolbarbutton-icon {
  2430.     display: -moz-box;
  2431. }
  2432.  
  2433. #PersonalToolbar[mode="text"] .multibar-right-button .toolbarbutton-icon {
  2434.     display: -moz-box;
  2435. }
  2436.  
  2437.  
  2438. /* JMC - new multibar control */
  2439.  
  2440.  .multibar-main-button {    
  2441.      -moz-appearance: none;
  2442.      min-width: 78px;
  2443.     max-width: 78px;
  2444.     min-height: 13px; 
  2445.   background-image: url("chrome://global/skin/toolbar/mcontrol-top.png");
  2446.   repeat: none;      
  2447. }
  2448.  
  2449. .multibar-right-button {
  2450.     -moz-appearance: none;
  2451.     padding: 0px;
  2452. }
  2453.  
  2454. .multibar-left-button {
  2455.     -moz-appearance: none;
  2456.     padding: 0px;
  2457. }
  2458.  
  2459. .multibar-top-button-target:hover .multibar-main-button {    background-image: url("chrome://global/skin/toolbar/mcontrol-top-over.png");     }
  2460. .multibar-top-button-target:hover:active .multibar-main-button {    background-image: url("chrome://global/skin/toolbar/mcontrol-top-press.png");    }
  2461.  
  2462. .multibar-right-button .toolbarbutton-icon,
  2463. .multibar-left-button .toolbarbutton-icon {
  2464.     margin: 0px;
  2465. }
  2466.  
  2467. .multibar-left-button .toolbarbutton-icon {    list-style-image: url("chrome://global/skin/toolbar/mcontrol-left-button.png");    }
  2468. .multibar-left-button:hover  .toolbarbutton-icon {    list-style-image: url("chrome://global/skin/toolbar/mcontrol-left-button-over.png");     }
  2469. .multibar-left-button:hover:active  .toolbarbutton-icon {    list-style-image: url("chrome://global/skin/toolbar/mcontrol-left-button-press.png");    }
  2470.  
  2471. .multibar-right-button .toolbarbutton-icon {    list-style-image: url("chrome://global/skin/toolbar/mcontrol-right-button.png");    }
  2472. .multibar-right-button:hover  .toolbarbutton-icon {    list-style-image: url("chrome://global/skin/toolbar/mcontrol-right-button-over.png");     }
  2473. .multibar-right-button:hover:active  .toolbarbutton-icon {    list-style-image: url("chrome://global/skin/toolbar/mcontrol-right-button-press.png");    }
  2474.  
  2475. .multibar-main-horiz-line {
  2476.      min-height: 1px;
  2477.      background-repeat: repeat-y;    
  2478.      background-image: url("chrome://global/skin/toolbar/mcontrol-mid.png");
  2479. }
  2480.  
  2481. .multibar-top-button-target {
  2482.     -moz-appearance: none;
  2483.     border: 0px;
  2484.     margin: 0px;
  2485.     background: none;
  2486.  
  2487. }
  2488.  
  2489. .multibar-top-button-target .button-box {
  2490.     border: 0px;
  2491.     margin: 0px;
  2492.     padding: 0px;
  2493. }
  2494.  
  2495. .multibar-top-button-target:hover .multibar-main-horiz-line {               background-image: url("chrome://global/skin/toolbar/mcontrol-mid-over.png");    }
  2496. .multibar-top-button-target:hover:active .multibar-main-horiz-line {               background-image: url("chrome://global/skin/toolbar/mcontrol-mid-press.png"); }
  2497.  
  2498. .multibar-top-button-target .multibar-drop {    list-style-image: url("chrome://global/skin/toolbar/multibar-drop.png");    }
  2499. .multibar-top-button-target:hover .multibar-drop {    list-style-image: url("chrome://global/skin/toolbar/multibar-drop-over.png");    }
  2500. .multibar-top-button-target:hover:active .multibar-drop {    list-style-image: url("chrome://global/skin/toolbar/multibar-drop-press.png");    }
  2501.  
  2502. .multibar-label-and-drop { padding-right: 10px; padding-left: 14px;  width: 64px !important;}
  2503.  
  2504. .multibar-tray-label {
  2505.     font-size: 9px;
  2506.     color: #000000;
  2507.     text-align: center;
  2508.     max-width: 50px !important;
  2509. }
  2510.     
  2511. /*.multibar-top-button-target:hover .multibar-tray-label {    color: #2199B7; }
  2512. .multibar-top-button-target:hover:active .multibar-tray-label {    color: #088DAF; }
  2513. */
  2514.     
  2515.  
  2516. .multibar-main-control {
  2517.     width: 80px;
  2518.     max-width: 80px !important;
  2519.     min-width: 80px !important;
  2520. }
  2521.  
  2522. .multibartray-left-margin {
  2523.     padding-left: 5px;
  2524. }
  2525.  
  2526. /* end multibar forward back buttons */
  2527.  
  2528.  
  2529.  
  2530. /* Customize toolbars button */
  2531.  
  2532. #customize-toolbars-button {
  2533.     display: none;
  2534.     /*list-style-image: url("chrome://browser/skin/icons/customize_n.png");*/
  2535. }
  2536. /*#customize-toolbars-button:hover {
  2537.     list-style-image: url("chrome://browser/skin/icons/customize_h.png");
  2538. }
  2539. #customize-toolbars-button:hover:active {
  2540.     list-style-image: url("chrome://browser/skin/icons/customize_a.png");
  2541. }
  2542. #customize-toolbars-button .toolbarbutton-text {
  2543.     display: -moz-box !important;
  2544. }
  2545. [mode="icons"] #customize-toolbars-button {
  2546.     -moz-box-orient: horizontal;
  2547. }
  2548. [iconsize="small"] #customize-toolbars-button {
  2549.     list-style-image: url("chrome://browser/skin/icons/customizesm_n.png");
  2550. }
  2551. [iconsize="small"] #customize-toolbars-button:hover {
  2552.     list-style-image: url("chrome://browser/skin/icons/customizesm_h.png");
  2553. }
  2554. [iconsize="small"] #customize-toolbars-button:hover:active {
  2555.     list-style-image: url("chrome://browser/skin/icons/customizesm_a.png");
  2556. }
  2557. */