##// END OF EJS Templates
[hgweb] Prevent search engine bots from indexing the entire repository
Matt Mackall -
r1628:88ad18c1 default
parent child Browse files
Show More
@@ -1,79 +1,80 b''
1 Content-type: text/html
1 Content-type: text/html
2
2
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <html>
4 <html>
5 <head>
5 <head>
6 <meta name="robots" content="index, nofollow" />
6 <style type="text/css">
7 <style type="text/css">
7 <!--
8 <!--
8 a { text-decoration:none; }
9 a { text-decoration:none; }
9 .parity0 { background-color: #dddddd; }
10 .parity0 { background-color: #dddddd; }
10 .parity1 { background-color: #eeeeee; }
11 .parity1 { background-color: #eeeeee; }
11 .lineno { width: 60px; color: #aaaaaa; font-size: smaller;
12 .lineno { width: 60px; color: #aaaaaa; font-size: smaller;
12 text-align: right; padding-right:1em; }
13 text-align: right; padding-right:1em; }
13 .plusline { color: green; }
14 .plusline { color: green; }
14 .minusline { color: red; }
15 .minusline { color: red; }
15 .atline { color: purple; }
16 .atline { color: purple; }
16 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
17 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
17 .buttons a {
18 .buttons a {
18 background-color: #666666;
19 background-color: #666666;
19 padding: 2pt;
20 padding: 2pt;
20 color: white;
21 color: white;
21 font-family: sans;
22 font-family: sans;
22 font-weight: bold;
23 font-weight: bold;
23 }
24 }
24 .navigate a {
25 .navigate a {
25 background-color: #ccc;
26 background-color: #ccc;
26 padding: 2pt;
27 padding: 2pt;
27 font-family: sans;
28 font-family: sans;
28 color: black;
29 color: black;
29 }
30 }
30
31
31 .metatag {
32 .metatag {
32 background-color: #888888;
33 background-color: #888888;
33 color: white;
34 color: white;
34 text-align: right;
35 text-align: right;
35 }
36 }
36
37
37 /* Common */
38 /* Common */
38 pre { margin: 0; }
39 pre { margin: 0; }
39
40
40 .logo {
41 .logo {
41 background-color: #333;
42 background-color: #333;
42 padding: 4pt;
43 padding: 4pt;
43 margin: 8pt 0 8pt 8pt;
44 margin: 8pt 0 8pt 8pt;
44 font-family: sans;
45 font-family: sans;
45 font-size: 60%;
46 font-size: 60%;
46 color: white;
47 color: white;
47 float: right;
48 float: right;
48 clear: right;
49 clear: right;
49 text-align: left;
50 text-align: left;
50 }
51 }
51
52
52 .logo a {
53 .logo a {
53 font-weight: bold;
54 font-weight: bold;
54 font-size: 150%;
55 font-size: 150%;
55 color: #999;
56 color: #999;
56 }
57 }
57
58
58 /* Changelog entries */
59 /* Changelog entries */
59 .changelogEntry { width: 100%; }
60 .changelogEntry { width: 100%; }
60 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; }
61 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; }
61 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
62 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
62 .changelogEntry th.firstline { text-align: left; width: inherit; }
63 .changelogEntry th.firstline { text-align: left; width: inherit; }
63
64
64 /* Tag entries */
65 /* Tag entries */
65 #tagEntries { list-style: none; margin: 0; padding: 0; }
66 #tagEntries { list-style: none; margin: 0; padding: 0; }
66 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
67 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
67 #tagEntries .tagEntry span.node { font-family: monospace; }
68 #tagEntries .tagEntry span.node { font-family: monospace; }
68
69
69 /* Changeset entry */
70 /* Changeset entry */
70 #changesetEntry { }
71 #changesetEntry { }
71 #changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
72 #changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
72 #changesetEntry th.files, #changesetEntry th.description { vertical-align: top; }
73 #changesetEntry th.files, #changesetEntry th.description { vertical-align: top; }
73
74
74 /* File diff view */
75 /* File diff view */
75 #filediffEntry { }
76 #filediffEntry { }
76 #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
77 #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
77
78
78 -->
79 -->
79 </style>
80 </style>
General Comments 0
You need to be logged in to leave comments. Login now