/[BackupPC]/trunk/conf/archive.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/conf/archive.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 189 - (show annotations)
Wed Oct 12 16:49:03 2005 UTC (18 years, 7 months ago) by dpavlin
File MIME type: text/css
File size: 825 byte(s)
 r8491@llin:  dpavlin | 2005-10-12 18:48:55 +0200
 added style sheet for xml file export in iso image

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 }

  ViewVC Help
Powered by ViewVC 1.1.26