Chris@0
|
1 /* See license.txt for terms of usage */
|
Chris@0
|
2
|
Chris@0
|
3 .firebugHighlight {
|
Chris@0
|
4 z-index: 2147483647;
|
Chris@0
|
5 position: absolute;
|
Chris@0
|
6 background-color: #3875d7;
|
Chris@0
|
7 }
|
Chris@0
|
8
|
Chris@0
|
9 .firebugLayoutBoxParent {
|
Chris@0
|
10 z-index: 2147483647;
|
Chris@0
|
11 position: absolute;
|
Chris@0
|
12 border-right: 1px dashed #BBBBBB;
|
Chris@0
|
13 border-bottom: 1px dashed #BBBBBB;
|
Chris@0
|
14 }
|
Chris@0
|
15
|
Chris@0
|
16 .firebugRulerH {
|
Chris@0
|
17 position: absolute;
|
Chris@0
|
18 top: -15px;
|
Chris@0
|
19 left: 0;
|
Chris@0
|
20 width: 100%;
|
Chris@0
|
21 height: 14px;
|
Chris@0
|
22 background: url(chrome://firebug/skin/rulerH.png) repeat-x;
|
Chris@0
|
23 border-top: 1px solid #BBBBBB;
|
Chris@0
|
24 border-right: 1px dashed #BBBBBB;
|
Chris@0
|
25 border-bottom: 1px solid #000000;
|
Chris@0
|
26 }
|
Chris@0
|
27
|
Chris@0
|
28 .firebugRulerV {
|
Chris@0
|
29 position: absolute;
|
Chris@0
|
30 top: 0;
|
Chris@0
|
31 left: -15px;
|
Chris@0
|
32 width: 14px;
|
Chris@0
|
33 height: 100%;
|
Chris@0
|
34 background: url(chrome://firebug/skin/rulerV.png) repeat-y;
|
Chris@0
|
35 border-left: 1px solid #BBBBBB;
|
Chris@0
|
36 border-right: 1px solid #000000;
|
Chris@0
|
37 border-bottom: 1px dashed #BBBBBB;
|
Chris@0
|
38 }
|
Chris@0
|
39
|
Chris@0
|
40 .overflowRulerX > .firebugRulerV {
|
Chris@0
|
41 left: 0;
|
Chris@0
|
42 }
|
Chris@0
|
43
|
Chris@0
|
44 .overflowRulerY > .firebugRulerH {
|
Chris@0
|
45 top: 0;
|
Chris@0
|
46 }
|
Chris@0
|
47
|
Chris@0
|
48 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
Chris@0
|
49
|
Chris@0
|
50 .firebugLayoutBoxOffset {
|
Chris@0
|
51 z-index: 2147483647;
|
Chris@0
|
52 position: absolute;
|
Chris@0
|
53 opacity: 0.8;
|
Chris@0
|
54 }
|
Chris@0
|
55
|
Chris@0
|
56 .firebugLayoutBoxMargin {
|
Chris@0
|
57 background-color: #EDFF64;
|
Chris@0
|
58 }
|
Chris@0
|
59
|
Chris@0
|
60 .firebugLayoutBoxBorder {
|
Chris@0
|
61 background-color: #666666;
|
Chris@0
|
62 }
|
Chris@0
|
63
|
Chris@0
|
64 .firebugLayoutBoxPadding {
|
Chris@0
|
65 background-color: SlateBlue;
|
Chris@0
|
66 }
|
Chris@0
|
67
|
Chris@0
|
68 .firebugLayoutBoxContent {
|
Chris@0
|
69 background-color: SkyBlue;
|
Chris@0
|
70 }
|
Chris@0
|
71
|
Chris@0
|
72 /*.firebugHighlightGroup .firebugLayoutBox {
|
Chris@0
|
73 background-color: transparent;
|
Chris@0
|
74 }
|
Chris@0
|
75
|
Chris@0
|
76 .firebugHighlightBox {
|
Chris@0
|
77 background-color: Blue !important;
|
Chris@0
|
78 }*/
|
Chris@0
|
79
|
Chris@0
|
80 .firebugLayoutLine {
|
Chris@0
|
81 z-index: 2147483647;
|
Chris@0
|
82 background-color: #000000;
|
Chris@0
|
83 opacity: 0.4;
|
Chris@0
|
84 }
|
Chris@0
|
85
|
Chris@0
|
86 .firebugLayoutLineLeft,
|
Chris@0
|
87 .firebugLayoutLineRight {
|
Chris@0
|
88 position: fixed;
|
Chris@0
|
89 width: 1px;
|
Chris@0
|
90 height: 100%;
|
Chris@0
|
91 }
|
Chris@0
|
92
|
Chris@0
|
93 .firebugLayoutLineTop,
|
Chris@0
|
94 .firebugLayoutLineBottom {
|
Chris@0
|
95 position: absolute;
|
Chris@0
|
96 width: 100%;
|
Chris@0
|
97 height: 1px;
|
Chris@0
|
98 }
|
Chris@0
|
99
|
Chris@0
|
100 .firebugLayoutLineTop {
|
Chris@0
|
101 margin-top: -1px;
|
Chris@0
|
102 border-top: 1px solid #999999;
|
Chris@0
|
103 }
|
Chris@0
|
104
|
Chris@0
|
105 .firebugLayoutLineRight {
|
Chris@0
|
106 border-right: 1px solid #999999;
|
Chris@0
|
107 }
|
Chris@0
|
108
|
Chris@0
|
109 .firebugLayoutLineBottom {
|
Chris@0
|
110 border-bottom: 1px solid #999999;
|
Chris@0
|
111 }
|
Chris@0
|
112
|
Chris@0
|
113 .firebugLayoutLineLeft {
|
Chris@0
|
114 margin-left: -1px;
|
Chris@0
|
115 border-left: 1px solid #999999;
|
Chris@0
|
116 }
|