|
a/static/style.css |
|
b/static/style.css |
|
... |
|
... |
6 |
}
|
6 |
}
|
7 |
|
7 |
|
8 |
#status {
|
8 |
#status {
|
9 |
margin: 1em;
|
9 |
margin: 1em;
|
10 |
background: #fcfcfc;
|
10 |
background: #fcfcfc;
|
11 |
border: 1px solid #efefef;
|
11 |
border: 1px solid #eaeaea;
|
12 |
color: #666;
|
12 |
color: #666;
|
13 |
font-size: 9pt;
|
13 |
font-size: 9pt;
|
14 |
padding: 0.5em;
|
|
|
15 |
}
|
14 |
}
|
16 |
#found { float: left }
|
15 |
#found { float: left; padding: 0.5em; }
|
17 |
#downloads { float: right; }
|
16 |
#downloads { float: right; border-left: 1px solid #eaeaea; padding: 0.5em }
|
18 |
#downloads a {
|
17 |
#downloads a {
|
19 |
padding: 5 3 5 3;
|
18 |
padding: 5px;
|
20 |
color: #999;
|
19 |
color: #999;
|
21 |
text-decoration: underline;
|
20 |
font-size: 7pt;
|
22 |
}
|
21 |
}
|
23 |
#downloads a:hover { background: #ccc; color: white }
|
22 |
#downloads a:hover { background: #ccc; color: white }
|
24 |
|
23 |
|
25 |
#pages { clear: both; float: none; width: 100%; text-align: center; }
|
24 |
#pages { clear: both; float: none; width: 100%; text-align: center; }
|
26 |
.page {
|
25 |
.page {
|