Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

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