relicense to MPL2
[themes.git] / LCARStrek / messenger / accountCentral.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 @import url("chrome://messenger/skin/");
6
7 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
8
9 /* ===== accountCentral.css ==========================================
10   == Styles for the Messenger Account Central panel.
11   ======================================================================= */
12
13 #acctCentralGrid {
14   background-color: #000000;
15 }
16
17 separator {
18   height: 5px;
19 }
20
21 separator.thin {
22   height: 15px;
23 }
24
25 /* ::::: rows ::::: */
26
27 #acctCentralHeaderRow {
28   margin: 5px;
29   background-color: #FF9F00;
30   border-radius: 10px;
31   color: #000000;
32   font-weight: bold;
33   font-size: 20px;
34   padding-top: 3px;
35 }
36
37 .acctCentralRow {
38   -moz-margin-start: 20px;
39 }
40
41 .acctCentralRowTitleBox {
42 /*  border-bottom: 1px solid #9C9CFF; */
43   background-color: #9C9CFF;
44   padding-top: 3px;
45   border-radius: 7px;
46   color: #000000;
47 }
48
49 .acctCentralTitleRow {
50   -moz-margin-start: 10px;
51   font-weight: bold;
52   font-size: 15px;
53 }
54
55 .acctCentralText {
56   font-size: 15px;
57 }
58
59 /* ::::: links ::::: */
60
61 .acctCentralLinkText {
62   cursor: pointer;
63   color: #008484;
64   padding: 0px 5px;
65   border-radius: 3px;
66   text-decoration: none;
67 }
68
69 .acctCentralLinkText:hover {
70   background-color: #FFCF00;
71   color: #000000;
72 /*  text-decoration: underline; */
73 }
74
75 /* ::::: row icons ::::: */
76 /* XXX: to be implemented in this theme!
77 #ReadMessages {
78   list-style-image: url("chrome://messenger/skin/icons/acct-read.png");
79 }
80
81 #ComposeMessage {
82   list-style-image: url("chrome://messenger/skin/icons/acct-compose.png");
83 }
84
85 #SubscribeNewsgroups {
86   list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.png");
87 }
88
89 #SubscribeImapFolders {
90   list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.png");
91 }
92
93 #SubscribeRSS {
94   list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.png");
95 }
96
97 #SearchMessages {
98   list-style-image: url("chrome://messenger/skin/icons/acct-search.png");
99 }
100
101 #AccountSettings {
102   list-style-image: url("chrome://messenger/skin/icons/acct-prefs.png");
103 }
104
105 #CreateAccount {
106   list-style-image: url("chrome://messenger/skin/icons/acct-newaccount.png");
107 }
108
109 #CreateFilters {
110   list-style-image: url("chrome://messenger/skin/icons/acct-filters.png");
111 }
112
113 #OfflineSettings {
114   list-style-image: url("chrome://messenger/skin/icons/acct-prefs.png");
115 }
116
117 #JunkSettingsMail {
118   list-style-image: url("chrome://messenger/skin/icons/acct-filters.png");
119 }
120
121 #JunkSettingsNews {
122   list-style-image: url("chrome://messenger/skin/icons/acct-filters.png");
123 }
124 */