~ideamonk/sahana-eden/latheme

« back to all changes in this revision

Viewing changes to static/selenium/core/domviewer/domviewer.css

  • Committer: Fran Boon
  • Date: 2009-01-21 00:06:49 UTC
  • Revision ID: flavour@partyvibe.com-20090121000649-9ja31auafrrd1051
Added Selenium into static along with some initial Tests (Register/Login)
Unit Tests started via 2 approaches: SeleniumRC & WebTest (Selenium more promising)
Updated code for PyLint recommendations
Remove unused files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/******************************************************************************
 
2
* Defines default styles for site pages.                                      *
 
3
******************************************************************************/
 
4
.hidden {
 
5
        display: none;
 
6
}
 
7
 
 
8
img{
 
9
    display: inline;
 
10
        border: none;
 
11
}
 
12
 
 
13
.box{
 
14
        background: #fcfcfc;
 
15
    border: 1px solid #000;
 
16
        border-color: blue;
 
17
    color: #000000;
 
18
        margin: 10px auto;
 
19
    padding: 3px;
 
20
        vertical-align: bottom;
 
21
}
 
22
a {
 
23
  text-decoration: none;
 
24
}
 
25
 
 
26
body {
 
27
  background-color: #ffffff;
 
28
  color: #000000;
 
29
  font-family: Arial, Helvetica, sans-serif;
 
30
  font-size: 10pt;
 
31
}
 
32
 
 
33
h2 {
 
34
  font-size: 140%;
 
35
}
 
36
 
 
37
h3 {
 
38
  font-size: 120%;
 
39
}
 
40
 
 
41
h4 {
 
42
  font-size: 100%;
 
43
}
 
44
 
 
45
pre {
 
46
  font-family: Courier New, Courier, monospace;
 
47
  font-size: 80%;
 
48
}
 
49
 
 
50
td, th {
 
51
  font-family: Arial, Helvetica, sans-serif;
 
52
  font-size: 10pt;
 
53
  text-align: left;
 
54
  vertical-align: top;
 
55
}
 
56
 
 
57
th {
 
58
  font-weight: bold;
 
59
  vertical-align: bottom;
 
60
}
 
61
 
 
62
ul {
 
63
  list-style-type: square;
 
64
}
 
65
 
 
66
#demoBox {
 
67
  border-color: #000000;
 
68
  border-style: solid;
 
69
  border-width: 1px;
 
70
  padding: 8px;
 
71
  width: 24em;
 
72
}
 
73
 
 
74
.footer {
 
75
  margin-bottom: 0px;
 
76
  text-align: center;
 
77
}
 
78
 
 
79
/* Boxed table styles */
 
80
 
 
81
table.boxed {
 
82
  border-spacing: 2px;
 
83
  empty-cells: hide;
 
84
}
 
85
 
 
86
td.boxed, th.boxed, th.boxedHeader {
 
87
  background-color: #ffffff;
 
88
  border-color: #000000;
 
89
  border-style: solid;
 
90
  border-width: 1px;
 
91
  color: #000000;
 
92
  padding: 2px;
 
93
  padding-left: 8px;
 
94
  padding-right: 8px;
 
95
}
 
96
 
 
97
th.boxed {
 
98
  background-color: #c0c0c0;
 
99
}
 
100
 
 
101
th.boxedHeader {
 
102
  background-color: #808080;
 
103
  color: #ffffff;
 
104
}
 
105
 
 
106
a.object {
 
107
  color: #0000ff;
 
108
}
 
109
 
 
110
li {
 
111
  white-space: nowrap;
 
112
}
 
113
 
 
114
ul {
 
115
  list-style-type: square;
 
116
  margin-left: 0px;
 
117
  padding-left: 1em;
 
118
}
 
119
 
 
120
.boxlevel1{
 
121
        background: #FFD700;
 
122
}
 
123
 
 
124
.boxlevel2{
 
125
        background: #D2691E;
 
126
}
 
127
 
 
128
.boxlevel3{
 
129
        background: #DCDCDC;
 
130
}
 
131
 
 
132
.boxlevel4{
 
133
        background: #F5F5F5;
 
134
}
 
135
 
 
136
.boxlevel5{
 
137
        background: #BEBEBE;
 
138
}
 
139
 
 
140
.boxlevel6{
 
141
        background: #D3D3D3;
 
142
}
 
143
 
 
144
.boxlevel7{
 
145
        background: #A9A9A9;
 
146
}
 
147
 
 
148
.boxlevel8{
 
149
        background: #191970;
 
150
}
 
151
 
 
152
.boxlevel9{
 
153
        background: #000080;
 
154
}
 
155
 
 
156
.boxlevel10{
 
157
        background: #6495ED;
 
158
}
 
159
 
 
160
.boxlevel11{
 
161
        background: #483D8B;
 
162
}
 
163
 
 
164
.boxlevel12{
 
165
        background: #6A5ACD;
 
166
}
 
167
 
 
168
.boxlevel13{
 
169
        background: #7B68EE;
 
170
}
 
171
 
 
172
.boxlevel14{
 
173
        background: #8470FF;
 
174
}
 
175
 
 
176
.boxlevel15{
 
177
        background: #0000CD;
 
178
}
 
179
 
 
180
.boxlevel16{
 
181
        background: #4169E1;
 
182
}
 
183
 
 
184
.boxlevel17{
 
185
        background: #0000FF;
 
186
}
 
187
 
 
188
.boxlevel18{
 
189
        background: #1E90FF;
 
190
}
 
191
 
 
192
.boxlevel19{
 
193
        background: #00BFFF;
 
194
}
 
195
 
 
196
.boxlevel20{
 
197
        background: #87CEEB;
 
198
}
 
199
 
 
200
.boxlevel21{
 
201
        background: #B0C4DE;
 
202
}
 
203
 
 
204
.boxlevel22{
 
205
        background: #ADD8E6;
 
206
}
 
207
 
 
208
.boxlevel23{
 
209
        background: #00CED1;
 
210
}
 
211
 
 
212
.boxlevel24{
 
213
        background: #48D1CC;
 
214
}
 
215
 
 
216
.boxlevel25{
 
217
        background: #40E0D0;
 
218
}
 
219
 
 
220
.boxlevel26{
 
221
        background: #008B8B;
 
222
}
 
223
 
 
224
.boxlevel27{
 
225
        background: #00FFFF;
 
226
}
 
227
 
 
228
.boxlevel28{
 
229
        background: #E0FFFF;
 
230
}
 
231
 
 
232
.boxlevel29{
 
233
        background: #5F9EA0;
 
234
}
 
235
 
 
236
.boxlevel30{
 
237
        background: #66CDAA;
 
238
}
 
239
 
 
240
.boxlevel31{
 
241
        background: #7FFFD4;
 
242
}
 
243
 
 
244
.boxlevel32{
 
245
        background: #006400;
 
246
}
 
247
 
 
248
.boxlevel33{
 
249
        background: #556B2F;
 
250
}
 
251
 
 
252
.boxlevel34{
 
253
        background: #8FBC8F;
 
254
}
 
255
 
 
256
.boxlevel35{
 
257
        background: #2E8B57;
 
258
}
 
259
 
 
260
.boxlevel36{
 
261
        background: #3CB371;
 
262
}
 
263
 
 
264
.boxlevel37{
 
265
        background: #20B2AA;
 
266
}
 
267
 
 
268
.boxlevel38{
 
269
        background: #00FF7F;
 
270
}
 
271
 
 
272
.boxlevel39{
 
273
        background: #7CFC00;
 
274
}
 
275
 
 
276
.boxlevel40{
 
277
        background: #90EE90;
 
278
}
 
279
 
 
280
.boxlevel41{
 
281
        background: #00FF00;
 
282
}
 
283
 
 
284
.boxlevel41{
 
285
        background: #7FFF00;
 
286
}
 
287
 
 
288
.boxlevel42{
 
289
        background: #00FA9A;
 
290
}
 
291
 
 
292
.boxlevel43{
 
293
        background: #ADFF2F;
 
294
}
 
295
 
 
296
.boxlevel44{
 
297
        background: #32CD32;
 
298
}
 
 
b'\\ No newline at end of file'