~ubuntu-branches/ubuntu/lucid/boinc/lucid

« back to all changes in this revision

Viewing changes to html/user/white.css

  • Committer: Bazaar Package Importer
  • Author(s): Frank S. Thomas, Frank S. Thomas
  • Date: 2008-05-31 08:02:47 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080531080247-4ce890lp2rc768cr
Tags: 6.2.7-1
[ Frank S. Thomas ]
* New upstream release.
  - BOINC Manager: Redraw disk usage charts immediately after connecting to
    a (different) client. (closes: 463823)
* debian/copyright:
  - Added the instructions from debian/README.Debian-source about how
    repackaged BOINC tarballs can be reproduced because DevRef now
    recommends to put this here instead of in the afore-mentioned file.
  - Updated for the new release.
* Removed the obsolete debian/README.Debian-source.
* For consistency upstream renamed the core client and the command tool
  ("boinc_client" to "boinc" and "boinc_cmd" to "boinccmd"). Done the same
  in all packages and created symlinks with the old names for the binaries
  and man pages. Also added an entry in debian/boinc-client.NEWS explaining
  this change.
* debian/rules: Do not list Makefile.ins in the clean target individually,
  just remove all that can be found.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
a:link {
2
 
    color: blue;
3
 
}
4
 
 
5
 
a:visited {
6
 
    color: blue;
7
 
}
8
 
 
9
 
a:active {
10
 
    color: blue;
11
 
}
12
 
 
13
 
body , table , input , select {
 
1
a:link, a:visited, a:active {
 
2
    color: blue;
 
3
}
 
4
 
 
5
body, table, select {
14
6
    background-color: white;
15
7
    font-family: Verdana, Arial, Sans-Serif;
16
8
    font-size: 12px;
17
9
}
18
10
 
19
11
body {
20
 
    background-color: white;
21
12
    color: black;
22
13
}
23
14
 
24
15
th{
25
 
    background-color: #c8c8c8;
 
16
    background-color: #c0c0c0;
26
17
    font-weight: bold;
 
18
    border: 1px solid white;
27
19
}
28
20
 
29
21
td {
30
22
    border: 1px solid white;
 
23
    vertical-align: top;
31
24
}
32
25
 
33
26
td.bordered {
34
27
    border: 1px solid gray;
35
28
}
36
29
 
 
30
td.shaded {
 
31
    background-color: #f0f0f0;
 
32
}
 
33
 
37
34
td.indent {
38
 
     border-left: 4px solid white;
 
35
    border-left: 4px solid white;
39
36
}
40
37
 
41
38
td.heading {
51
48
td.fieldname {
52
49
    background-color: #eeeeee;
53
50
    text-align: right;
54
 
    vertical-align: top;
55
51
}
56
52
 
57
53
td.fieldvalue {
58
 
    vertical-align: top;
 
54
}
 
55
 
 
56
td.fieldname_error {
 
57
    background-color: #ff8888;
 
58
    text-align: right;
 
59
}
 
60
 
 
61
td.fieldvalue_error {
 
62
    background-color: #ff8888;
59
63
    font-weight: bold;
60
64
}
61
65
 
62
 
td.fieldname_error {          
63
 
    background-color: #ff8888;
64
 
    text-align: right;        
65
 
    vertical-align: top;      
66
 
}                             
67
 
 
68
 
td.fieldvalue_error {         
69
 
    background-color: #ff8888;
70
 
    vertical-align: top;      
71
 
    font-weight: bold;        
72
 
}                             
73
 
 
74
66
td.category {
75
67
    background-color: #dddddd;
76
68
}
96
88
}
97
89
 
98
90
tr.row0 {
99
 
    background-color: rgb(217,217,217);
 
91
    background-color: #d9d9d9;
100
92
    text-align: left;
101
93
}
102
94
 
103
95
tr.row1 {
104
 
    background-color: rgb(237,237,237);
 
96
    background-color: #eeeeee;
105
97
    text-align: left;
106
98
}
107
99
 
 
100
tr.row_hd0 {
 
101
    background-color: rgb(207,250,207);
 
102
}
 
103
 
 
104
tr.row_hd1 {
 
105
    background-color: rgb(222,250,222);
 
106
}
 
107
 
108
108
tr.subtitle {
109
109
    background-color: #eeeeee;
110
110
    font-weight: bold;
111
111
}
112
112
 
113
113
tr.message {
114
 
    background-color:#E0E0EF;
 
114
    background-color: #e0e0e0;
115
115
}
116
116
 
117
 
input , select {
 
117
input, select {
118
118
    vertical-align: middle;
119
119
}
120
120
 
121
 
h1 , h2 {
 
121
h1, h2 {
122
122
    color: black;
123
123
    font-size: x-large;
124
124
    font-weight: normal;
125
125
    margin-top: 10px;
126
126
}
127
127
 
128
 
h3 , h4 {
 
128
h3, h4 {
129
129
    color: black;
130
 
    font-size: small;
131
130
    font-weight: bold;
132
131
}
133
132
 
146
145
}
147
146
 
148
147
.authorcol {
149
 
    width: 115px;
 
148
    width: 120px;
150
149
    overflow: hidden;
151
150
}
152
151
 
221
220
 
222
221
tr.postseperator td{
223
222
    border-top: 1px solid rgb(170,170,170);
224
 
    border-bottom: 1px      solid rgb(170,170,170);
 
223
    border-bottom: 1px solid rgb(170,170,170);
225
224
}
226
225
 
227
226
td.threadline {
228
227
    text-align:left;
229
228
}
230
229
 
231
 
span.note{
 
230
td.running { 
 
231
    background-color: #00ff00;
 
232
 
233
 
 
234
td.notrunning { 
 
235
    background-color: #ff0000;
 
236
 
237
 
 
238
td.disabled { 
 
239
    background-color: #ff8800;
 
240
 
241
 
 
242
span.note {
232
243
    font-weight: normal;
233
244
    font-size: 0.9em;
 
245
    font-style: italic;
234
246
}
 
247
 
235
248
span.news_date {
236
249
    color: rgb(100,100,100);
237
250
    font-size: 0.9em;
238
251
}
239
252
 
 
253
span.inboxunread {
 
254
    font-weight: bold;
 
255
}
 
256
span.highlight {
 
257
    background-color: #ffffcc;
 
258
}
 
259
 
240
260
.code {
241
 
    font-family: "Consolas", "Courier New", courier, monospace;
 
261
    font-family: "Courier New", courier, monospace;
242
262
    display: block;
243
263
    margin-left: 5em;
244
264
    border-left: 3px solid #ccaaaa; 
292
312
    color: #009900;
293
313
    font-weight: bold;
294
314
    font-size: 1.1em;
295
 
}
 
 
b'\\ No newline at end of file'
 
315
}
 
316
 
 
317
#preview {
 
318
    border: 2px solid #cccccc;
 
319
    background-color: #eeeeee;
 
320
    margin: 1em;
 
321
    padding: 0.2em;
 
322
}
 
323
 
 
324
#preview .header {
 
325
    font-weight: bold;
 
326
    font-size: 1.3em;
 
327
    border-bottom: 1px solid #cccccc;
 
328
}
 
329
 
 
330
input.btn {
 
331
    padding:0px 2px;
 
332
}