mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-22 11:46:34 +01:00
91 lines
1.3 KiB
HTML
91 lines
1.3 KiB
HTML
|
<html><head>
|
||
|
<title>%TITLE%</title>
|
||
|
<link rel="icon" href="data:image/png;base64,%FAVICON%" type="image/x-icon" />
|
||
|
<style>
|
||
|
html {
|
||
|
background: #eeeeee;
|
||
|
font: 13px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||
|
color: #525c66;
|
||
|
}
|
||
|
|
||
|
html * {
|
||
|
font-size: 100%;
|
||
|
line-height: 1.6;
|
||
|
}
|
||
|
|
||
|
#box {
|
||
|
max-width: 650px;
|
||
|
overflow:auto;
|
||
|
margin: 25px auto 10px auto;
|
||
|
padding: 10px 40px;
|
||
|
border-width: 20px;
|
||
|
-webkit-border-image: url(data:image/png;base64,%BOX-BORDER%) 25;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
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;
|
||
|
width: 24%;
|
||
|
margin: 0 0 0.3em 1%
|
||
|
}
|
||
|
|
||
|
dd {
|
||
|
color: black;
|
||
|
margin: 0 0 0.3em 28%;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
margin-left: 1%;
|
||
|
}
|
||
|
|
||
|
.about-img
|
||
|
{
|
||
|
float: right;
|
||
|
margin-top: 15px;
|
||
|
margin-right: -25px;
|
||
|
}
|
||
|
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="box">
|
||
|
<img src="data:image/png;base64,%ABOUT-IMG%" class="about-img">
|
||
|
<h1>%ABOUT-QUPZILLA%</h1>
|
||
|
<h2>%INFORMATIONS-ABOUT-VERSION%</h2>
|
||
|
<dl>
|
||
|
%VERSION-INFO%
|
||
|
</dl>
|
||
|
|
||
|
<h2>%BROWSER-IDENTIFICATION%</h2>
|
||
|
<p>%USER-AGENT%</p>
|
||
|
|
||
|
<h2>%PATHS%</h2>
|
||
|
<dl>
|
||
|
%PATHS-TEXT%
|
||
|
</dl>
|
||
|
<h2>%COPYRIGHT%</h2>
|
||
|
<pre>
|
||
|
%COPYRIGHT-INCLUDE%
|
||
|
</pre>
|
||
|
|
||
|
</div>
|
||
|
</body></html>
|