home *** CD-ROM | disk | FTP | other *** search
- /*
- * The contents of this file are subject to the Netscape Public
- * License Version 1.1 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.mozilla.org/NPL/
- *
- * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- * implied. See the License for the specific language governing
- * rights and limitations under the License.
- *
- * The Original Code is Mozilla Communicator client code, released
- * March 31, 1998.
- *
- * The Initial Developer of the Original Code is Netscape
- * Communications Corporation. Portions created by Netscape are
- * Copyright (C) 1998-1999 Netscape Communications Corporation. All
- * Rights Reserved.
- */
-
- /* ===== accountCentral.css ==========================================
- == Styles for the Messenger Account Central panel.
- ======================================================================= */
-
- @import url("chrome://messenger/skin/");
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- #acctCentralGrid {
- background-color: #FFFFFF;
- }
-
- separator {
- height: 5px;
- }
-
- separator.thin {
- height: 15px;
- }
-
- /* ::::: rows ::::: */
-
- #acctCentralHeaderRow {
- padding: 10px 0px 10px 10px;
- font-size: 180%;
- font-weight: bold;
- }
-
- .acctCentralRow {
- -moz-binding: url("chrome://global/skin/globalBindings.xml#row-iconic");
- margin-left: 10px;
- font-size: 125%;
- }
-
- .row-iconic-icon {
- list-style-image: inherit;
- margin-right: 10px;
- }
-
- .acctCentralRowTitleBox {
- background-color: #C7D0D9;
- font-size: 150%;
- font-weight: bold;
- }
-
- /* ::::: links ::::: */
-
- .acctCentralLinkText {
- cursor: pointer;
- color: #212731;
- text-decoration: underline;
- }
-
- .acctCentralLinkText:hover {
- color: #39598E;
- }
-
- .acctCentralLinkText:hover:active {
- color: #000000;
- }
-
- /* ::::: row icons ::::: */
-
- #ReadMessages {
- list-style-image: url("chrome://messenger/skin/icons/acct-read.gif");
- }
-
- #ComposeMessage {
- list-style-image: url("chrome://messenger/skin/icons/acct-compose.gif");
- }
-
- #SubscribeNewsgroups {
- list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.gif");
- }
-
- #SearchMessages {
- list-style-image: url("chrome://messenger/skin/icons/acct-search.gif");
- }
-
- #AccountSettings {
- list-style-image: url("chrome://messenger/skin/icons/acct-prefs.gif");
- }
-
- #CreateAccount {
- list-style-image: url("chrome://messenger/skin/icons/acct-newaccount.gif");
- }
-
- #CreateFilters {
- list-style-image: url("chrome://messenger/skin/icons/acct-filters.gif");
- }
-
- #OfflineSettings {
- list-style-image: url("chrome://messenger/skin/icons/acct-prefs.gif");
- }
-