Show More
|
1 | NO CONTENT: new file 100644, binary diff hidden |
@@ -1,8 +1,8 b'' | |||
|
1 | 1 | #motd# |
|
2 | 2 | <div class="logo"> |
|
3 | powered by<br/> | |
|
4 | <a href="http://www.selenic.com/mercurial/">mercurial</a> | |
|
3 | <a href="http://www.selenic.com/mercurial/"> | |
|
4 | <img src="#staticurl#hglogo.png" width=75 height=90" border=0 alt="mercurial"></a> | |
|
5 | 5 | </div> |
|
6 | 6 | |
|
7 | 7 | </body> |
|
8 | 8 | </html> |
|
1 | NO CONTENT: modified file, binary diff hidden |
@@ -1,79 +1,66 b'' | |||
|
1 | 1 | a { text-decoration:none; } |
|
2 | 2 | .age { white-space:nowrap; } |
|
3 | 3 | .date { white-space:nowrap; } |
|
4 | 4 | .indexlinks { white-space:nowrap; } |
|
5 | 5 | .parity0 { background-color: #dddddd; } |
|
6 | 6 | .parity1 { background-color: #eeeeee; } |
|
7 | 7 | .lineno { width: 60px; color: #aaaaaa; font-size: smaller; |
|
8 | 8 | text-align: right; padding-right:1em; } |
|
9 | 9 | .plusline { color: green; } |
|
10 | 10 | .minusline { color: red; } |
|
11 | 11 | .atline { color: purple; } |
|
12 | 12 | .annotate { font-size: smaller; text-align: right; padding-right: 1em; } |
|
13 | 13 | .buttons a { |
|
14 | 14 | background-color: #666666; |
|
15 | 15 | padding: 2pt; |
|
16 | 16 | color: white; |
|
17 | 17 | font-family: sans; |
|
18 | 18 | font-weight: bold; |
|
19 | 19 | } |
|
20 | 20 | .navigate a { |
|
21 | 21 | background-color: #ccc; |
|
22 | 22 | padding: 2pt; |
|
23 | 23 | font-family: sans; |
|
24 | 24 | color: black; |
|
25 | 25 | } |
|
26 | 26 | |
|
27 | 27 | .metatag { |
|
28 | 28 | background-color: #888888; |
|
29 | 29 | color: white; |
|
30 | 30 | text-align: right; |
|
31 | 31 | } |
|
32 | 32 | |
|
33 | 33 | /* Common */ |
|
34 | 34 | pre { margin: 0; } |
|
35 | 35 | |
|
36 | 36 | .logo { |
|
37 | background-color: #333; | |
|
38 | padding: 4pt; | |
|
39 | margin: 8pt 0 8pt 8pt; | |
|
40 | font-family: sans; | |
|
41 | font-size: 60%; | |
|
42 | color: white; | |
|
43 | 37 | float: right; |
|
44 | 38 | clear: right; |
|
45 | text-align: left; | |
|
46 | } | |
|
47 | ||
|
48 | .logo a { | |
|
49 | font-weight: bold; | |
|
50 | font-size: 150%; | |
|
51 | color: #999; | |
|
52 | 39 | } |
|
53 | 40 | |
|
54 | 41 | /* Changelog/Filelog entries */ |
|
55 | 42 | .logEntry { width: 100%; } |
|
56 | 43 | .logEntry .age { width: 15%; } |
|
57 | 44 | .logEntry th { font-weight: normal; text-align: right; vertical-align: top; } |
|
58 | 45 | .logEntry th.age, .logEntry th.firstline { font-weight: bold; } |
|
59 | 46 | .logEntry th.firstline { text-align: left; width: inherit; } |
|
60 | 47 | |
|
61 | 48 | /* Shortlog entries */ |
|
62 | 49 | .slogEntry { width: 100%; } |
|
63 | 50 | .slogEntry .age { width: 8em; } |
|
64 | 51 | .slogEntry td { font-weight: normal; text-align: left; vertical-align: top; } |
|
65 | 52 | .slogEntry td.author { width: 15em; } |
|
66 | 53 | |
|
67 | 54 | /* Tag entries */ |
|
68 | 55 | #tagEntries { list-style: none; margin: 0; padding: 0; } |
|
69 | 56 | #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; } |
|
70 | 57 | |
|
71 | 58 | /* Changeset entry */ |
|
72 | 59 | #changesetEntry { } |
|
73 | 60 | #changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; } |
|
74 | 61 | #changesetEntry th.files, #changesetEntry th.description { vertical-align: top; } |
|
75 | 62 | |
|
76 | 63 | /* File diff view */ |
|
77 | 64 | #filediffEntry { } |
|
78 | 65 | #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; } |
|
79 | 66 |
General Comments 0
You need to be logged in to leave comments.
Login now