mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
71cd3f6938
color.
85 lines
1.9 KiB
CSS
85 lines
1.9 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;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.acctCentralLinkText:hover {
|
|
color: #39598E;
|
|
}
|
|
|
|
.acctCentralLinkText:hover:active {
|
|
color: #000000;
|
|
}
|
|
|