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