fifth and final part of syncing LCARStrek with Firefox 32 windows theme changes
[themes.git] / LCARStrek / global / config.css
... / ...
CommitLineData
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/* ===== config.css ==============================================
6 == Styles for about:config
7 ======================================================================= */
8
9@import url("chrome://global/skin/");
10@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
11
12#config {
13 padding: 0;
14}
15
16/* ::::: warning screen ::::: */
17
18#warningScreen
19{
20 background: #000000;
21}
22
23#warningBox
24{
25 background: #000000;
26 color: #FF9F00;
27 border: 1px solid #9C9FFF;
28 border-radius: 10px;
29 padding: 3em;
30 -moz-padding-start: 30px;
31 -moz-margin-start: 1em;
32 -moz-margin-end: 1em;
33}
34
35#warningInnerBox
36{
37 max-width: 50em;
38}
39
40#warningTitle
41{
42 margin: 0 0 .6em;
43 font-size: 160%;
44 border-bottom: 1px solid #008484;
45}
46
47#warningText
48{
49 font-size: 110%;
50 -moz-margin-start: 0;
51}
52
53#warningButton
54{
55 margin-top: 0.6em;
56}
57
58#showWarningNextTime
59{
60 margin-top: 0.6em;
61}
62
63#exclam
64{
65 list-style-image: url("chrome://global/skin/icons/alert-exclam.gif");
66 -moz-margin-end: 3em;
67}
68
69/* ::::: tree rows ::::: */
70
71#configTreeBody::-moz-tree-cell-text(user)
72{
73 font-weight: bold;
74}
75
76#configTreeBody::-moz-tree-cell-text(locked)
77{
78 font-style: italic;
79}
80
81#configTree
82{
83 margin-top: 3px;
84}
85
86#filterRow
87{
88}
89
90#filterRow > label
91{
92 -moz-margin-start: 0;
93}
94
95#textbox
96{
97 -moz-margin-end: 0;
98}