~udienz/sedot/test

« back to all changes in this revision

Viewing changes to data/report/style.css

  • Committer: Fajran Iman Rusadi
  • Date: 2008-11-01 01:26:30 UTC
  • Revision ID: fajran@gmail.com-20081101012630-0ozrjqzhuue8z631
- Summary page

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
h1 {
9
9
        font-size: 20pt;
10
10
        border-bottom: 1px solid #888;
11
 
        margin-bottom: 20px;
12
11
}
13
12
h2 {
14
13
        font-size: 16pt;
15
14
        margin-bottom: 10px;
 
15
        margin-top: 20px;
 
16
}
 
17
 
 
18
#mirror-summary td.name a {
 
19
        text-decoration: none;
 
20
        color: blue;
 
21
}
 
22
#mirror-summary td.name span.other {
 
23
        font-size: 10px;
16
24
}
17
25
 
18
26
#mirror-status table,
 
27
#mirror-summary table,
19
28
#mirror-size table {
20
29
        font-family: verdana, helvetica, sans-serif;
21
30
        font-size: 10pt;
22
31
}
23
32
 
24
33
#mirror-status table th,
 
34
#mirror-summary table th,
25
35
#mirror-size table th {
26
36
        padding: 2px 20px;
27
37
}
28
 
#mirror-status table td {
 
38
#mirror-status table td,
 
39
#mirror-summary table td {
29
40
        padding: 5px 20px 5px 10px;
30
41
        text-align: center;
31
42
}
33
44
        padding: 5px 20px 5px 10px;
34
45
        text-align: right;
35
46
}
 
47
#mirror-summary table tr td.date,
36
48
#mirror-status table tr td.date {
37
49
        font-size: 8pt;
38
50
        padding: 2px 20px;
39
51
}
40
52
#mirror-status table td.name,
 
53
#mirror-summary table td.name,
41
54
#mirror-size table td.name {
42
55
        padding-right: 50px;
43
56
        text-align: left;
44
57
}
 
58
#mirror-summary table td.age,
45
59
#mirror-status table td.age {
46
60
        text-align: left;
47
61
}
48
62
#mirror-status table tr th,
 
63
#mirror-summary table.packages tr th,
49
64
#mirror-size table tr th {
50
65
        background: #ccc;
51
66
}
52
67
#mirror-status table,
 
68
#mirror-summary table,
53
69
#mirror-size table {
54
70
        border-collapse: collapse;
55
71
}
 
72
#mirror-summary table td, #mirror-summary table th,
56
73
#mirror-status table td, #mirror-status table th,
57
74
#mirror-size table th {
58
75
        border: 1px solid #888;
59
76
        border-width: 1px 0 1px 0;
60
77
}
61
 
#mirror-status table .name, #mirror-status table .status {
 
78
#mirror-status table td.name, #mirror-status table td.status,
 
79
#mirror-summary table td.name, #mirror-summary table td.age {
62
80
        border-right: 1px dotted #888;
63
81
}
 
82
#mirror-summary td.unknown,
64
83
#mirror-status td.unknown {
65
84
        background: #ddd;
66
85
}
 
86
#mirror-summary td.inprogress,
67
87
#mirror-status td.inprogress {
68
88
        background: #afa;
69
89
}
 
90
#mirror-summary td.fail,
70
91
#mirror-status td.fail {
71
92
        background: #faa;
72
93
}
 
94
#mirror-summary td.never,
73
95
#mirror-status td.never {
74
96
        background: #faa;
75
97
}
 
98
#mirror-summary td.old,
76
99
#mirror-status td.old {
77
100
        background: #ffa;
78
101
}
 
102
#mirror-summary td.outdated,
79
103
#mirror-status td.outdated {
80
104
        background: #faa;
81
105
}
 
106
#mirror-summary td.size {
 
107
        text-align: right;
 
108
        padding-left: 30px;
 
109
}
82
110
 
 
111
#mirror-summary table.overview {
 
112
        margin-bottom: 20px;
 
113
}
 
114
#mirror-summary table.overview th {
 
115
        padding-left: 10px;
 
116
}
 
117
#mirror-summary table.overview th,
 
118
#mirror-summary table.overview td {
 
119
        text-align: left;
 
120
}
83
121
 
84
122
#footer {
85
123
        border-top: 1px solid #888;
97
135
        margin: 0px;
98
136
}
99
137
 
 
138
#reports {
 
139
        background: #eee;
 
140
}
 
141
#reports ul {
 
142
        padding: 0px;
 
143
        margin: 0px;
 
144
        padding-bottom: 2px;
 
145
}
 
146
#reports ul li {
 
147
        display: inline;
 
148
        font-family: verdana, helvetica, sans-serif;
 
149
        font-size: 12px;
 
150
}
 
151
#reports ul li a {
 
152
        text-decoration: none;
 
153
        color: black;
 
154
        padding: 2px 5px;
 
155
}
 
156
#reports ul li a:hover {
 
157
        background: #ccc;
 
158
}
 
159
 
 
160
 
 
161
 
100
162