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