| 1 |
efrain |
1 |
.yui3-skin-sam .yui3-console-separate {
|
|
|
2 |
position:absolute;
|
|
|
3 |
right:1em;
|
|
|
4 |
top:1em;
|
|
|
5 |
z-index:999;
|
|
|
6 |
}
|
|
|
7 |
|
|
|
8 |
.yui3-skin-sam .yui3-console-inline {
|
|
|
9 |
/* xbrowser inline-block styles */
|
|
|
10 |
display: -moz-inline-stack; /* FF2 */
|
|
|
11 |
display: inline-block;
|
|
|
12 |
*display: inline; /* IE 7- (with zoom) */
|
|
|
13 |
zoom: 1;
|
|
|
14 |
vertical-align: top;
|
|
|
15 |
}
|
|
|
16 |
.yui3-skin-sam .yui3-console-inline .yui3-console-content {
|
|
|
17 |
position: relative;
|
|
|
18 |
}
|
|
|
19 |
|
|
|
20 |
.yui3-skin-sam .yui3-console-content {
|
|
|
21 |
background: #777;
|
|
|
22 |
_background: #D8D8DA url(bg.png) repeat-x 0 0;
|
|
|
23 |
font: normal 13px/1.3 Arial, sans-serif;
|
|
|
24 |
text-align: left;
|
|
|
25 |
|
|
|
26 |
border: 1px solid #777;
|
|
|
27 |
border-radius: 10px;
|
|
|
28 |
-moz-border-radius: 10px;
|
|
|
29 |
-webkit-border-radius: 10px;
|
|
|
30 |
}
|
|
|
31 |
|
|
|
32 |
.yui3-skin-sam .yui3-console-hd,
|
|
|
33 |
.yui3-skin-sam .yui3-console-bd,
|
|
|
34 |
.yui3-skin-sam .yui3-console-ft {
|
|
|
35 |
position: relative;
|
|
|
36 |
}
|
|
|
37 |
|
|
|
38 |
.yui3-skin-sam .yui3-console-hd,
|
|
|
39 |
.yui3-skin-sam .yui3-console-ft .yui3-console-controls {
|
|
|
40 |
text-align: right;
|
|
|
41 |
}
|
|
|
42 |
|
|
|
43 |
.yui3-skin-sam .yui3-console-hd {
|
|
|
44 |
background: #D8D8DA url(bg.png) repeat-x 0 0;
|
|
|
45 |
padding: 1ex;
|
|
|
46 |
|
|
|
47 |
border: 1px solid transparent;
|
|
|
48 |
_border: 0 none;
|
|
|
49 |
border-top-right-radius: 10px;
|
|
|
50 |
border-top-left-radius: 10px;
|
|
|
51 |
-moz-border-radius-topright: 10px;
|
|
|
52 |
-moz-border-radius-topleft: 10px;
|
|
|
53 |
-webkit-border-top-right-radius: 10px;
|
|
|
54 |
-webkit-border-top-left-radius: 10px;
|
|
|
55 |
}
|
|
|
56 |
|
|
|
57 |
.yui3-skin-sam .yui3-console-bd {
|
|
|
58 |
background: #fff;
|
|
|
59 |
border-top: 1px solid #777;
|
|
|
60 |
border-bottom: 1px solid #777;
|
|
|
61 |
color: #000;
|
|
|
62 |
font-size: 11px;
|
|
|
63 |
overflow: auto;
|
|
|
64 |
overflow-x: auto;
|
|
|
65 |
overflow-y: scroll;
|
|
|
66 |
_width: 100%;
|
|
|
67 |
}
|
|
|
68 |
|
|
|
69 |
.yui3-skin-sam .yui3-console-ft {
|
|
|
70 |
background: #D8D8DA url(bg.png) repeat-x 0 0;
|
|
|
71 |
|
|
|
72 |
border: 1px solid transparent;
|
|
|
73 |
_border: 0 none;
|
|
|
74 |
border-bottom-right-radius: 10px;
|
|
|
75 |
border-bottom-left-radius: 10px;
|
|
|
76 |
-moz-border-radius-bottomright: 10px;
|
|
|
77 |
-moz-border-radius-bottomleft: 10px;
|
|
|
78 |
-webkit-border-bottom-right-radius: 10px;
|
|
|
79 |
-webkit-border-bottom-left-radius: 10px;
|
|
|
80 |
}
|
|
|
81 |
|
|
|
82 |
.yui3-skin-sam .yui3-console-controls {
|
|
|
83 |
padding: 4px 1ex;
|
|
|
84 |
zoom: 1;
|
|
|
85 |
}
|
|
|
86 |
|
|
|
87 |
.yui3-skin-sam .yui3-console-title {
|
|
|
88 |
color: #000;
|
|
|
89 |
display: inline;
|
|
|
90 |
float: left;
|
|
|
91 |
font-weight: bold;
|
|
|
92 |
font-size: 13px;
|
|
|
93 |
height: 24px;
|
|
|
94 |
line-height: 24px;
|
|
|
95 |
margin: 0;
|
|
|
96 |
padding-left: 1ex;
|
|
|
97 |
}
|
|
|
98 |
|
|
|
99 |
.yui3-skin-sam .yui3-console-pause-label {
|
|
|
100 |
float: left;
|
|
|
101 |
}
|
|
|
102 |
.yui3-skin-sam .yui3-console-button {
|
|
|
103 |
line-height: 1.3;
|
|
|
104 |
}
|
|
|
105 |
|
|
|
106 |
.yui3-skin-sam .yui3-console-collapsed .yui3-console-bd,
|
|
|
107 |
.yui3-skin-sam .yui3-console-collapsed .yui3-console-ft {
|
|
|
108 |
display: none;
|
|
|
109 |
}
|
|
|
110 |
.yui3-skin-sam .yui3-console-content.yui3-console-collapsed {
|
|
|
111 |
-webkit-border-radius: 0;
|
|
|
112 |
}
|
|
|
113 |
.yui3-skin-sam .yui3-console-collapsed .yui3-console-hd {
|
|
|
114 |
border-radius: 10px;
|
|
|
115 |
-moz-border-radius: 10px;
|
|
|
116 |
-webkit-border-radius: 0;
|
|
|
117 |
}
|
|
|
118 |
|
|
|
119 |
/* Log entries */
|
|
|
120 |
.yui3-skin-sam .yui3-console-entry {
|
|
|
121 |
border-bottom: 1px solid #aaa;
|
|
|
122 |
min-height: 32px;
|
|
|
123 |
_height: 32px;
|
|
|
124 |
}
|
|
|
125 |
|
|
|
126 |
.yui3-skin-sam .yui3-console-entry-meta {
|
|
|
127 |
margin: 0;
|
|
|
128 |
overflow: hidden;
|
|
|
129 |
}
|
|
|
130 |
|
|
|
131 |
.yui3-skin-sam .yui3-console-entry-content {
|
|
|
132 |
margin: 0;
|
|
|
133 |
padding: 0 1ex;
|
|
|
134 |
white-space: pre-wrap;
|
|
|
135 |
word-wrap: break-word;
|
|
|
136 |
}
|
|
|
137 |
|
|
|
138 |
.yui3-skin-sam .yui3-console-entry-meta .yui3-console-entry-src {
|
|
|
139 |
color: #000;
|
|
|
140 |
font-style: italic;
|
|
|
141 |
font-weight: bold;
|
|
|
142 |
float: right;
|
|
|
143 |
margin: 2px 5px 0 0;
|
|
|
144 |
}
|
|
|
145 |
.yui3-skin-sam .yui3-console-entry-meta .yui3-console-entry-time {
|
|
|
146 |
color: #777;
|
|
|
147 |
padding-left: 1ex;
|
|
|
148 |
}
|
|
|
149 |
.yui3-skin-sam .yui3-console-entry-warn .yui3-console-entry-meta .yui3-console-entry-time {
|
|
|
150 |
color: #555;
|
|
|
151 |
}
|
|
|
152 |
|
|
|
153 |
.yui3-skin-sam .yui3-console-entry-info .yui3-console-entry-meta .yui3-console-entry-cat,
|
|
|
154 |
.yui3-skin-sam .yui3-console-entry-warn .yui3-console-entry-meta .yui3-console-entry-cat,
|
|
|
155 |
.yui3-skin-sam .yui3-console-entry-error .yui3-console-entry-meta .yui3-console-entry-cat {
|
|
|
156 |
display: none;
|
|
|
157 |
}
|
|
|
158 |
.yui3-skin-sam .yui3-console-entry-warn {
|
|
|
159 |
background: #aee url(warn_error.png) no-repeat -15px 15px;
|
|
|
160 |
}
|
|
|
161 |
.yui3-skin-sam .yui3-console-entry-error {
|
|
|
162 |
background: #ffa url(warn_error.png) no-repeat 5px -24px;
|
|
|
163 |
color: #900;
|
|
|
164 |
}
|
|
|
165 |
.yui3-skin-sam .yui3-console-entry-warn .yui3-console-entry-content,
|
|
|
166 |
.yui3-skin-sam .yui3-console-entry-error .yui3-console-entry-content {
|
|
|
167 |
padding-left: 24px;
|
|
|
168 |
}
|
|
|
169 |
.yui3-skin-sam .yui3-console-entry-cat {
|
|
|
170 |
text-transform: uppercase;
|
|
|
171 |
padding: 1px 4px;
|
|
|
172 |
background-color: #ccc;
|
|
|
173 |
}
|
|
|
174 |
.yui3-skin-sam .yui3-console-entry-info .yui3-console-entry-cat {
|
|
|
175 |
background-color: #ac2;
|
|
|
176 |
}
|
|
|
177 |
.yui3-skin-sam .yui3-console-entry-warn .yui3-console-entry-cat {
|
|
|
178 |
background-color: #e81;
|
|
|
179 |
}
|
|
|
180 |
.yui3-skin-sam .yui3-console-entry-error .yui3-console-entry-cat {
|
|
|
181 |
background-color: #b00;
|
|
|
182 |
color: #fff;
|
|
|
183 |
}
|
|
|
184 |
|
|
|
185 |
.yui3-skin-sam .yui3-console-hidden { display: none; }
|