gitinspector/html/html.header

83 lines
1.8 KiB
Plaintext
Raw Normal View History

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Generated by gitinspector {0}.</title>
<script type="application/javascript">{1}</script>
<script type="application/javascript">{2}</script>
<script type="application/javascript">{3}</script>
<style type="text/css">
html, body {{
margin: 0;
height: 100%;
font-family: "Arial";
}}
html, body, body > div {{
width: 50em;
}}
body > div {{
float: left;
}}
div.box {{
border: 4px solid #ddd;
background-color: #eee;
margin: 0.75em;
padding: 5px;
font-size: small;
border-radius: 15px;
-moz-border-radius: 15px;
box-shadow: 1px 1px 3px #888;
-moz-box-shadow: 1px 1px 3px #888;
}}
div.logo p {{
margin-top: 18px;
}}
div.logo img {{
float: left;
padding: 2px 10px 2px 2px;
}}
body > div {{
display: block-inline;
}}
body > div > div > div {{
position: relative;
width: 100%;
}}
table.git {{
font-size: small;
width: 60%;
}}
table.git th, table.git tfoot tr td {{
padding: 0.3em;
background-color: #ddcece;
border-radius: 8px 8px 0px 0px;
-moz-border-radius: 8px 8px 0px 0px;
}}
table.git tfoot tr td {{
border-radius: 0px 0px 8px 8px;
-moz-border-radius: 0px 0px 8px 8px;
}}
table.git td {{
padding: 0.4em;
}}
table.git tr.odd {{
background-color: #dbdbdb;
}}
div.chart {{
position: absolute;
top: 5px;
bottom: 5px;
right: 5px;
width: 40%;
font-size: x-small;
}}
p.error {{
color: #700;
}}
</style>
</head>
<body>
<div class="box logo">
<img src="data:image/png;base64,{4}" />
<p>The output has been generated by <a href="http://gitinspector.googlecode.com">gitinspector</a>;
the statistical analysis tool for git repositories.<p>
</div>