start 2.41 cycle (yes, leaving out 2.39 and 2.40)
[themes.git] / LCARStrek / 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 /* THIS FILE HAS BEEN DELETED IN THE ORIGINAL THEME.
6  * We keep it only as long as some LCARStrek stuff still refers to it. */
7
8 /*
9  * The default namespace for this file is XUL. Be sure to prefix rules that
10  * are applicable to both XUL and HTML with '*|'.
11  */
12 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
13 @namespace html url("http://www.w3.org/1999/xhtml");
14
15 /* Page background */
16 *|*:root {
17   background-color: #000000;
18   color: #FF9F00;
19   margin: 20px;
20 }
21
22 html|html {
23   font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
24 }
25
26 /* Use the new in-content colors for #contentAreaDownloadsView. After landing
27    of bug 989469 the colors can be moved to *|*:root */
28 *|*#contentAreaDownloadsView {
29   background: #000000;
30   color: #FF9F00;
31 }
32
33 /* Content */
34 *|*.main-content {
35   /* Needed to allow the radius to clip the inner content, see bug 595656 */
36   overflow: hidden;
37   border: 1px solid #9C9CFF;
38   border-radius: 5px;
39 }
40
41 colorpicker[type="button"] {
42   margin: 1px 5px 2px 5px;
43   padding: 3px;
44   height: 25px;
45 }