Magellan Linux

Contents of /trunk/pkgtools/svn2cl-0.14/svn2html.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3106 - (show annotations) (download) (as text)
Fri Mar 15 10:20:17 2019 UTC (5 years, 1 month ago) by niro
File MIME type: text/css
File size: 1216 byte(s)
-added working svn2cl version
1 body {
2 background-color: white;
3 color: black;
4 margin-left: 1.5em;
5 margin-right: 1.5em;
6 margin-top: 1.5em;
7 margin-bottom: 1em;
8 }
9
10 ul.changelog_entries {
11 margin-left: 0.7em;
12 margin-right: 0.7em;
13 padding-left: 0.7em;
14 padding-right: 0.7em;
15 padding-bottom: 0.7em;
16 background: #fefefe;
17 border: 1px dashed #88aa88;
18 }
19
20 li.changelog_entry {
21 list-style-type: none;
22 margin-left: 0px;
23 padding-left: 0px;
24 margin-top: 0.8em;
25 border-top: 1px solid #dddddd;
26 background: #f8f8f8;
27 }
28
29 li.changelog_change {
30 list-style-type: circle;
31 margin-left: 4em;
32 }
33
34 span.changelog_date {
35 color: black;
36 }
37
38 span.changelog_author {
39 color: #111188;
40 }
41
42 .changelog_revision {
43 font-size: 80%;
44 color: #881111;
45 background: #fff4f4;
46 }
47
48 .changelog_revision a {
49 color: inherit;
50 }
51
52 .changelog_files {
53 font-size: 80%;
54 font-family: monospace;
55 color: #116611;
56 }
57
58 .changelog_files:after {
59 content: ':';
60 }
61
62 .changelog_message {
63 display: block;
64 color: #220000;
65 }
66
67 p.changelog_footer {
68 margin-top: 1.5em;
69 margin-left: 0.7em;
70 font-style: italic;
71 line-height: 90%;
72 color: gray;
73 font-family: Helvetica, Arial, sans-serif;
74 }
75
76 p.changelog_footer a {
77 text-decoration: none;
78 color: inherit;
79 }