You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.2 KiB
39 lines
1.2 KiB
<html><head> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
<title>%TITLE%</title> |
|
<link rel="icon" href="%FAVICON%" type="image/x-icon" /> |
|
<style> |
|
html {background: #dddddd;font-family: sans-serif;color: #525c66;} |
|
html * {font-size: 100%;line-height: 1.6;} |
|
#box {max-width:650px;min-width:400px;overflow:auto;margin: 25px auto 10px auto;padding: 10px 40px;border-width: 20px;-webkit-border-image: url(%BOX-BORDER%) 25;text-align: %LEFT_STR%;} |
|
h1 {color: #1a4ba4;font-size: 160%;margin-bottom: 0px;} |
|
h2 {margin: 5px 0px;font-size: 100%;color: #525c66;font-weight: bold;} |
|
dl {margin-top: 0px;} |
|
dt {display: block;float: %LEFT_STR%;min-width: 24%;margin: 0 0 0.3em 1%} |
|
dd {color: black;margin: 0 0 0.3em 28%;} |
|
p {margin-%LEFT_STR%: 1%;} |
|
.about-img {float: %RIGHT_STR%;} |
|
</style> |
|
</head> |
|
<body> |
|
<div id="box"> |
|
<img src="%ABOUT-IMG%" class="about-img"> |
|
<h1>%ABOUT-QUPZILLA%</h1> |
|
<h2>%INFORMATIONS-ABOUT-VERSION%</h2> |
|
<dl> |
|
%VERSION-INFO% |
|
</dl> |
|
|
|
<h3>%MAIN-DEVELOPER%</h3> |
|
<p>%MAIN-DEVELOPER-TEXT%</p> |
|
<h3>%CONTRIBUTORS%</h3> |
|
<p>%CONTRIBUTORS-TEXT%</p> |
|
<h3>%TRANSLATORS%</h3> |
|
<p>%TRANSLATORS-TEXT%</p> |
|
<h2>%COPYRIGHT%</h2> |
|
<pre> |
|
%COPYRIGHT-INCLUDE% |
|
</pre> |
|
|
|
</div> |
|
</body></html>
|
|
|