Follow upstream changes -- Bytestring updates
[git-darcs-import.git] / tools / cgi / xslt / styles.css
blobaf066bd1e071bd112b67adef12f5a845cc32fb5e
1 /**
2 stylesheet for darcs repository browser
3 **/
5 a:link, a:visited {
6 color: blue;
7 text-decoration: none;
10 a:hover { text-decoration: underline; }
11 a.sort { color: black; }
12 a.revsort {
13 color: black;
14 font-size: 75%;
16 a.home { color: #9292C9; }
18 body { margin: 10px 10px 10px 10px; }
20 h1.target {
21 font-size: 150%;
22 font-weight: bold;
25 h2.patch {
26 font-size: 125%;
27 font-weight: bold;
28 margin-top: -10px;
29 padding-left: 10px;
32 h2.author {
33 font-size: smaller;
34 margin-top: -10px;
35 font-weight: bold;
36 padding-left: 30px;
39 input.patches { margin-right: 20px; }
40 label.tag { margin-right: 5px; }
42 span.path, span.path > a { color: #2A2A6B; }
44 span.version {
45 color: #9292C9;
46 margin-left: 75px;
49 span.comment {
50 color: #2A2A6B;
51 white-space: pre;
54 th,td {
55 text-align: left;
56 padding: 5px 10px 5px 10px;
59 tr.annotate { background-color: #FFAAAA; }
60 tr.browse { background-color: #FFFF99; }
61 tr.patches { background-color: #AAFFAA; }
62 tr.directory { background-color: #CFCFCF; }
63 tr.file, tr.patch, tr.modified-file { background-color: #DCDCDA; }
64 tr.modified-file, tr.add-remove-file { background-color: #DCDCDA; }
66 pre {
67 margin: 0 0 0 0;
70 a.added-line {
71 color: #00AA00;
72 float: left;
75 a.normal-line {
76 color: #000000;
77 float: left;
80 a.removed-line {
81 color: #CC0000;
82 float: left;
83 text-decoration: line-through;
86 a.removed-by {
87 clear: right;
88 color: #CC0000;
89 float: right;
90 font-size: 125%;