home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / MozCurveBlue-1.4-0.99.jar / communicator / profile / profile.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-12-06  |  1.8 KB  |  72 lines

  1. /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public
  4.  * License Version 1.1 (the "License"); you may not use this file
  5.  * except in compliance with the License. You may obtain a copy of
  6.  * the License at http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the License is distributed on an "AS
  9.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.  * implied. See the License for the specific language governing
  11.  * rights and limitations under the License.
  12.  *
  13.  * The Original Code is Mozilla Communicator client code, released
  14.  * March 31, 1998.
  15.  *
  16.  * The Initial Developer of the Original Code is Netscape
  17.  * Communications Corporation. Portions created by Netscape are
  18.  * Copyright (C) 1998-1999 Netscape Communications Corporation. All
  19.  * Rights Reserved.
  20.  *
  21.  * Contributors:
  22.  *   Ben Goodger <ben@netscape.com>
  23.  *   Chris Nelson <chrisn@statecollege.com>
  24.  *
  25.  */
  26.  
  27. @import url("chrome://global/skin/global.css");
  28.  
  29. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  30.  
  31. window.dialog {
  32.   padding: 0;
  33. }
  34.  
  35. .dimmed-highcontrast {
  36.   color: #99cccc ! important;
  37.  
  38. #profiles > listitem {
  39.   list-style-image: url("chrome://communicator/skin/profile/profileicon-large.png");
  40. }
  41.  
  42. #profiles > listitem[rowMigrate="no"] {
  43.   list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
  44. }
  45.  
  46. /* profile selection dialog */
  47. html#intro {
  48.   width: 17em;
  49. }
  50.  
  51. box#managebuttons > button {
  52.   min-width: 8em;
  53. }
  54.  
  55. /* display area */
  56. box#contentarea {
  57.   border-top: 2px groove #CCCCCC;
  58.   border-bottom: 2px groove #CCCCCC;
  59.   padding: 7px;
  60. }
  61.  
  62. /* top border on status area */
  63. box#wizardButtons {
  64.   padding-top: 1px;
  65.   padding-bottom: 1px;
  66. }
  67.  
  68. box.selection {
  69.   margin-top: 4px;
  70. }
  71.