be chatty on debug level 3
[BackupPC.git] / conf / archive.css
1 archive {
2         background-color: #ffffff;
3         width: 100%;
4         padding: 1em;
5 }
6
7 archive:before {
8         content: "Archived on " attr(date) " by user " attr(username) " on media " attr(dvd_nr) " total size is " attr(total_size) " bytes";
9         color: #808080;
10         display: block;
11         margin-bottom: 1em;
12 }
13
14 note {
15         border: 1px solid #e0e0e0;
16         white-space: nowrap;
17         display: block;
18         width: 100%;
19         background: #e0e0e0;
20         padding: 0.5em;
21         margin-bottom: 1em;
22 }
23
24 note:before {
25         content: "NOTE: ";
26 }
27
28 backup:before {
29         content: attr(host) ":" attr(share) " #" attr(num) " on " attr(date) " size " attr(size) " bytes (" attr(compress_size) " bytes compressed)";
30         padding-bottom: 1em;
31 }
32
33 backup {
34         border: 1px dashed #000000;
35         width: 100%;
36         display: block;
37         padding: 0.5em;
38         margin-bottom: 1em;
39 }
40
41 file {
42         font-family: Courier New, monospace;
43         display: block;
44 }