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

« back to all changes in this revision

Viewing changes to html/user/black.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:
10
10
        color: yellow;
11
11
}
12
12
 
13
 
body , table , input , select {
14
 
        font-family: Verdana, Arial, Sans Serif;
15
 
        font-size: small;
16
 
}
17
 
 
18
13
body {
19
14
        background-color: black;
20
15
    color: white;
21
16
}
22
17
 
23
 
table {
24
 
      border: 0px;
25
 
}
26
 
 
27
18
table.bordered {
28
19
      border: 1px solid grey;
29
20
}
33
24
}
34
25
 
35
26
th {
36
 
    border-bottom: 2px solid black;
37
27
        background-color: rgb(150, 150, 150);
38
28
        color: black;
39
 
        font-weight: bold;
40
29
}
41
30
 
42
31
td {
54
43
td.heading {
55
44
           background-color: rgb(90,90,90);
56
45
               color: white;
57
 
               font-weight: bold;
58
46
}
59
47
 
60
48
td.fieldname {
62
50
             color: white;
63
51
}
64
52
 
65
 
td.category {
66
 
 
67
 
}
68
 
 
69
53
tr.row0 {
70
54
        background-color: rgb(70,70,70);
71
55
}
78
62
tr.subtitle {
79
63
        background-color: rgb(90,90,90);
80
64
        color: white;
81
 
        font-weight: bold;
82
65
}
83
66
 
84
67
tr.message {
85
68
           background-color: rgb(100,100,100);
86
69
}
87
70
 
88
 
input , select {
89
 
        vertical-align: middle;
90
 
}
91
 
 
92
71
h1 , h2 {
93
72
        color: white;
94
 
        font-size: large;
95
 
        font-variant: small-caps;
96
 
        font-weight: normal;
97
 
        margin-top: 10px;
98
73
}
99
74
 
100
75
h3 , h4 {
101
76
        color: white;
102
 
        text-decoration: underline;
103
 
        font-size: small;
104
 
        font-variant: small-caps;
105
 
        font-weight: bold;
106
 
}
107
 
 
108
 
pre {
109
 
        white-space: normal;
110
 
        margin: 0;
111
 
}
112
 
 
113
 
img {
114
 
    border: 0px;
115
 
}
116
 
 
117
 
.title {
118
 
        font-size: small;
119
 
        font-weight: bold;
120
 
}
121
 
 
122
 
.description {
123
 
        font-size: 80%;
124
 
        font-weight: normal;
125
 
}
126
 
 
127
 
.authorcol {
128
 
        width: 100px;
129
 
        overflow: hidden;
130
 
}
 
 
b'\\ No newline at end of file'
 
77
}