~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to html/user/white.css

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*   General   */
2
 
 
3
1
a, a:link, a:visited, a:active {
4
 
    color: #0069A1; 
5
 
    text-decoration: none;
 
2
        color: #0069A1;
6
3
}
7
4
 
8
 
a:hover { text-decoration: underline; }
9
 
 
10
5
body {
11
 
    background-image: url("img/gray_gradient.png");
12
 
    background-repeat: repeat-x;
13
 
    background-color: white;
14
 
    font-family: Verdana, Arial, Sans Serif;
15
 
    font-size: 13px;
16
 
    margin: 5px 10px;
17
 
    color: black;
18
 
}
19
 
 
20
 
h1, h2 {
21
 
    font-size: x-large;
22
 
    font-weight: normal;
 
6
        #background: #fff url("img/gray_gradient.png") repeat-x;
 
7
        color: black;
23
8
}
24
9
 
25
10
h1 {
26
 
    color: #203C66;
27
 
    margin: 10px;
 
11
        color: #203C66;
28
12
}
29
13
 
30
 
h3, h4 { font-weight: bold; }
31
 
 
32
14
hr {
33
 
    size: 0px;
34
 
    border-top: 2px solid #e8e8e8;
35
 
    margin: 8px 2px;
 
15
        border-top: 2px solid #e8e8e8;
36
16
}
37
17
 
38
 
table {
39
 
    padding: 4px;
40
 
    margin: 2px;
 
18
hr.news_line {
 
19
    border: 0;
 
20
    border-bottom: 1px solid rgb(200, 200, 200);
41
21
}
42
22
 
43
23
table.bordered {
44
 
    border: 2px solid #e8e8e8;
45
 
    -moz-border-radius: 6px;
46
 
    -webkit-border-radius: 6px;
 
24
        border-color: #e8e8e8;
47
25
}
48
26
 
49
27
th {
50
 
    background-color: #c0c0c0;
51
 
    font-weight: bold;
52
 
    vertical-align: top;
53
 
}
54
 
 
55
 
td {
56
 
    vertical-align: top;
57
 
    padding: 4px;
 
28
        background-color: #c0c0c0;
58
29
}
59
30
 
60
31
td.bordered {
61
 
    border: 1px solid gray;
 
32
        border-color: gray;
62
33
}
63
34
 
64
 
td.indent { border-left: 4px solid white; }
 
35
td.indent {
 
36
        border-color: #fff;
 
37
}
65
38
 
66
39
td.heading {
67
 
    font-weight: bold;
68
 
    margin: 4px 0px;
69
 
    padding: 8px;
70
 
    background-color: #d8d8d8;
 
40
        background-color: #d8d8d8;
71
41
}
72
42
 
73
43
td.fieldname {
74
 
    background-color: #eeeeee;
75
 
    text-align: right;
76
 
    padding-right: 10px;
77
 
    margin: 2px 0px;
78
 
}
79
 
 
80
 
td.fieldvalue {
81
 
    margin: 2px 0px;
82
 
    vertical-align: middle;
83
 
}
84
 
 
85
 
td.fieldname_error {
86
 
    background-color: #ff8888;
87
 
    text-align: right;
88
 
}
89
 
 
90
 
td.fieldvalue_error {
91
 
    background-color: #ff8888;
92
 
    font-weight: bold;
93
 
}
94
 
 
95
 
td.navbar {
96
 
    border: 0px;
97
 
    text-align: center;
98
 
    vertical-align: middle;
 
44
        background-color: #eee;
 
45
        color: #333;
 
46
}
 
47
 
 
48
td.fieldname_error,
 
49
td.fieldvalue_error  {
 
50
        background-color: #f88;
99
51
}
100
52
 
101
53
td.friend {
102
 
    background-color: #e8e8e8;
103
 
    text-align: center;
104
 
    vertical-align: middle;
 
54
        background-color: #e8e8e8;
105
55
}
106
56
 
107
57
.row0 {
108
 
    background-color: #d9d9d9;
109
 
    text-align: left;
 
58
        background-color: #d9d9d9;
110
59
}
 
60
 
111
61
.row1 {
112
 
    background-color: #eeeeee;
113
 
    text-align: left;
 
62
        background-color: #eee;
114
63
}
115
64
 
116
65
.highlighted_row0 {
117
 
    background-color: #b9d9f9;
118
 
    text-align: left;
 
66
        background-color: #b9d9f9;
119
67
}
 
68
 
120
69
.highlighted_row1 {
121
 
    background-color: #ceeefe;
122
 
    text-align: left;
123
 
}
124
 
 
125
 
.row_hd0 { background-color: #cffacf; }
126
 
 
127
 
.row_hd1 { background-color: #defade; }
128
 
 
129
 
tr.message { background-color: #e0e0e0; }
130
 
 
131
 
input[type="text"], select, textarea, .button {
132
 
    border: 1px solid #d8d8d8;
133
 
    -moz-border-radius: 5px;
134
 
    -webkit-border-radius: 5px;
135
 
    padding: 2px 4px;
136
 
    font-size: 12px;
137
 
}
138
 
 
139
 
input[type="button"], input[type="submit"], input.btn {
140
 
    margin: 2px 0px;
141
 
    background: #d4d0c8;
142
 
    margin-right: 0.6em;
143
 
    color: #203C66;
144
 
    border: 1px solid #a8a8a8;
145
 
    font-size: 12px;
146
 
    font-weight: normal;
147
 
}
148
 
 
149
 
/* IE6 doesn't understand [type=XXXX] so we factor this out into its own */
150
 
.button {
151
 
    margin: 2px 0px;
152
 
    background: #d4d0c8;
153
 
    margin-right: 0.6em;
154
 
    white-space: nowrap;
155
 
    color: #203C66;
156
 
    border: 1px solid #a8a8a8;
157
 
    font-size: 0.9em;
158
 
    font-weight: normal;
159
 
    line-height: 2em;
160
 
}
161
 
 
162
 
.button:hover {
163
 
    background: #edece8;
164
 
    text-decoration:none;
165
 
}
166
 
 
167
 
input[type="button"]:hover, input[type="submit"]:hover, input.btn:hover, .forum_toplinks a:hover {
168
 
    background: #edece8;
169
 
}
170
 
 
171
 
.actionlist {
172
 
    display: inline;
173
 
    list-style: none;
174
 
    margin: 0;
175
 
    padding: 0;
176
 
}
177
 
.actionlist li {
178
 
    display: inline;
179
 
}
180
 
 
181
 
 
182
 
img { border: 0px; }
183
 
 
184
 
img.userimg { border: 0px; }
185
 
 
186
 
/*   Main Page   */
 
70
        background-color: #ceeefe;
 
71
}
 
72
 
 
73
.row_hd0 {
 
74
        background-color: #cffacf;
 
75
}
 
76
 
 
77
.row_hd1 {
 
78
        background-color: #defade;
 
79
}
 
80
 
 
81
tr.message {
 
82
        background-color: #e0e0e0;
 
83
}
 
84
 
 
85
input[type="button"],
 
86
input[type="submit"],
 
87
.btn,
 
88
a.button {
 
89
        background: #f2f2f2 url(img/white_grad.png) repeat-x scroll left top;
 
90
        color: black;
 
91
        border-color: #ccc;
 
92
}
 
93
 
 
94
input[type="button"]:hover,
 
95
input[type="submit"]:hover,
 
96
input.btn:hover,
 
97
.button:hover ,
 
98
.forum_toplinks a:hover {
 
99
        border: 1px solid #555;
 
100
        color: #0069A1;
 
101
}
 
102
 
 
103
input[type="text"], select, textarea {
 
104
        border-color: #d8d8d8;
 
105
}
187
106
 
188
107
#news {
189
 
    background-color: #dff0ff;
190
 
    border: 2px solid #add8e6;
191
 
    padding: 10px;
192
 
    margin: 4px;
193
 
    -moz-border-radius: 10px;
194
 
    -webkit-border-radius: 10px;
195
 
}
196
 
 
197
 
#news h2, #uotd h2, #mainnav h2 {
198
 
    margin-top: 0px;
199
 
    font-size: 1.2em;
200
 
    font-weight: bold;
 
108
        background-color: #dff0ff;
 
109
        border-color: #add8e6;
201
110
}
202
111
 
203
112
#news h3 {
204
 
    color: #666666;
205
 
    font-size: 1em;
206
 
    margin-bottom: 2px;
207
 
}
208
 
 
209
 
#news p {
210
 
    margin-top: 0px;
 
113
        color: #666;
211
114
}
212
115
 
213
116
#uotd {
214
 
    background-color: #d3d3d3;
215
 
    border: 2px solid #eeeeee;
216
 
    padding: 10px;
217
 
    margin: 4px;
218
 
    -moz-border-radius: 10px;
219
 
    -webkit-border-radius: 10px;
 
117
        background-color: #d3d3d3;
 
118
        border-color: #eee;
220
119
}
221
120
 
222
 
/*   Forum   */
223
 
 
224
121
td.category , tr.subtitle{
225
 
    background-color: #dddddd;
226
 
    border: 0px;
227
 
    font-weight: bold;
228
 
    margin: 6px 0px;
229
 
}
230
 
 
231
 
th {
232
 
    font-weight: bold;
233
 
    margin: 4px 2px;
234
 
    padding: 4px;
235
 
}
236
 
 
237
 
td.postheader { 
238
 
    background-color: #eeeeee;
239
 
    height: 24px;
240
 
    margin-left: 4px;
241
 
    padding-left: 8px; 
242
 
    -moz-border-radius: 0px 0px 10px 10px; 
243
 
    -webkit-border-radius: 0px 0px 10px 10px; 
244
 
}
245
 
 
246
 
td.postbody { 
247
 
    font-size: 9pt;
248
 
    margin-left: 4px;
249
 
    background: transparent url('img/75pct_white.png');
 
122
        background-color: #ddd;
 
123
}
 
124
 
 
125
td.postheader {
 
126
        background-color: #eee;
 
127
}
 
128
 
 
129
td.postbody {
 
130
        background: transparent url('img/75pct_white.png');
250
131
}
251
132
 
252
133
td.postfooter {
253
 
    background-color: #eeeeee; 
254
 
    height: 26px; 
255
 
    margin-left: 4px; 
256
 
    padding-left: 8px; 
257
 
    -moz-border-radius: 10px 10px 0px 0px; 
258
 
    -webkit-border-radius: 10px 10px 0px 0px; 
 
134
        background-color: #eee;
259
135
}
260
136
 
261
 
tr.helpdeskseperator { height: 10pt; }
262
 
 
263
137
tr.postseperator {
264
 
    background-color: #c8c8c8;
265
 
    border: 1px solid #aaaaaa;
266
 
    margin: 4px 0px;
267
 
}
268
 
 
269
 
td.threadline { text-align: left; }
270
 
 
271
 
td.numbers {
272
 
    text-align: center;
273
 
}
274
 
 
275
 
td.numbers {
276
 
    text-align: left;
277
 
}
278
 
 
279
 
td.lastpost {
280
 
}
281
 
 
282
 
.title {
283
 
    font-size: 14px;
284
 
    font-weight: bold;
285
 
}
286
 
 
287
 
.description {
288
 
    font-size: 80%;
289
 
    font-weight: normal;
290
 
}
291
 
 
292
 
.authorcol {
293
 
    width: 136px;
294
 
    overflow: hidden;
295
 
}
296
 
 
297
 
div.authorcol { 
298
 
    border: 1px solid #c8c8c8; 
299
 
    background-color: white; 
300
 
    padding: 8px 5px; 
301
 
    width: 120px; 
302
 
    margin-left: 2px; 
303
 
    -moz-border-radius: 10px; 
304
 
    -webkit-border-radius: 10px; 
305
 
306
 
 
307
 
.authorinfo img { 
308
 
    border: 1px solid #a8a8a8; 
309
 
    margin: 3px 9px; 
310
 
311
 
 
312
 
.authorcol input { margin: 4px 10px; } 
 
138
        background-color: #c8c8c8;
 
139
        border-color: #aaa;
 
140
}
 
141
 
 
142
div.authorcol {
 
143
        background-color: white;
 
144
        border-color: #c8c8c8;
 
145
}
 
146
 
 
147
.authorinfo img {
 
148
        border-color: #a8a8a8;
 
149
}
313
150
 
314
151
blockquote.postbody {
315
 
    border-left: 2px solid #0089e1;
316
 
    background-color: #f5fffa;
317
 
    padding: 2px 6px;
318
 
    margin: 0px 6px 0px 10px;
319
 
    font-style: italic;
320
 
321
 
 
322
 
#thread {
323
 
    width: 100%;
324
 
    table-layout: fixed;
325
 
    overflow: visible;
326
 
}
327
 
 
328
 
.forum_toplinks td {
329
 
    vertical-align: middle;
330
 
}
331
 
 
332
 
span.page_title {
333
 
    font-size: 24px;
334
 
    margin: 20px;
335
 
}
336
 
 
337
 
span.note {
338
 
    font-weight: normal;
339
 
    font-size: 0.9em;
340
 
    font-style: italic;
 
152
        border-left-color: #0089e1;
 
153
        background-color: #f5fffa;
341
154
}
342
155
 
343
156
span.news_date {
344
 
    color: #646464;
 
157
    color: rgb(100,100,100);
345
158
    font-size: 0.9em;
346
 
}
347
 
span.news_title {
348
 
    font-weight: bold;
349
 
}
350
 
 
351
 
span.inboxunread {
352
 
    font-weight: bold;
 
159
    float: right;
353
160
}
354
161
 
355
162
span.highlight {
356
 
    background-color: #ffffcc;
357
 
}
358
 
 
359
 
.nobr{
360
 
    white-space: nowrap;
 
163
        background-color: #ffc;
361
164
}
362
165
 
363
166
.code {
364
 
    font-family: "Courier New", courier, monospace;
365
 
    display: block;
366
 
    margin-left: 5em;
367
 
    border-left: 3px solid #ccaaaa; 
368
 
    padding-left: 1em;
369
 
    white-space: nowrap;
370
 
    overflow: auto;
371
 
}
372
 
 
373
 
.smalltext {
374
 
    font-size: 0.8em;
 
167
        border-left-color: #caa;
375
168
}
376
169
 
377
170
.error {
378
 
    color: #ff0000;
379
 
    font-weight: bold;
380
 
    font-size: 1.1em;
 
171
        color: #f00;
381
172
}
382
173
 
383
174
.notice {
384
 
    color: #009900;
385
 
    font-weight: bold;
386
 
    font-size: 1.1em;
 
175
        color: #090;
387
176
}
388
177
 
389
178
#preview {
390
 
    border: 2px solid #cccccc;
391
 
    background-color: #eeeeee;
392
 
    margin: 1em;
393
 
    padding: 0.2em;
 
179
        border-color: #ccc;
 
180
        background-color: #eee;
394
181
}
395
182
 
396
183
#preview .header {
397
 
    font-weight: bold;
398
 
    font-size: 1.3em;
399
 
    border-bottom: 1px solid #cccccc;
 
184
        border-bottom-color:  #ccc;
400
185
}
401
186
 
402
187
/*   Server Status Page   */
406
191
td.notrunning { background-color: #feff6f; }
407
192
 
408
193
td.disabled { background-color: #ff4f4f; }
409
 
 
410
 
/*   IE hack   */
411
 
 
412
 
* html body .code {
413
 
    white-space: normal;
414
 
}