New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
svn2html.css in utils/developer – NEMO

source: utils/developer/svn2html.css

Last change on this file was 14134, checked in by nicolasmartin, 3 years ago

Add CSS stylesheet file for svn2cl

File size: 1.2 KB
Line 
1body {
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
10ul.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
20li.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
29li.changelog_change {
30  list-style-type: circle;
31  margin-left: 4em;
32}
33
34span.changelog_date {
35  color: black;
36}
37
38span.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
67p.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
76p.changelog_footer a {
77  text-decoration: none;
78  color: inherit;
79}
Note: See TracBrowser for help on using the repository browser.