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