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.
48 lines
1.6 KiB
48 lines
1.6 KiB
<html><head> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
<title>%TITLE%</title> |
|
<style> |
|
html {font-family: sans-serif;} |
|
#box {max-width: 500px;min-width:450px;margin: 25px auto 0px auto;padding: 15px 40px 15px 40px;direction: %DIRECTION%;} |
|
h1 {font-size: 160%;margin-top: 0px;} |
|
.line {width: 400px;height: 25px;text-align: center;border: 1px solid;} |
|
.submit {margin-top: 5px;} |
|
a {text-decoration: none;font-weight: bold;} |
|
.bottom {margin-top: 20px;margin-bottom: 3px;} |
|
img {margin-bottom:15px;} |
|
|
|
@media (prefers-color-scheme: light) { |
|
html {background: #dddddd;color: #525c66;} |
|
#box {background: #ffffff;} |
|
h1, a {color: #1a4ba4;} |
|
.line {border-color: #babcb8;} |
|
.line:focus {border-color: #579eea;} |
|
.dark {display: none;} |
|
} |
|
@media (prefers-color-scheme: dark) { |
|
html {background: #070709;color: #dddddd;} |
|
#box {background: #171717;} |
|
h1, a {color: #0078d7;} |
|
.line {background-color: #070709;color: white;border-color: #555;} |
|
.line:focus {border-color: #1a4ba4;} |
|
.light {display: none;} |
|
} |
|
</style> |
|
</head> |
|
<body onload="document.getElementById('inp').focus()"> |
|
<div id="box"> |
|
<center> |
|
|
|
<img class="light" src="%ABOUT-IMG%" width="250"> |
|
<img class="dark" src="%ABOUT-IMG-DARK%" width="250"> |
|
%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-FALKON%</a></p> |
|
</center> |
|
</div> |
|
</body></html>
|
|
|