]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dojo/_firebug/firebug.css
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / 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: 14px;
21         border-top: 1px solid ThreeDHighlight;
22         border-bottom: 1px solid ThreeDShadow;
23         padding: 2px 6px;
24         background: ThreeDFace;
25 }
26 .firebug .firebugToolbarRight {
27         position: absolute;
28         top: 4px;
29         right: 6px;
30 }
31 .firebug #firebugLog, .firebug #objectLog {
32         overflow: auto;
33         position: absolute;
34         left: 0;
35         width: 100%;
36 }
37 #objectLog{
38         overflow:scroll;
39         height:258px;
40 }
41 .firebug #firebugCommandLine {
42         position: absolute;
43         bottom: 0;
44         left: 0;
45         width: 100%;
46         height: 18px;
47         border: none;
48         border-top: 1px solid ThreeDShadow;
49 }
50 .firebug .logRow {
51         position: relative;
52         border-bottom: 1px solid #D7D7D7;
53         padding: 2px 4px 1px 6px;
54         background-color: #FFFFFF;
55 }
56 .firebug .logRow-command {
57         font-family: Monaco, monospace;
58         color: blue;
59 }
60 .firebug .objectBox-null {
61         padding: 0 2px;
62         border: 1px solid #666666;
63         background-color: #888888;
64         color: #FFFFFF;
65 }
66 .firebug .objectBox-string {
67         font-family: Monaco, monospace;
68         color: red;
69         white-space: pre;
70 }
71 .firebug .objectBox-number {
72         color: #000088;
73 }
74 .firebug .objectBox-function {
75         font-family: Monaco, monospace;
76         color: DarkGreen;
77 }
78 .firebug .objectBox-object {
79         color: DarkGreen;
80         font-weight: bold;
81 }
82 .firebug .logRow-info,
83 .firebug .logRow-error,
84 .firebug .logRow-warning
85  {
86         background: #00FFFF no-repeat 2px 2px;
87         padding-left: 20px;
88         padding-bottom: 3px;
89 }
90 .firebug .logRow-info {
91         background: #FFF url(infoIcon.png) no-repeat 2px 2px;
92         padding-left: 20px;
93         padding-bottom: 3px;
94 }
95 .firebug .logRow-warning {
96         
97         background: #00FFFF url(warningIcon.png) no-repeat 2px 2px;
98         padding-left: 20px;
99         padding-bottom: 3px;
100 }
101 .firebug .logRow-error {
102         background: LightYellow url(errorIcon.png) no-repeat 2px 2px;
103         padding-left: 20px;
104         padding-bottom: 3px;
105 }
106 .firebug .errorMessage {
107         vertical-align: top;
108         color: #FF0000;
109 }
110 .firebug .objectBox-sourceLink {
111         position: absolute;
112         right: 4px;
113         top: 2px;
114         padding-left: 8px;
115         font-family: Lucida Grande, sans-serif;
116         font-weight: bold;
117         color: #0000FF;
118 }
119 .firebug .logRow-group {
120         background: #EEEEEE;
121         border-bottom: none;
122 }
123 .firebug .logGroup {
124         background: #EEEEEE;
125 }
126 .firebug .logGroupBox {
127         margin-left: 24px;
128         border-top: 1px solid #D7D7D7;
129         border-left: 1px solid #D7D7D7;
130 }
131 .firebug .selectorTag,
132 .firebug .selectorId,
133 .firebug .selectorClass {
134         font-family: Monaco, monospace;
135         font-weight: normal;
136 }
137 .firebug .selectorTag {
138         color: #0000FF;
139 }
140 .firebug .selectorId {
141         color: DarkBlue;
142 }
143 .firebug .selectorClass {
144         color: red;
145 }
146 .firebug .objectBox-element {
147         font-family: Monaco, monospace;
148         color: #000088;
149 }
150 .firebug .nodeChildren {
151         margin-left: 16px;
152 }
153 .firebug .nodeTag {
154         color: blue;
155 }
156 .firebug .nodeValue {
157         color: #FF0000;
158         font-weight: normal;
159 }
160 .firebug .nodeText,
161 .firebug .nodeComment {
162         margin: 0 2px;
163         vertical-align: top;
164 }
165 .firebug .nodeText {
166         color: #333333;
167 }
168 .firebug .nodeComment {
169         color: DarkGreen;
170 }
171 .firebug .propertyNameCell {
172         vertical-align: top;
173 }
174 .firebug .propertyName {
175         font-weight: bold;
176 }