Subversion-Projekte lars-tiefland.prado

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
/*
2
 * Copyright 2005 ThoughtWorks, Inc
3
 *
4
 *  Licensed under the Apache License, Version 2.0 (the "License");
5
 *  you may not use this file except in compliance with the License.
6
 *  You may obtain a copy of the License at
7
 *
8
 *      http://www.apache.org/licenses/LICENSE-2.0
9
 *
10
 *  Unless required by applicable law or agreed to in writing, software
11
 *  distributed under the License is distributed on an "AS IS" BASIS,
12
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
 *  See the License for the specific language governing permissions and
14
 *  limitations under the License.
15
 */
16
 
17
/*---( Layout )---*/
18
 
19
* {
20
}
21
 
22
body {
23
    overflow: auto;
24
    margin: 0px;
25
    padding: 0px;
26
}
27
 
28
td {
29
    position: static;
30
}
31
 
32
tr {
33
    vertical-align: top;
34
}
35
 
36
.layout {
37
    width: 100%;
38
    height: 100%;
39
    border-collapse: collapse;
40
}
41
 
42
.layout td {
43
    border: 0;
44
}
45
 
46
iframe {
47
    border: 0px;
48
    width: 100%;
49
    height: 100%;
50
    background: white;
51
    overflow: auto;
52
}
53
 
54
/*---( Style )---*/
55
 
56
body, html {
57
    font-family: Verdana, Arial, sans-serif;
58
}
59
 
60
.selenium th, .selenium td {
61
    border: 1px solid #999;
62
}
63
 
64
.header {
65
    background: #ccc;
66
    padding: 0;
67
    font-size: 90%;
68
}
69
 
70
#controlPanel {
71
    padding: 0.5ex;
72
    background: #eee;
73
    overflow: auto;
74
    font-size: 75%;
75
    text-align: center;
76
}
77
 
78
#controlPanel fieldset {
79
    margin: 0.3ex;
80
    padding: 0.3ex;
81
}
82
 
83
#controlPanel fieldset legend {
84
    color: black;
85
}
86
 
87
 
88
#controlPanel table {
89
    font-size: 100%;
90
}
91
 
92
#controlPanel th, #controlPanel td {
93
    border: 0;
94
}
95
 
96
h1 {
97
    margin: 0.2ex;
98
    font-size: 130%;
99
    font-weight: bold;
100
}
101
 
102
h2 {
103
    margin: 0.2ex;
104
    font-size: 80%;
105
    font-weight: normal;
106
}
107
 
108
.selenium a {
109
    color: black;
110
    text-decoration: none;
111
}
112
 
113
.selenium a:hover {
114
    text-decoration: underline;
115
}
116
 
117
button, label {
118
    cursor: pointer;
119
}
120
 
121
#stats {
122
    margin: 0.5em auto 0.5em auto;
123
}
124
 
125
#stats th, #stats td {
126
    text-align: left;
127
    padding-left: 2px;
128
}
129
 
130
#stats th {
131
    text-decoration: underline;
132
}
133
 
134
#stats td.count {
135
    font-weight: bold;
136
    text-align: right;
137
}
138
 
139
#testRuns {
140
    color: green;
141
}
142
 
143
#testFailures {
144
    color: red;
145
}
146
 
147
#commandPasses {
148
    color: green;
149
}
150
 
151
#commandFailures {
152
    color: red;
153
}
154
 
155
#commandErrors {
156
    color: #f90;
157
}
158
 
159
 
160
/*---( Logging Console )---*/
161
 
162
#logging-console {
163
    background: #fff;
164
    font-size: 75%;
165
}
166
 
167
#logging-console #banner {
168
    display: block;
169
    width: 100%;
170
    position: fixed;
171
    top: 0;
172
    background: #ddd;
173
    border-bottom: 1px solid #666;
174
}
175
 
176
#logging-console #logLevelChooser {
177
    float: right;
178
    margin: 3px;
179
}
180
 
181
#logging-console ul {
182
    list-style-type: none;
183
    margin: 0px;
184
    margin-top: 3em;
185
    padding-left: 5px;
186
}
187
 
188
#logging-console li {
189
    margin: 2px;
190
    border-top: 1px solid #ccc;
191
}
192
 
193
#logging-console li.error {
194
    font-weight: bold;
195
    color: red;
196
}
197
 
198
#logging-console li.warn {
199
    color: red;
200
}
201
 
202
#logging-console li.debug {
203
    color: green;
204
}
205
 
206
div.executionOptions {
207
    padding-left: 5em;
208
}
209
 
210
div.executionOptions label, div.executionOptions input {
211
    display: block;
212
    float: left;
213
}
214
 
215
div.executionOptions br {
216
    clear: left;
217
}
218
 
219
#speedSlider {
220
    text-align: left;
221
    margin: 0px auto;
222
    width: 260px;
223
    line-height: 0px;
224
    font-size: 0px;
225
    padding: 0px;
226
}
227
 
228
#speedSlider #speedTrack {
229
    background-color: #333;
230
    width: 260px;
231
    height: 2px;
232
    line-height: 2px;
233
    z-index: 1;
234
    border: 1px solid;
235
    border-color: #999 #ddd #ddd #999;
236
    cursor: pointer;
237
}
238
 
239
#speedSlider #speedHandle {
240
    width: 12px;
241
    top: -8px;
242
    background-color: #666;
243
    position: relative;
244
    margin: 0px;
245
    height: 8px;
246
    line-height: 8px;
247
    z-index: 1;
248
    border: 1px solid;
249
    border-color: #999 #333 #333 #999;
250
    cursor: pointer;
251
}