##// END OF EJS Templates
File revision style fixed
Josef "Jeff" Sipek -
r1573:28305666 default
parent child Browse files
Show More
@@ -10,13 +10,12 b''
10 </div>
10 </div>
11
11
12 <div class="page_nav">
12 <div class="page_nav">
13 <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=#path#;style=gitweb">manifest</a> | <a href="?cmd=changeset;node=#node#;style=gitweb">changeset</a> | file | <a href="?cmd=filelog;file=#file#;filenode=#filenode#;style=gitweb">revisions</a> | <a href="?cmd=annotate;file=#file#;filenode=#filenode#;style=gitweb">annotate</a> | <a href="?cmd=file;file=#file#;filenode=#filenode#;style=raw">raw</a><br/>
13 <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?mf=#manifest|short#;path=#path#;style=gitweb">manifest</a> | <a href="?cmd=changeset;node=#node#;style=gitweb">changeset</a> | file | <a href="?cmd=filelog;file=#file#;filenode=#filenode#;style=gitweb">revisions</a> | <a href="?cmd=annotate;file=#file#;filenode=#filenode#;style=gitweb">annotate</a> | <a href="?cmd=file;file=#file#;filenode=#filenode#;style=raw">raw</a><br/>
14 </div>
14 </div>
15
15
16 <div><a class="title" href="?cmd=FIXME;style=gitweb">#desc|firstline|escape#</a></div>
16 <div class="title">#file#</div>
17 <div class="page_path"><b>#file#</b></div>
18 <div class="page_body">
17 <div class="page_body">
19 #text#
18 #text%fileline#
20 </div>
19 </div>
21
20
22 #footer#
21 #footer#
@@ -37,16 +37,16 b' a.list { text-decoration:none; color:#00'
37 a.list:hover { text-decoration:underline; color:#880000; }
37 a.list:hover { text-decoration:underline; color:#880000; }
38 table { padding:8px 4px; }
38 table { padding:8px 4px; }
39 th { padding:2px 5px; font-size:12px; text-align:left; }
39 th { padding:2px 5px; font-size:12px; text-align:left; }
40 tr.light:hover, tr.parity0:hover { background-color:#edece6; }
40 tr.light:hover, .parity0:hover { background-color:#edece6; }
41 tr.dark, tr.parity1 { background-color:#f6f6f0; }
41 tr.dark, .parity1 { background-color:#f6f6f0; }
42 tr.dark:hover, tr.parity1:hover { background-color:#edece6; }
42 tr.dark:hover, .parity1:hover { background-color:#edece6; }
43 td { padding:2px 5px; font-size:12px; vertical-align:top; }
43 td { padding:2px 5px; font-size:12px; vertical-align:top; }
44 td.link { padding:2px 5px; font-family:sans-serif; font-size:10px; }
44 td.link { padding:2px 5px; font-family:sans-serif; font-size:10px; }
45 div.pre { font-family:monospace; font-size:12px; white-space:pre; }
45 div.pre { font-family:monospace; font-size:12px; white-space:pre; }
46 div.diff_info { font-family:monospace; color:#000099; background-color:#edece6; font-style:italic; }
46 div.diff_info { font-family:monospace; color:#000099; background-color:#edece6; font-style:italic; }
47 div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; }
47 div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; }
48 div.search { margin:4px 8px; position:absolute; top:56px; right:12px }
48 div.search { margin:4px 8px; position:absolute; top:56px; right:12px }
49 a.linenr { color:#999999; text-decoration:none }
49 .linenr { color:#999999; text-decoration:none }
50 a.rss_logo {
50 a.rss_logo {
51 float:right; padding:3px 0px; width:35px; line-height:10px;
51 float:right; padding:3px 0px; width:35px; line-height:10px;
52 border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
52 border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
@@ -20,7 +20,7 b' filerevision = filerevision-gitweb.tmpl'
20 fileannotate = fileannotate-gitweb.tmpl
20 fileannotate = fileannotate-gitweb.tmpl
21 filediff = filediff-gitweb.tmpl
21 filediff = filediff-gitweb.tmpl
22 filelog = filelog-gitweb.tmpl
22 filelog = filelog-gitweb.tmpl
23 fileline = "<div class="pre"><a id="l#linenumber#" href="#l#linenumber#" class="linenr"> #linenumber#</a> #line|escape#</div>"
23 fileline = "<div style="font-family:monospace; white-space: pre;" class="parity#parity#"><span class="linenr"> #linenumber#</span> #line|escape#</div>"
24 filelogentry = filelogentry-gitweb.tmpl
24 filelogentry = filelogentry-gitweb.tmpl
25 annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cmd=changeset;node=#node#;style=gitweb">#author|obfuscate#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>"
25 annotateline = "<tr class="parity#parity#"><td class="annotate"><a href="?cmd=changeset;node=#node#;style=gitweb">#author|obfuscate#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>"
26 difflineplus = "<div class="pre" style="color:#008800;">#line|escape#</div>"
26 difflineplus = "<div class="pre" style="color:#008800;">#line|escape#</div>"
General Comments 0
You need to be logged in to leave comments. Login now