mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-22 03:36:35 +01:00
32 lines
1.2 KiB
HTML
32 lines
1.2 KiB
HTML
<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: #eeeeee;font: 13px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;color: #525c66;}
|
|
#box {max-width: 500px;min-width:450px;margin: 25px auto 0px auto;padding: 0px 40px 0px 40px;border-width: 20px;-webkit-border-image: url(%BOX-BORDER%) 25;direction: %DIRECTION%;}
|
|
h1 {color: #1a4ba4;font-size: 160%;margin-top: 0px;}
|
|
.line {width: 400px;height: 25px;text-align: center;border: 1px solid #babcb8;}
|
|
.line:focus {border-color: #579eea;}
|
|
.submit {margin-top: 5px;}
|
|
a {color: #1a4ba4;text-decoration: none;font-weight: bold;}
|
|
.bottom {margin-top: 20px;margin-bottom: 3px;}
|
|
</style>
|
|
</head>
|
|
<body onload="document.getElementById('inp').focus()">
|
|
<div id="box">
|
|
<center>
|
|
|
|
<img src="%ABOUT-IMG%">
|
|
%PRIVATE-BROWSING%
|
|
<form action="https://duckduckgo.com/" method="GET">
|
|
<input type="hidden" name="t" value="qupzilla" />
|
|
<input class="line" id="inp" class="question" name="q"/> <br/>
|
|
<input class="submit" type="submit" value="%BUTTON-LABEL%">
|
|
</form>
|
|
|
|
<p class="bottom">%SEARCH-BY% | <a href="%WWW%">%ABOUT-QUPZILLA%</a></p>
|
|
</center>
|
|
</div>
|
|
</body></html>
|