home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / browser.xpi / bin / chrome / modern.jar / skin / modern / global / wizard.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-05-06  |  1.5 KB  |  52 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 Netscape
  16.  * Communications Corporation. Portions created by Netscape are
  17.  * Copyright (C) 1998-2001 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *   Joe Hewitt (hewitt@netscape.com)
  22.  */
  23.  
  24. /* ===== wizard.css =====================================================
  25.   == Styles used by the wizards which contains buttons for stepping 
  26.   == through a wizard.
  27.   ======================================================================= */
  28.  
  29. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  30.  
  31. .wizard-header {
  32.   border-top: 1px solid #94AACE;
  33.   border-bottom: 1px solid #000000;
  34.   padding: 10px 0px 10px 0px;
  35.   background-color: #5B7693;
  36.   color: #ffffff;
  37. }
  38.  
  39. .wizard-header-label {
  40.   margin-left: 23px;
  41.   font-weight: bold;
  42. }
  43.  
  44. .wizard-header-description {
  45.   margin-left: 44px;
  46.   margin-right: 5px;
  47. }
  48.  
  49. .wizard-page-box {
  50.   margin: 10px 44px;
  51. }
  52.