home *** CD-ROM | disk | FTP | other *** search
- /*
- The contents of this file are subject to the Netscape Public
- License Version 1.1 (the "License"); you may not use this file
- except in compliance with the License. You may obtain a copy of
- the License at http://www.mozilla.org/NPL/
-
- Software distributed under the License is distributed on an "AS
- IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- implied. See the License for the specific language governing
- rights and limitations under the License.
-
- The Original Code is Mozilla Communicator client code, released
- March 31, 1998.
-
- The Initial Developer of the Original Code is Blake Ross.
- Portions created by Blake Ross are
- Copyright (C) 2002 Blake Ross. All
- Rights Reserved.
-
- Contributor(s):
- Blake Ross (blaker@netscape.com)
- Joe Hewitt (hewitt@netscape.com)
- Alex W. (Charamel) <lucx@shaw.ca>
- */
-
- #CustomizeToolbarWindow {
- padding: 0px;
- width:900px;
- border:1px solid #DFD2C0;
- border-bottom-color:#CFBCAC;
- }
-
- #main-box{
- }
-
- /*header*/
- #instructions {
- background:url("chrome://global/skin/customizeToolbar/customizetoolbar-header.png") no-repeat center #DFD2C0;
- color:#DFD2C0;/*hide text*/
- font-family:georgia, times new roman, times, serif;
- letter-spacing:3px;
- font-size:1.5pt;
- text-align:center;
- height:35px;
- padding-top:8px;
- margin:0px;
- }
-
- /*Palette Box*/
- #palette-box{
- margin:0px;
- background:#F0E9DD;
- Xbackground:url("chrome://browser/skin/pref/expander-open.png")#F4EDE6 repeat-x;
- Xbackground:url("chrome://global/skin/listbox/listbox-background.png") repeat-x #FBF8F3;
- margin-bottom:5px;
- }
-
- /*get rid of separator*/
- #CustomizeToolbarWindow separator{
- display:none
- }
-
- /*button bar*/
- #CustomizeToolbarWindow .dialog-button-box, /*thunderbird*/
- #CustomizeToolbarWindow > vbox > hbox /*firefox*/{
- background:#DFD2C0 url("chrome://global/skin/statusbar/shadow.png") repeat-x;
- padding:5px;
- margin-top:5px
- border:1px solid red;
- }
-
-
- /*icon and text menu list*/
- #modelist {
- }
-
- /*get rid of Show: label*/
- label[value="Show:"]{
- display:none;
- }