comparison lib/tarean/htmlheader.R @ 0:1d1b9e1b2e2f draft

Uploaded
author petr-novak
date Thu, 19 Dec 2019 10:24:45 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1d1b9e1b2e2f
1 htmlheader="
2 <html xmlns:mml=\"http://www.w3.org/1998/Math/MathML\">
3 <head>
4 <title> Kmer analysis summary </title>
5 <style>
6 <!--
7 table { background:#FFFFFF;
8 border:1px solid gray;
9 border-collapse:collapse;
10 color:#fff;
11 font:normal 10px verdana, arial, helvetica, sans-serif;
12 }
13 caption { border:1px solid #5C443A;
14 color:#5C443A;
15 font-weight:bold;
16 font-size:20pt
17 padding:6px 4px 8px 0px;
18 text-align:center;
19
20 }
21 td, th { color:#363636;
22 padding:.4em;
23 }
24 tr { border:1px dotted gray;
25 }
26 thead th, tfoot th { background:#5C443A;
27 color:#FFFFFF;
28 padding:3px 10px 3px 10px;
29 text-align:left;
30 text-transform:uppercase;
31 }
32 tbody td a { color:#3636FF;
33 text-decoration:underline;
34 }
35 tbody td a:visited { color:gray;
36 text-decoration:line-through;
37 }
38 tbody td a:hover { text-decoration:underline;
39 }
40 tbody th a { color:#3636FF;
41 font-weight:normal;
42 text-decoration:none;
43 }
44 tbody th a:hover { color:#363636;
45 }
46 tbody td+td+td+td a { background-image:url('bullet_blue.png');
47 background-position:left center;
48 background-repeat:no-repeat;
49 color:#FFFFFF;
50 padding-left:15px;
51 }
52 tbody td+td+td+td a:visited { background-image:url('bullet_white.png');
53 background-position:left center;
54 background-repeat:no-repeat;
55 }
56 tbody th, tbody td { text-align:left;
57 vertical-align:top;
58 }
59 tfoot td { background:#5C443A;
60 color:#FFFFFF;
61 padding-top:3px;
62 }
63 .odd { background:#fff;
64 }
65 tbody tr:hover { background:#EEEEEE;
66 border:1px solid #03476F;
67 color:#000000;
68 }
69 -->
70 </style>
71
72 </head>
73
74 "