home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / fusion.jar / skin / fusion / aim / toolbar.css < prev    next >
Cascading Style Sheet File  |  2005-07-29  |  4KB  |  126 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Netscape Public License
  5.  * Version 1.1 (the "License"); you may not use this file except in
  6.  * compliance with the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/NPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is mozilla.org code.
  15.  *
  16.  * The Initial Developer of the Original Code is 
  17.  * Netscape Communications Corporation.
  18.  * Portions created by the Initial Developer are Copyright (C) 1998
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *  Joe Hewitt <hewitt@netscape.com>
  23.  *
  24.  * Alternatively, the contents of this file may be used under the terms of
  25.  * either the GNU General Public License Version 2 or later (the "GPL"), or 
  26.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.  * in which case the provisions of the GPL or the LGPL are applicable instead
  28.  * of those above. If you wish to allow use of your version of this file only
  29.  * under the terms of either the GPL or the LGPL, and not to allow others to
  30.  * use your version of this file under the terms of the NPL, indicate your
  31.  * decision by deleting the provisions above and replace them with the notice
  32.  * and other provisions required by the GPL or the LGPL. If you do not delete
  33.  * the provisions above, a recipient may use your version of this file under
  34.  * the terms of any one of the NPL, the GPL or the LGPL.
  35.  *
  36.  * ***** END LICENSE BLOCK ***** */
  37.  
  38. /* ==== toolbar.css =====================================================
  39.    == Styles for toolbars that are used throughout the Communicator suite.
  40.    ====================================================================== */
  41.  
  42. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  43.  
  44. /* ::::: toolbar-primary ::::: */
  45.  
  46. .toolbar-primary {
  47.   -moz-binding: url("chrome://aim/skin/toolbar/toolbarBindings.xml#toolbar-primary");
  48.   background-color: #B1BDC9;
  49. }
  50.  
  51. .toolbar-primary-holder {
  52.   background: url("chrome://aim/skin/toolbar/prtb-bg-line.gif") repeat-x top;
  53.   border-top: none;
  54.   border-right: 1px solid #95A0AD;
  55.   border-bottom: 1px solid #95A0AD;
  56.   border-left: none;
  57. }
  58.  
  59. .toolbar-primary-holder[buttonstyle="pictures"],
  60. .toolbar-primary-holder[buttonstyle="text"] {
  61.   background-image: url("chrome://aim/skin/toolbar/prtb-bg-noline.gif");
  62. }
  63.  
  64. .toolbar-primary-icon {
  65.   width: 77px;
  66.   height: 50px;
  67.   background-repeat: no-repeat;
  68.   background-position: top;
  69. }
  70.  
  71. .toolbar-primary-icon[buttonstyle="pictures"],
  72. .toolbar-primary-icon[buttonstyle="text"] {
  73.   display: none;
  74. }
  75.  
  76. .toolbarbutton-1[buttonstyle="text"] > stack > .toolbarbutton-menubutton-dropmarker {
  77.   margin: 0px 2px 0px 38px !important;
  78. }
  79.  
  80. .toolbarbutton-1[buttonstyle="text"] > stack > .toolbarbutton-menubutton-button 
  81.   > .toolbarbutton-text,
  82. .toolbarbutton-1[buttonstyle="text"] > .toolbarbutton-text {
  83.   margin: 5px 0px !important;
  84. }
  85.  
  86. /* ::::: toolbargrippy ::::: */
  87.  
  88. .toolbar-primary-grippy { 
  89.   -moz-binding: url("chrome://aim/skin/toolbar/toolbarBindings.xml#toolbargrippy-primary");
  90.   border: none;
  91.   background: url("chrome://aim/skin/toolbar/prtb-grip-mid.gif") repeat-y;
  92.   list-style-image: url("chrome://aim/skin/toolbar/prtb-grip-btm.gif");
  93.  
  94. .toolbar-primary-grippy > .toolbargrippy-texture {
  95.   width: 13px;
  96.   height: 0px;
  97.   list-style-image: url("chrome://aim/skin/toolbar/prtb-grip-top.gif");
  98. }
  99.  
  100. .toolbar-primary-grippy > .toolbargrippy-arrow {
  101.   margin: 0px;
  102.   width: 13px;
  103.   height: 10px;
  104.   list-style-image: inherit;
  105. }
  106.  
  107. .toolbar-primary-grippy:hover:active {
  108.   background-image: url("chrome://aim/skin/toolbar/prtb-grip-mid-act.gif");
  109.   list-style-image: url("chrome://aim/skin/toolbar/prtb-grip-btm-act.gif");
  110. }
  111.  
  112. .toolbar-primary-grippy:hover:active > .toolbargrippy-texture {
  113.   list-style-image: url("chrome://aim/skin/toolbar/prtb-grip-top-act.gif");
  114. }
  115.  
  116. /* ::::: toolbar-primary separator ::::: */
  117.  
  118. .toolbarseparator-primary {
  119.   margin: 0px;
  120.   padding: 0px;
  121.   border: none;
  122.   width: 18px;
  123.   background: none;
  124. }
  125.