|
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 .gcli-body { |
|
6 margin: 0; |
|
7 font: message-box; |
|
8 color: hsl(210,30%,85%); |
|
9 } |
|
10 |
|
11 #gcli-output-root, |
|
12 #gcli-tooltip-root { |
|
13 border: 1px solid hsl(206,37%,4%); |
|
14 box-shadow: 0 1px 0 hsla(209,29%,72%,.25) inset; |
|
15 background-image: linear-gradient(hsla(209,18%,18%,0.9), hsl(209,23%,18%)); |
|
16 border-radius: 3px; |
|
17 } |
|
18 |
|
19 #gcli-output-root { |
|
20 padding: 5px 10px; |
|
21 border-bottom-left-radius: 0; |
|
22 border-bottom-right-radius: 0; |
|
23 border-bottom: 0; |
|
24 } |
|
25 |
|
26 #gcli-tooltip-root { |
|
27 padding: 5px 0px; |
|
28 } |
|
29 |
|
30 #gcli-tooltip-connector { |
|
31 margin-top: -1px; |
|
32 margin-left: 8px; |
|
33 width: 20px; |
|
34 height: 10px; |
|
35 border-left: 1px solid hsl(206,37%,4%); |
|
36 border-right: 1px solid hsl(206,37%,4%); |
|
37 background-color: hsl(209,23%,18%); |
|
38 } |
|
39 |
|
40 .gcli-tt-description, |
|
41 .gcli-tt-error { |
|
42 padding: 0 10px; |
|
43 } |
|
44 |
|
45 .gcli-row-out { |
|
46 padding: 0 5px; |
|
47 line-height: 1.2em; |
|
48 border-top: none; |
|
49 border-bottom: none; |
|
50 color: hsl(210,30%,85%); |
|
51 } |
|
52 |
|
53 .gcli-row-out p, |
|
54 .gcli-row-out h1, |
|
55 .gcli-row-out h2, |
|
56 .gcli-row-out h3 { |
|
57 margin: 5px 0; |
|
58 } |
|
59 |
|
60 .gcli-row-out h1, |
|
61 .gcli-row-out h2, |
|
62 .gcli-row-out h3, |
|
63 .gcli-row-out h4, |
|
64 .gcli-row-out h5, |
|
65 .gcli-row-out th, |
|
66 .gcli-row-out strong, |
|
67 .gcli-row-out pre { |
|
68 color: hsl(210,30%,95%); |
|
69 } |
|
70 |
|
71 .gcli-row-out pre { |
|
72 font-size: 80%; |
|
73 } |
|
74 |
|
75 .gcli-row-out td { |
|
76 white-space: nowrap; |
|
77 } |
|
78 |
|
79 .gcli-out-shortcut, |
|
80 .gcli-help-synopsis { |
|
81 padding: 0 3px; |
|
82 margin: 0 4px; |
|
83 font-weight: normal; |
|
84 font-size: 90%; |
|
85 border-radius: 3px; |
|
86 background-color: hsl(209,23%,18%); |
|
87 border: 1px solid hsl(206,37%,4%); |
|
88 } |
|
89 |
|
90 .gcli-out-shortcut:before, |
|
91 .gcli-help-synopsis:before { |
|
92 color: hsl(210,30%,85%); |
|
93 -moz-padding-end: 2px; |
|
94 } |
|
95 |
|
96 .gcli-help-arrow { |
|
97 color: #666; |
|
98 } |
|
99 |
|
100 .gcli-help-description { |
|
101 margin: 0 20px; |
|
102 padding: 0; |
|
103 } |
|
104 |
|
105 .gcli-help-parameter { |
|
106 margin: 0 30px; |
|
107 padding: 0; |
|
108 } |
|
109 |
|
110 .gcli-help-header { |
|
111 margin: 10px 0 6px; |
|
112 } |
|
113 |
|
114 .gcli-menu-name { |
|
115 -moz-padding-start: 8px; |
|
116 } |
|
117 |
|
118 .gcli-menu-desc { |
|
119 -moz-padding-end: 8px; |
|
120 color: hsl(210,30%,75%); |
|
121 } |
|
122 |
|
123 .gcli-menu-name:hover, |
|
124 .gcli-menu-desc:hover { |
|
125 background-color: hsla(0,0%,0%,.3); |
|
126 } |
|
127 |
|
128 .gcli-menu-highlight, |
|
129 .gcli-menu-highlight:hover { |
|
130 background-color: hsla(0,100%,100%,.1); |
|
131 } |
|
132 |
|
133 .gcli-menu-typed { |
|
134 color: hsl(25,78%,50%); |
|
135 } |
|
136 |
|
137 .gcli-menu-more { |
|
138 font-size: 80%; |
|
139 text-align: right; |
|
140 -moz-padding-end: 8px; |
|
141 } |
|
142 |
|
143 .gcli-addon-disabled { |
|
144 opacity: 0.6; |
|
145 text-decoration: line-through; |
|
146 } |
|
147 |
|
148 .gcli-breakpoint-label { |
|
149 font-weight: bold; |
|
150 } |
|
151 |
|
152 .gcli-breakpoint-lineText { |
|
153 font-family: monospace; |
|
154 } |