start 2.35 cycle
[themes.git] / EarlyBlue / global / inContentUI.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 /*
6  * The default namespace for this file is XUL. Be sure to prefix rules that
7  * are applicable to both XUL and HTML with '*|'.
8  */
9 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
10 @namespace html url("http://www.w3.org/1999/xhtml");
11
12 /* Page background */
13 *|*:root {
14   background-color: #CCD0DD;
15   color: #000000;
16   margin: 20px;
17 }
18
19 html|html {
20   font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
21 }
22
23 /* Use the new in-content colors for #contentAreaDownloadsView. After landing
24    of bug 989469 the colors can be moved to *|*:root */
25 *|*#contentAreaDownloadsView {
26   background: #CCD0DD;
27   color: #000000;
28 }
29
30 /* Content */
31 *|*.main-content {
32   /* Needed to allow the radius to clip the inner content, see bug 595656 */
33   overflow: hidden;
34   background-color: #FFFFFF;
35   border: 1px solid #666699;
36 }
37
38 colorpicker[type="button"] {
39   margin: 1px 5px 2px 5px;
40   padding: 3px;
41   height: 25px;
42 }