зеркало из https://github.com/mozilla/gecko-dev.git
152 строки
3.8 KiB
CSS
152 строки
3.8 KiB
CSS
/*
|
|
* 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;
|
|
color: #000000;
|
|
}
|
|
|
|
.acctCentralRow {
|
|
margin-left: 10px;
|
|
font-size: 125%;
|
|
color: #000000;
|
|
}
|
|
|
|
.row-iconic-icon {
|
|
list-style-image: inherit;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.acctCentralRowTitleBox {
|
|
background-color: -moz-Dialog;
|
|
-moz-appearance: toolbox;
|
|
font-size: 150%;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
|
|
/* ::::: links ::::: */
|
|
|
|
.acctCentralLinkText {
|
|
cursor: pointer;
|
|
color: #212731;
|
|
}
|
|
|
|
.acctCentralLinkText:hover {
|
|
color: #39598E;
|
|
}
|
|
|
|
.acctCentralLinkText:hover:active {
|
|
color: #000000;
|
|
}
|
|
|
|
#ReadMessages label {
|
|
background: url("chrome://messenger/skin/accountcentral/read-messages.png") no-repeat !important;
|
|
padding-left: 45px;
|
|
padding-top: .55em;
|
|
padding-bottom: .55em;
|
|
}
|
|
|
|
#ComposeMessage label {
|
|
background: url("chrome://messenger/skin/accountcentral/write-message.png") no-repeat !important;
|
|
padding-left: 45px;
|
|
padding-top: .55em;
|
|
padding-bottom: .55em;
|
|
}
|
|
|
|
#AccountSettings label {
|
|
background: url("chrome://messenger/skin/accountcentral/account-settings.png") no-repeat !important;
|
|
padding-left: 45px;
|
|
padding-top: .55em;
|
|
padding-bottom: .55em;
|
|
}
|
|
|
|
#CreateAccount label {
|
|
background: url("chrome://messenger/skin/accountcentral/create-account.png") no-repeat !important;
|
|
padding-left: 45px;
|
|
padding-top: .55em;
|
|
padding-bottom: .55em;
|
|
}
|
|
|
|
#SearchMessages label {
|
|
background: url("chrome://messenger/skin/accountcentral/search-messages.png") no-repeat !important;
|
|
padding-left: 45px;
|
|
padding-top: .55em;
|
|
padding-bottom: .55em;
|
|
}
|
|
|
|
#CreateFilters label {
|
|
background: url("chrome://messenger/skin/accountcentral/manage-filters.png") no-repeat !important;
|
|
padding-left: 45px;
|
|
padding-top: .55em;
|
|
padding-bottom: .55em;
|
|
}
|
|
|
|
#OfflineSettings label {
|
|
background: url("chrome://messenger/skin/accountcentral/offline-settings.png") no-repeat !important;
|
|
padding-left: 45px;
|
|
padding-top: .55em;
|
|
padding-bottom: .55em;
|
|
}
|
|
|
|
#SubscribeImapFolders label {
|
|
background: url("chrome://messenger/skin/accountcentral/manage-imap.png") no-repeat !important;
|
|
padding-left: 45px;
|
|
padding-top: .55em;
|
|
padding-bottom: .55em;
|
|
}
|
|
|
|
#SubscribeNewsgroups label {
|
|
background: url("chrome://messenger/skin/accountcentral/manage-newsgroups.png") no-repeat !important;
|
|
padding-left: 45px;
|
|
padding-top: .55em;
|
|
padding-bottom: .55em;
|
|
}
|
|
|
|
#SubscribeRSS label {
|
|
background: url("chrome://messenger/skin/accountcentral/manage-rss.png") no-repeat !important;
|
|
padding-left: 45px;
|
|
padding-top: .55em;
|
|
padding-bottom: .55em;
|
|
} |