]> git.wh0rd.org - tt-rss.git/blob - lib/dojo/_firebug/firebug.css
2012e067481c06967cc874d9ffd8bd41ee3acf30
[tt-rss.git] / lib / dojo / _firebug / firebug.css
1 .firebug {
2 margin: 0;
3 background:#fff;
4 font-family: Lucida Grande, Tahoma, sans-serif;
5 font-size: 11px;
6 overflow: hidden;
7 border: 1px solid black;
8 position: relative;
9 }
10 .firebug a {
11 text-decoration: none;
12 }
13 .firebug a:hover {
14 text-decoration: underline;
15 }
16 .firebug a:visited{
17 color:#0000FF;
18 }
19 .firebug #firebugToolbar {
20 height: 18px;
21 line-height:18px;
22 border-top: 1px solid ThreeDHighlight;
23 border-bottom: 1px solid ThreeDShadow;
24 padding: 2px 6px;
25
26 background:#f0f0f0;
27 }
28
29 .firebug #firebugLog, .firebug #objectLog {
30 overflow: auto;
31 position: absolute;
32 left: 0;
33 width: 100%;
34 }
35 #objectLog{
36 overflow:scroll;
37 height:258px;
38 }
39 .firebug #firebugCommandLine {
40 position: absolute;
41 bottom: 0;
42 left: 0;
43 width: 100%;
44 height: 18px;
45 border: none;
46 border-top: 1px solid ThreeDShadow;
47 }
48 .firebug .logRow {
49 position: relative;
50 border-bottom: 1px solid #D7D7D7;
51 padding: 2px 4px 1px 6px;
52 background-color: #FFFFFF;
53 }
54 .firebug .logRow-command {
55 font-family: Monaco, monospace;
56 color: blue;
57 }
58 .firebug .objectBox-null {
59 padding: 0 2px;
60 border: 1px solid #666666;
61 background-color: #888888;
62 color: #FFFFFF;
63 }
64 .firebug .objectBox-string {
65 font-family: Monaco, monospace;
66 color: red;
67 white-space: pre;
68 }
69 .firebug .objectBox-number {
70 color: #000088;
71 }
72 .firebug .objectBox-function {
73 font-family: Monaco, monospace;
74 color: DarkGreen;
75 }
76 .firebug .objectBox-object {
77 color: DarkGreen;
78 font-weight: bold;
79 }
80 .firebug .logRow-info,
81 .firebug .logRow-error,
82 .firebug .logRow-warning
83 {
84 background: #00FFFF no-repeat 2px 2px;
85 padding-left: 20px;
86 padding-bottom: 3px;
87 }
88 .firebug .logRow-info {
89 background: #FFF url(infoIcon.png) no-repeat 2px 2px;
90 padding-left: 20px;
91 padding-bottom: 3px;
92 }
93 .firebug .logRow-warning {
94
95 background: #00FFFF url(warningIcon.png) no-repeat 2px 2px;
96 padding-left: 20px;
97 padding-bottom: 3px;
98 }
99 .firebug .logRow-error {
100 background: LightYellow url(errorIcon.png) no-repeat 2px 2px;
101 padding-left: 20px;
102 padding-bottom: 3px;
103 }
104 .firebug .errorMessage {
105 vertical-align: top;
106 color: #FF0000;
107 }
108 .firebug .objectBox-sourceLink {
109 position: absolute;
110 right: 4px;
111 top: 2px;
112 padding-left: 8px;
113 font-family: Lucida Grande, sans-serif;
114 font-weight: bold;
115 color: #0000FF;
116 }
117 .firebug .logRow-group {
118 background: #EEEEEE;
119 border-bottom: none;
120 }
121 .firebug .logGroup {
122 background: #EEEEEE;
123 }
124 .firebug .logGroupBox {
125 margin-left: 24px;
126 border-top: 1px solid #D7D7D7;
127 border-left: 1px solid #D7D7D7;
128 }
129 .firebug .selectorTag,
130 .firebug .selectorId,
131 .firebug .selectorClass {
132 font-family: Monaco, monospace;
133 font-weight: normal;
134 }
135 .firebug .selectorTag {
136 color: #0000FF;
137 }
138 .firebug .selectorId {
139 color: DarkBlue;
140 }
141 .firebug .selectorClass {
142 color: red;
143 }
144 .firebug .objectBox-element {
145 font-family: Monaco, monospace;
146 color: #000088;
147 }
148 .firebug .nodeChildren {
149 margin-left: 16px;
150 }
151 .firebug .nodeTag {
152 color: blue;
153 }
154 .firebug .nodeValue {
155 color: #FF0000;
156 font-weight: normal;
157 }
158 .firebug .nodeText,
159 .firebug .nodeComment {
160 margin: 0 2px;
161 vertical-align: top;
162 }
163 .firebug .nodeText {
164 color: #333333;
165 }
166 .firebug .nodeComment {
167 color: DarkGreen;
168 }
169 .firebug .propertyNameCell {
170 vertical-align: top;
171 }
172 .firebug .propertyName {
173 font-weight: bold;
174 }
175
176 /* tabs */
177 #firebugToolbar ul.tabs{
178 margin:0 !important;
179 padding:0;
180 }
181 #firebugToolbar ul.tabs li{
182 list-style:none;
183 background:transparent url(tab_lft_norm.png) no-repeat left;
184 line-height:18px;
185 float:left;
186 margin-left:5px;
187 }
188 #firebugToolbar ul.tabs li.right{
189 float:right;
190 margin-right:5px;
191 margin-left:0;
192 }
193 #firebugToolbar ul.tabs li.gap{
194 margin-left:20px;
195 }
196 #firebugToolbar .tabs a{
197 text-decoration:none;
198 background:transparent url(tab_rgt_norm.png) no-repeat right;
199 line-height:18px;
200 padding:3px 9px 4px 0px;
201 margin-left:9px;
202 color:#333333;
203 }
204 #firebugToolbar .tabs li:hover{
205 background:transparent url(tab_lft_over.png) no-repeat left;
206 }
207 #firebugToolbar .tabs a:hover{
208 text-decoration:none;
209 background:transparent url(tab_rgt_over.png) no-repeat right;
210 color:#FFFFFF;
211 }