fourth part of syncing LCARStrek with Firefox 30 windows theme changes
[themes.git] / LCARStrek / browser / devtools / layoutview.css
CommitLineData
a40f6a79
RK
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
cae267ab 5.theme-sidebar {
68989a96 6 background: url("layout-background-grid.png"), radial-gradient(50% 70%, circle cover, #000000 0%, #000000 100%);
a40f6a79
RK
7}
8
cae267ab
RK
9.theme-sidebar {
10 color: #FF9F00;
1783ea50 11 box-sizing: border-box;
a40f6a79
RK
12}
13
14#main {
cae267ab 15 background-color: #FF9F00;
fff8097b 16 border-color: #A09090;
a40f6a79 17 border-style: dotted;
a40f6a79
RK
18 color: #000000;
19}
20
cae267ab
RK
21#content {
22 background-color: #008484;
fff8097b
RK
23}
24
cae267ab
RK
25#padding,
26#margins {
a40f6a79
RK
27}
28
29#padding {
cae267ab 30 background-color: #9C9CFF;
fff8097b 31 border-color: #9C9CFF;
a40f6a79
RK
32}
33
34#borders {
cae267ab
RK
35 background-color: #FFCF00;
36 border-color: #FFCF00;
37}
38
39#margins {
40 background-color: #A09090;
41 border-color: #A09090;
a40f6a79 42}