home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temathun / Charamel.jar / global / customizeToolbar.css.bak < prev    next >
Encoding:
Text File  |  2004-07-24  |  2.0 KB  |  80 lines

  1. /*  
  2.   The contents of this file are subject to the Netscape Public
  3.   License Version 1.1 (the "License"); you may not use this file
  4.   except in compliance with the License. You may obtain a copy of
  5.   the License at http://www.mozilla.org/NPL/
  6.   
  7.   Software distributed under the License is distributed on an "AS
  8.   IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.   implied. See the License for the specific language governing
  10.   rights and limitations under the License.
  11.   
  12.   The Original Code is Mozilla Communicator client code, released
  13.   March 31, 1998.
  14.   
  15.   The Initial Developer of the Original Code is Blake Ross. 
  16.   Portions created by Blake Ross are
  17.   Copyright (C) 2002 Blake Ross. All
  18.   Rights Reserved.
  19.   
  20.   Contributor(s): 
  21.     Blake Ross (blaker@netscape.com)
  22.     Joe Hewitt (hewitt@netscape.com)
  23.     Alex W. (Charamel) <lucx@shaw.ca>
  24. */
  25.  
  26. #CustomizeToolbarWindow {
  27.   padding: 0px;
  28.   width:900px;
  29.   border:1px solid #DFD2C0;
  30.   border-bottom-color:#CFBCAC;
  31. }
  32.  
  33. #main-box{
  34. }
  35.  
  36. /*header*/
  37. #instructions {
  38. background:url("chrome://global/skin/customizeToolbar/customizetoolbar-header.png") no-repeat center #DFD2C0;
  39. color:#DFD2C0;/*hide text*/
  40. font-family:georgia, times new roman, times, serif;
  41. letter-spacing:3px;
  42. font-size:1.5pt;
  43. text-align:center;
  44. height:35px;
  45. padding-top:8px;
  46. margin:0px;
  47. }
  48.  
  49. /*Palette Box*/
  50. #palette-box{
  51. margin:0px;
  52. background:#F0E9DD;
  53. Xbackground:url("chrome://browser/skin/pref/expander-open.png")#F4EDE6 repeat-x;
  54. Xbackground:url("chrome://global/skin/listbox/listbox-background.png") repeat-x #FBF8F3;
  55. margin-bottom:5px;
  56. }
  57.  
  58. /*get rid of separator*/
  59. #CustomizeToolbarWindow separator{
  60. display:none
  61. }
  62.  
  63. /*button bar*/
  64. #CustomizeToolbarWindow .dialog-button-box, /*thunderbird*/
  65. #CustomizeToolbarWindow > vbox > hbox /*firefox*/{ 
  66. background:#DFD2C0 url("chrome://global/skin/statusbar/shadow.png") repeat-x;
  67. padding:5px;
  68. margin-top:5px
  69. border:1px solid red;
  70. }
  71.  
  72.  
  73. /*icon and text menu list*/
  74. #modelist {
  75. }
  76.  
  77. /*get rid of Show: label*/
  78. label[value="Show:"]{
  79. display:none;
  80. }