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