gecko-dev/themes/modern/communicator/dialogOverlay.css

95 lines
2.4 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-2001 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
* Joe Hewitt (hewitt@netscape.com)
*/
/* ===== dialogOverlay.css ==============================================
== Styles used by content in dialog boxes in the Communicator suite.
======================================================================= */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ::::: large dialog header ::::: */
.box-header {
-moz-binding: url("chrome://communicator/skin/dialog/dialogBindings.xml#largeheader");
background-color: #5B7693;
color: #ffffff;
}
.largeheader-box {
padding: 10px 0px 10px 0px;
border-top: 1px solid #94AACE;
border-bottom: 1px solid #000000;
}
.largeheader-header-text {
margin-left: 23px;
font-weight: bold;
}
.largeheader-desc-text {
margin-left: 44px;
}
/* ::::: small dialog header ::::: */
.box-smallheader {
-moz-binding: url("chrome://communicator/skin/dialog/dialogBindings.xml#smallheader");
margin: 0px 5px 5px 8px;
border: 1px inset #B4C3D4;
background: url("chrome://communicator/skin/dialog/smallheader-bg.gif") repeat-x;
color: #000000;
}
.box-smallheader-text-container {
border: 1px solid #000000;
padding: 5px 8px 5px 8px;
}
.box-smallheader-left {
font-size: larger;
font-weight: bold;
}
/* ::::: dialog statusbar ::::: */
.box-status {
-moz-binding: url("chrome://communicator/content/dialogBindings.xml#status");
}
.box-status-bg {
padding: 1px 5px 1px 5px;
background-color: #394B6E;
color: #99cccc;
}
/* ::::: content and button boxes ::::: */
#contentarea {
border-top: 2px groove #C2D0D0;
border-bottom: 2px groove #C2D0D0;
padding: 7px;
}