Commit | Line | Data |
---|---|---|
9099c61d RK |
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/. */ | |
f6e0a33f | 4 | |
f6e0a33f | 5 | @import url("chrome://messenger/skin/"); |
6 | ||
7 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
8 | ||
74d14f90 | 9 | /* ===== accountCentral.css ========================================== |
10 | == Styles for the Messenger Account Central panel. | |
11 | ======================================================================= */ | |
12 | ||
f6e0a33f | 13 | #acctCentralGrid { |
14 | background-color: #CCD0DD; | |
15 | } | |
16 | ||
150efe45 RK |
17 | spacer { |
18 | max-height: .5em; | |
74d14f90 | 19 | } |
20 | ||
150efe45 RK |
21 | spacer.big { |
22 | max-height: 4em; | |
74d14f90 | 23 | } |
24 | ||
25 | /* ::::: rows ::::: */ | |
26 | ||
f6e0a33f | 27 | #acctCentralHeaderRow { |
02920d2b | 28 | margin: 5px; |
f6e0a33f | 29 | background-color: #666699; |
30 | color: #FFFFFF; | |
31 | font-weight: bold; | |
32 | font-size: 20px; | |
33 | border: 1px inset #666699; | |
34 | } | |
35 | ||
36 | .acctCentralRow { | |
8caa872d | 37 | -moz-margin-start: 20px; |
f6e0a33f | 38 | } |
39 | ||
40 | .acctCentralRowTitleBox { | |
41 | /* background-color: #FFFFFF; | |
42 | border: 1px inset #CCD0DD; */ | |
43 | border-bottom: 1px solid #666699; | |
44 | } | |
45 | ||
46 | .acctCentralTitleRow { | |
8caa872d | 47 | -moz-margin-start: 10px; |
f6e0a33f | 48 | font-weight: bold; |
49 | font-size: 15px; | |
50 | } | |
51 | ||
52 | .acctCentralText { | |
53 | font-size: 15px; | |
54 | } | |
55 | ||
74d14f90 | 56 | /* ::::: links ::::: */ |
57 | ||
f6e0a33f | 58 | .acctCentralLinkText { |
74d14f90 | 59 | cursor: pointer; |
f6e0a33f | 60 | color: #336699; |
6082be94 | 61 | text-decoration: none; |
f6e0a33f | 62 | } |
63 | ||
64 | .acctCentralLinkText:hover { | |
65 | color: #6699FF; | |
66 | text-decoration: underline; | |
67 | } | |
347db3eb RK |
68 | |
69 | /* ::::: row icons ::::: */ | |
70 | /* XXX: to be implemented in this theme! | |
71 | #ReadMessages { | |
72 | list-style-image: url("chrome://messenger/skin/icons/acct-read.png"); | |
73 | } | |
74 | ||
75 | #ComposeMessage { | |
76 | list-style-image: url("chrome://messenger/skin/icons/acct-compose.png"); | |
77 | } | |
78 | ||
79 | #SubscribeNewsgroups { | |
80 | list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.png"); | |
81 | } | |
82 | ||
83 | #SubscribeImapFolders { | |
84 | list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.png"); | |
85 | } | |
86 | ||
87 | #SubscribeRSS { | |
88 | list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.png"); | |
89 | } | |
90 | ||
91 | #SearchMessages { | |
92 | list-style-image: url("chrome://messenger/skin/icons/acct-search.png"); | |
93 | } | |
94 | ||
95 | #AccountSettings { | |
96 | list-style-image: url("chrome://messenger/skin/icons/acct-prefs.png"); | |
97 | } | |
98 | ||
99 | #CreateAccount { | |
100 | list-style-image: url("chrome://messenger/skin/icons/acct-newaccount.png"); | |
101 | } | |
102 | ||
103 | #CreateFilters { | |
104 | list-style-image: url("chrome://messenger/skin/icons/acct-filters.png"); | |
105 | } | |
106 | ||
107 | #OfflineSettings { | |
108 | list-style-image: url("chrome://messenger/skin/icons/acct-prefs.png"); | |
109 | } | |
110 | ||
111 | #JunkSettingsMail { | |
112 | list-style-image: url("chrome://messenger/skin/icons/acct-filters.png"); | |
113 | } | |
114 | ||
115 | #JunkSettingsNews { | |
116 | list-style-image: url("chrome://messenger/skin/icons/acct-filters.png"); | |
117 | } | |
118 | */ |