part 1 of syncing LCARStrek with browser windows/shared theme changes in FIrefox...
[themes.git] / LCARStrek / browser / devtools / netmonitor.css
CommitLineData
cc7e70eb
RK
1/* vim:set ts=2 sw=2 sts=2 et: */
2/* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5
6window {
7 padding: 0;
8}
9
cc7e70eb
RK
10#body {
11 background-color: #000000;
12}
13
e2734cc7
RK
14/* Network requests table */
15
16#requests-menu-empty-notice {
cc7e70eb
RK
17 background-color: #A09090;
18 border-radius: 8px;
19 padding: 12px;
20 font-size: 110%;
21 color: #000000;
22}
23
24#requests-menu-toolbar {
25}
26
f30073a6
RK
27#requests-menu-toolbar > .toolbar-box > .toolbar-startcap,
28#requests-menu-toolbar > .toolbar-box > .toolbar-endcap {
29 display: none;
30}
31
f30073a6
RK
32.requests-menu-header:first-child {
33 -moz-padding-start: 4px;
34 -moz-margin-start: 4px;
35}
36
cc7e70eb 37.requests-menu-subitem {
f30073a6 38 padding: 4px;
cc7e70eb
RK
39}
40
f30073a6 41.requests-menu-header:not(:last-child),
cc7e70eb
RK
42.requests-menu-subitem:not(:last-child) {
43 -moz-border-end: 1px solid #9C9CFF;
44}
45
f30073a6
RK
46.requests-menu-header-button,
47#requests-menu-status-button {
48 background-color: transparent;
49 border-radius: 0;
e2734cc7 50 min-width: 20px;
f30073a6 51 margin: 0;
e2734cc7 52 font-weight: inherit !important;
f30073a6 53 transition: background-color 0.1s ease-in-out;
cc7e70eb
RK
54}
55
f30073a6
RK
56.requests-menu-header-button > .button-box,
57#requests-menu-status-button > .button-box {
58 border-radius: 0;
624ebb51
RK
59 -moz-padding-start: 0;
60 -moz-padding-end: 0;
61 border: 0;
cc7e70eb
RK
62}
63
f30073a6
RK
64.requests-menu-header-button:hover {
65 background-color: #FFCF00;
cc7e70eb
RK
66}
67
f30073a6
RK
68.requests-menu-header-button:hover:active {
69 background-color: #FF9F00;
70}
71
72.requests-menu-header-button:not(:active)[sorted] {
cc7e70eb
RK
73 background-color: #008484;
74}
75
f30073a6
RK
76.requests-menu-header-button:not(:active)[sorted=ascending] {
77 background-image: radial-gradient(farthest-side at center top, rgba(0,0,0,.7), rgba(0,0,0,0.3));
78 background-size: 100% 1px;
79 background-repeat: no-repeat;
cc7e70eb
RK
80}
81
f30073a6
RK
82.requests-menu-header-button:not(:active)[sorted=descending] {
83 background-image: radial-gradient(farthest-side at center bottom, rgba(0,0,0,.7), rgba(0,0,0,0.3));
84 background-size: 100% 1px;
85 background-repeat: no-repeat;
86 background-position: bottom;
cc7e70eb
RK
87}
88
f30073a6
RK
89#requests-menu-status-button {
90 border: none;
91}
92
93#requests-menu-status-button > .button-box {
94 padding: 0;
95}
96
97/* Network requests table: specific column dimensions */
98
99.requests-menu-status-and-method {
100 width: 8em;
101}
102
103.requests-menu-status {
104 width: 10px;
105 height: 10px;
106 margin: 0px 2px;
cc7e70eb
RK
107}
108
109.requests-menu-method {
110 text-align: center;
111 font-weight: 600;
112}
113
114.requests-menu-file {
115 width: 16em;
116}
117
118.requests-menu-domain {
119 width: 16em;
120}
121
122.requests-menu-type {
123 text-align: center;
124 width: 4em;
125}
126
127.requests-menu-size {
128 text-align: center;
129 width: 8em;
130}
131
f30073a6
RK
132/* Network requests table: status codes */
133
134.requests-menu-status {
135 background-color: #A09090;
e2734cc7
RK
136 -moz-margin-start: 5px;
137 -moz-margin-end: 5px;
f30073a6
RK
138 border-radius: 20px;
139 border: 1px solid #000000;
140 transition: background-color 0.5s ease-in-out;
141}
142
143.requests-menu-status[code^="1"] {
144 background-color: #9C9CFF;
145}
146
147.requests-menu-status[code^="2"] {
148 background-color: #008484;
149}
150
151.requests-menu-status[code^="3"] {
152 background-color: #FF9F00;
153}
154
155.requests-menu-status[code^="4"] {
156 background-color: #FF0000;
157}
158
159.requests-menu-status[code^="5"] {
160 background-color: #6000CF;
161}
162
163/* Network requests table: waterfall header */
164
165#requests-menu-waterfall-label {
cc7e70eb
RK
166 -moz-padding-start: 8px;
167 -moz-padding-end: 8px;
cc7e70eb
RK
168}
169
f30073a6
RK
170.requests-menu-timings-division {
171 width: 100px;
172 padding-top: 1px;
173 -moz-padding-start: 4px;
174 -moz-border-start: 1px dotted #000000;
175 font-size: 90%;
f30073a6
RK
176 pointer-events: none;
177}
178
179.requests-menu-timings-division:not(:first-child) {
180 -moz-margin-start: -100px !important; /* Don't affect layout. */
181}
182
c4460289
RK
183.requests-menu-timings-division:-moz-locale-dir(ltr) {
184 transform-origin: left center;
185}
186
187.requests-menu-timings-division:-moz-locale-dir(rtl) {
188 transform-origin: right center;
189}
190
f30073a6 191/* Network requests table: waterfall items */
cc7e70eb
RK
192
193.requests-menu-subitem.requests-menu-waterfall {
194 -moz-padding-start: 4px;
195 -moz-padding-end: 4px;
f30073a6
RK
196 background-repeat: repeat-y; /* Background created on a <canvas> in js. */
197 margin-top: -1px; /* Compensate borders. */
198 margin-bottom: -1px;
cc7e70eb
RK
199}
200
c4460289
RK
201.requests-menu-subitem.requests-menu-waterfall:-moz-locale-dir(rtl) {
202 background-position: right center;
203}
204
205.requests-menu-timings:-moz-locale-dir(ltr) {
206 transform-origin: left center;
207}
208
209.requests-menu-timings:-moz-locale-dir(rtl) {
210 transform-origin: right center;
211}
212
213.requests-menu-timings-total:-moz-locale-dir(ltr) {
cc7e70eb
RK
214 transform-origin: left center;
215}
216
c4460289
RK
217.requests-menu-timings-total:-moz-locale-dir(rtl) {
218 transform-origin: right center;
219}
220
cc7e70eb
RK
221.requests-menu-timings-total {
222 -moz-padding-start: 8px;
223 font-size: 85%;
224 font-weight: 600;
cc7e70eb
RK
225}
226
227.requests-menu-timings-cap {
228 width: 4px;
229 height: 10px;
230 border: 1px solid #FFCF00;
231}
232
233.requests-menu-timings-cap.start {
234 -moz-border-end: none;
c4460289
RK
235}
236
237.requests-menu-timings-cap.end {
238 -moz-border-start: none;
239}
240
241.requests-menu-timings-cap.start:-moz-locale-dir(ltr) {
cc7e70eb
RK
242 border-radius: 4px 0 0 4px;
243 transform-origin: right center;
244}
245
c4460289 246.requests-menu-timings-cap.start:-moz-locale-dir(rtl) {
cc7e70eb
RK
247 -moz-border-start: none;
248 border-radius: 0 4px 4px 0;
249 transform-origin: left center;
250}
251
c4460289
RK
252.requests-menu-timings-cap.end:-moz-locale-dir(ltr) {
253 border-radius: 0 4px 4px 0;
254 transform-origin: left center;
255}
256
257.requests-menu-timings-cap.end:-moz-locale-dir(rtl) {
258 border-radius: 4px 0 0 4px;
259 transform-origin: right center;
260}
261
cc7e70eb
RK
262.requests-menu-timings-box {
263 height: 10px;
264 border-top: 1px solid #FFCF00;
265 border-bottom: 1px solid #FFCF00;
266}
267
268.requests-menu-timings-box.blocked,
269.requests-menu-timings-cap.blocked {
270 background-color: #FF0000;
271}
272
273.requests-menu-timings-box.dns,
274.requests-menu-timings-cap.dns {
275 background-color: #6000CF;
276}
277
278.requests-menu-timings-box.connect,
279.requests-menu-timings-cap.connect {
280 background-color: #FF9F00;
281}
282
283.requests-menu-timings-box.send,
284.requests-menu-timings-cap.send {
285 background-color: #FFCF00;
286}
287
288.requests-menu-timings-box.wait,
289.requests-menu-timings-cap.wait {
290 background-color: #9C9CFF;
291}
292
293.requests-menu-timings-box.receive,
294.requests-menu-timings-cap.receive {
295 background-color: #A09090;
296}
297
e2734cc7
RK
298/* SideMenuWidget */
299
cc7e70eb
RK
300.side-menu-widget-item:nth-child(even) {
301 background: rgba(255,159,0,0.1);
302}
303
304/* Network request details */
305
306#details-pane {
307 background-color: #000000;
308 max-width: 500px;
309}
310
311#details-pane-toggle {
312 list-style-image: url("chrome://browser/skin/devtools/debugger-collapse.png");
313 -moz-image-region: rect(0px,16px,16px,0px);
314}
315
316#details-pane-toggle[pane-collapsed] {
317 list-style-image: url("chrome://browser/skin/devtools/debugger-expand.png");
318}
319
320#details-pane-toggle:hover,
321#details-pane-toggle:hover:active {
322 -moz-image-region: rect(0px,32px,16px,16px);
323}
324
325/* Network request details tabpanels */
326
327.tabpanel-content {
328 background-color: #000000;
329 color: #FF9F00;
330}
331
332.tabpanel-summary-container {
333 padding: 1px;
334}
335
336.tabpanel-summary-label {
337 -moz-padding-start: 4px;
338 -moz-padding-end: 3px;
339 font-weight: 600;
340 color: #9C9CFF;
341}
342
343.tabpanel-summary-value {
344 -moz-padding-start: 3px;
cc7e70eb
RK
345}
346
347/* Headers tabpanel */
348
349#headers-summary-status,
350#headers-summary-version {
351 padding-bottom: 2px;
352}
353
354#headers-summary-size {
355 padding-top: 2px;
356}
357
e7c8bab1
RK
358#headers-summary-resend {
359 margin: 0 6px;
360/* min-height: 20px;*/
361}
362
cc7e70eb
RK
363/* Response tabpanel */
364
e2734cc7
RK
365#response-content-info-header {
366 background-color: #A09090;
367 color: #000000;
368 margin: 0;
369 padding: 5px 8px;
370}
371
cc7e70eb
RK
372#response-content-image-box {
373 padding-top: 10px;
374 padding-bottom: 10px;
375}
376
377#response-content-image {
378 background: #FFFFFF;
379 border: 1px dashed #A09090;
380 margin-bottom: 10px;
381}
382
383/* Timings tabpanel */
384
385#timings-tabpanel .tabpanel-summary-label {
386 width: 10em;
387}
388
389#timings-tabpanel .requests-menu-timings-box {
390 transition: transform 0.2s ease-out;
391 min-width: 1px;
392}
393
394#timings-tabpanel .requests-menu-timings-total {
395 transition: transform 0.2s ease-out;
396}
f30073a6 397
e7c8bab1
RK
398/* Custom request form */
399
400#custom-pane {
401 padding: 0.6em 0.5em;
402}
403
404.custom-header {
405 font-size: 1.1em;
406}
407
408.custom-section {
409 margin-top: 0.5em;
fe524e0c
RK
410}
411
412#custom-method-value {
413 width: 4.5em;
e7c8bab1
RK
414}
415
e2734cc7
RK
416/* Footer */
417
418#requests-menu-footer {
419 border-top: 1px solid #9C9CFF;
420 padding-top: 3px;
421}
422
423.requests-menu-footer-button,
424.requests-menu-footer-label {
425 min-width: 1em;
426 margin: 0;
427 -moz-margin-end: 3px;
428 border: none;
429 padding: 0px 1.5vw;
430/* color: #fff;*/
431}
432
433.requests-menu-footer-spacer {
434 min-width: 2px;
435}
436
437.requests-menu-footer-spacer,
438.requests-menu-footer-button {
439}
440
441.requests-menu-footer-button {
442}
443
444.requests-menu-footer-button:hover {
445}
446
447.requests-menu-footer-button:hover:active {
448}
449
450.requests-menu-footer-button:not(:active)[checked] {
451}
452
453.requests-menu-footer-label {
454 font-weight: 600;
455}
456
f30073a6
RK
457/* Responsive sidebar */
458@media (max-width: 700px) {
459 #requests-menu-toolbar {
460 height: 24px;
461 }
462
463 .requests-menu-header-button {
e2734cc7
RK
464 min-height: 23px; /* Remaining 1px comes from border of the toolbar. */
465 }
466
467 .requests-menu-footer-button,
468 .requests-menu-footer-label {
469 padding: 0px 2vw;
f30073a6
RK
470 }
471
472 #details-pane {
473 max-width: none;
474 margin: 0 !important;
475 /* To prevent all the margin hacks to hide the sidebar. */
476 }
477
478 .requests-menu-status-and-method {
e2734cc7 479 width: 16vw;
f30073a6
RK
480 }
481
482 .requests-menu-file,
483 .requests-menu-domain {
484 width: 30vw;
f30073a6
RK
485 }
486
487 .requests-menu-type {
488 width: 8vw;
489 }
490
491 .requests-menu-size {
492 width: 16vw;
493 border-width: 0 !important;
494 box-shadow: none !important;
495 /* The "Timeline" header is not visible anymore, and thus the
496 right border and box-shadow of "Size" column should be hidden. */
497 }
498}
499
500@media (min-width: 701px) {
501 #network-table[type-overflows] .requests-menu-domain {
502 border-width: 0 !important;
503 box-shadow: none !important;
504 /* The "Type" header is not visible anymore, and thus the
505 right border and box-shadow of "Domain" column should be hidden. */
506 }
507
508 #network-table[domain-overflows] .requests-menu-file {
509 border-width: 0 !important;
510 box-shadow: none !important;
511 /* The "Domain" header is not visible anymore, and thus the
512 right border and box-shadow of "File" column should be hidden. */
513 }
514}