/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ===== accountCentral.css ========================================== == Styles for the Messenger Account Central panel. ======================================================================= */ #acctCentralGrid { background-color: #CCD0DD; } spacer { max-height: .5em; } spacer.big { max-height: 4em; } /* ::::: rows ::::: */ #acctCentralHeaderRow { margin: 5px; background-color: #666699; color: #FFFFFF; font-weight: bold; font-size: 20px; border: 1px inset #666699; } .acctCentralRow { -moz-margin-start: 20px; } .acctCentralRowTitleBox { /* background-color: #FFFFFF; border: 1px inset #CCD0DD; */ border-bottom: 1px solid #666699; } .acctCentralTitleRow { -moz-margin-start: 10px; font-weight: bold; font-size: 15px; } .acctCentralText { font-size: 15px; } /* ::::: links ::::: */ .acctCentralLinkText { cursor: pointer; color: #336699; text-decoration: none; } .acctCentralLinkText:hover { color: #6699FF; text-decoration: underline; } /* ::::: row icons ::::: */ /* XXX: to be implemented in this theme! #ReadMessages { list-style-image: url("chrome://messenger/skin/icons/acct-read.png"); } #ComposeMessage { list-style-image: url("chrome://messenger/skin/icons/acct-compose.png"); } #SubscribeNewsgroups { list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.png"); } #SubscribeImapFolders { list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.png"); } #SubscribeRSS { list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.png"); } #SearchMessages { list-style-image: url("chrome://messenger/skin/icons/acct-search.png"); } #AccountSettings { list-style-image: url("chrome://messenger/skin/icons/acct-prefs.png"); } #CreateAccount { list-style-image: url("chrome://messenger/skin/icons/acct-newaccount.png"); } #CreateFilters { list-style-image: url("chrome://messenger/skin/icons/acct-filters.png"); } #OfflineSettings { list-style-image: url("chrome://messenger/skin/icons/acct-prefs.png"); } #JunkSettingsMail { list-style-image: url("chrome://messenger/skin/icons/acct-filters.png"); } #JunkSettingsNews { list-style-image: url("chrome://messenger/skin/icons/acct-filters.png"); } */