| 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: #CCD0DD; |
| 15 | } |
| 16 | |
| 17 | spacer { |
| 18 | max-height: .5em; |
| 19 | } |
| 20 | |
| 21 | spacer.big { |
| 22 | max-height: 4em; |
| 23 | } |
| 24 | |
| 25 | /* ::::: rows ::::: */ |
| 26 | |
| 27 | #acctCentralHeaderRow { |
| 28 | margin: 5px; |
| 29 | background-color: #666699; |
| 30 | color: #FFFFFF; |
| 31 | font-weight: bold; |
| 32 | font-size: 20px; |
| 33 | border: 1px inset #666699; |
| 34 | } |
| 35 | |
| 36 | .acctCentralRow { |
| 37 | -moz-margin-start: 20px; |
| 38 | } |
| 39 | |
| 40 | .acctCentralRowTitleBox { |
| 41 | /* background-color: #FFFFFF; |
| 42 | border: 1px inset #CCD0DD; */ |
| 43 | border-bottom: 1px solid #666699; |
| 44 | } |
| 45 | |
| 46 | .acctCentralTitleRow { |
| 47 | -moz-margin-start: 10px; |
| 48 | font-weight: bold; |
| 49 | font-size: 15px; |
| 50 | } |
| 51 | |
| 52 | .acctCentralText { |
| 53 | font-size: 15px; |
| 54 | } |
| 55 | |
| 56 | /* ::::: links ::::: */ |
| 57 | |
| 58 | .acctCentralLinkText { |
| 59 | cursor: pointer; |
| 60 | color: #336699; |
| 61 | text-decoration: none; |
| 62 | } |
| 63 | |
| 64 | .acctCentralLinkText:hover { |
| 65 | color: #6699FF; |
| 66 | text-decoration: underline; |
| 67 | } |
| 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 | */ |