message central for both skins
[themes.git] / LCARStrek / messenger / skin / msgAccountCentral.css
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
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-1999 Netscape Communications Corporation. All
18  * Rights Reserved.
19  */
20
21 @import url(chrome://communicator/skin/);
22
23 #acctCentralGrid
24 {
25   background-color:#000000;
26 }
27
28 #acctCentralHeaderRow
29 {
30   background-color:#FF9F00;
31   -moz-border-radius: 10px;
32   margin:5px;
33 }
34
35 #acctCentralHeaderRow > text
36 {
37   font-weight:bold;
38   font-size:20px;
39   color: #000000;
40 /*  margin: 0px 15px 0px 15px;
41   border-left: 3px solid black;
42   border-right: 3px solid black; */
43   text-align: left; 
44 }
45
46 .acctCentralRow
47 {
48   margin-left: 20px;
49 }
50
51 .acctCentralRowTitleBox
52 {
53   background-color:#9C9CFF;
54   -moz-border-radius: 7px;
55 }
56
57 .acctCentralRowTitleBox > html
58 {
59   color:black;
60 }
61
62 .acctCentralTitleRow
63 {
64   font-weight:bold;
65   font-size:15px;
66   margin-left: 10px;
67 }
68
69 .acctCentralText
70 {
71   font-size:15px;
72 }
73
74 .acctCentralLinkText
75 {
76   color:#008484;
77   -moz-border-radius: 3px;
78 }
79
80 .acctCentralLinkText:hover
81 {
82   cursor:pointer;
83   background-color: #FFCF00;
84   color: black;
85 }
86
87
88