1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-23 02:32:10 +02:00
falkonOfficial/src/data/html/errorPage.html

81 lines
1.4 KiB
HTML
Raw Normal View History

2011-03-02 16:57:41 +01:00
<html><head>
<title>%TITLE%</title>
<link rel="icon" href="data:image/png;base64,%FAVICON%" type="image/x-icon" />
<style>
html {
2011-03-02 16:57:41 +01:00
background: #eeeeee;
font: 14px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #525c66;
2011-03-02 16:57:41 +01:00
}
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;
text-align: left;
-webkit-border-image: url(data:image/png;base64,%BOX-BORDER%) 25;
}
2011-03-02 16:57:41 +01:00
hr {
color: lightgray;
width: 100%;
}
img {
float: left;
margin-left: -20px;
margin-top: 15px;
}
h1 {
font-size: 150%;
font-weight: bold;
border-bottom: 1px solid #f4f4f4;
margin-left: 48px;
margin-right: 50px;
}
h2 {
font-size: 100%;
font-weight: normal;
border-bottom: 1px solid #f4f4f4;
margin-left: 48px;
padding: 5px 0px 10px 2px;
2011-03-02 16:57:41 +01:00
margin-right: 50px;
}
ul {
font-size: 90%;
padding-left: 48px;
margin: 20px 0;
max-width:600px;
}
li {
padding: 5px;
}
#reloadButton {
padding-left: 48px;
margin-top: 20px;
min-width: 100px;
}
</style>
</head>
<body>
<div id="box">
<img src="data:image/png;base64,%IMAGE%" >
<h1>%HEADING%</h1>
<h2>%HEADING2%</h2>
<ul>
<li>%LI-1%</li>
<li>%LI-2%</li>
<li>%LI-3%</li>
<input type="submit" id="reloadButton" value="%TRY-AGAIN%" onclick="window.location.reload()">
</ul>
</div>
</body></html>