make Firefox 22 inspector work well
[themes.git] / LCARStrek / browser / devtools / commandline.css
CommitLineData
9099c61d
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/. */
8ad8bf83 4
37953ab4 5.gcli-body {
85cfb236 6 margin: 0;
85cfb236 7 font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
37953ab4
RK
8 color: #FF9F00;
9}
10
11#gcli-output-root,
12#gcli-tooltip-root {
13 border: 1px solid #008484;
14 background-color: #000000;
15 border-radius: 3px;
16}
17
18#gcli-output-root {
19 padding: 5px 10px;
20 border-bottom-left-radius: 0;
21 border-bottom-right-radius: 0;
22 border-bottom: 0;
23}
24
25#gcli-tooltip-root {
26 padding: 5px 0px;
27}
28
29#gcli-tooltip-connector {
30 margin-top: -1px;
31 margin-left: 8px;
32 width: 20px;
33 height: 10px;
34 border-left: 1px solid #008484;
35 border-right: 1px solid #008484;
36 background-color: #000000;
37}
38
39.gcli-tt-description,
40.gcli-tt-error {
41 padding: 0 10px;
8ad8bf83
RK
42}
43
85cfb236
RK
44.gcli-row-out {
45 padding: 0 5px;
46 line-height: 1.2em;
47 border-top: none;
48 border-bottom: none;
37953ab4 49 color: #9C9CFF;
8ad8bf83
RK
50}
51
85cfb236
RK
52.gcli-row-out p,
53.gcli-row-out h1,
54.gcli-row-out h2,
55.gcli-row-out h3 {
56 margin: 5px 0;
8ad8bf83
RK
57}
58
37953ab4
RK
59.gcli-row-out h1,
60.gcli-row-out h2,
61.gcli-row-out h3,
62.gcli-row-out h4,
63.gcli-row-out h5,
64.gcli-row-out th,
7bc075b6
RK
65.gcli-row-out strong,
66.gcli-row-out pre {
8ad8bf83 67 color: #FFCF00;
8ad8bf83
RK
68}
69
7bc075b6
RK
70.gcli-row-out pre {
71 font-size: 80%;
72}
73
37953ab4 74.gcli-out-shortcut,
85cfb236 75.gcli-help-synopsis {
85cfb236 76 padding: 0 3px;
37953ab4
RK
77 margin: 0 4px;
78 font-weight: normal;
79 font-size: 90%;
85cfb236 80 border-radius: 3px;
37953ab4
RK
81 background-color: #000000;
82 color: #E7ADE7;
83 border: 1px solid #8050B0;
8ad8bf83
RK
84}
85
37953ab4 86.gcli-out-shortcut:before,
85cfb236
RK
87.gcli-help-synopsis:before {
88 color: #FFCF00;
37953ab4
RK
89 -moz-padding-end: 2px;
90}
91
92.gcli-help-arrow {
93 color: #008484;
8ad8bf83
RK
94}
95
85cfb236
RK
96.gcli-help-description {
97 margin: 0 20px;
98 padding: 0;
8ad8bf83
RK
99}
100
85cfb236
RK
101.gcli-help-parameter {
102 margin: 0 30px;
103 padding: 0;
8ad8bf83
RK
104}
105
85cfb236
RK
106.gcli-help-header {
107 margin: 10px 0 6px;
8ad8bf83
RK
108}
109
85cfb236
RK
110.gcli-menu-name {
111 -moz-padding-start: 8px;
8ad8bf83
RK
112}
113
85cfb236
RK
114.gcli-menu-desc {
115 -moz-padding-end: 8px;
116 color: #FF9F00;
8ad8bf83
RK
117}
118
85cfb236
RK
119.gcli-menu-option:hover,
120.gcli-menu-highlight.gcli-menu-option:hover {
8ad8bf83
RK
121 background-color: #FFCF00;
122 color: #000000;
123}
124
85cfb236
RK
125.gcli-menu-highlight {
126 background-color: #795900;
8ad8bf83
RK
127}
128
85cfb236 129.gcli-menu-typed {
8ad8bf83
RK
130 color: #008484;
131}
889649fd
RK
132
133.gcli-menu-more {
134 font-size: 80%;
135 text-align: right;
136 -moz-padding-end: 8px;
137}
138
139.gcli-addon-disabled {
140 opacity: 0.6;
141 text-decoration: line-through;
142}