It works on lite.duckduckgo.com
If your images are not loading, please enable CSP patches in your stylus settings
duckduckgo 2008 by kindongshin
Details
Authorkindongshin
LicenseNo License
Categorylite.duckduckgo.com
Created
Updated
Size2.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name duckduckgo 2008
@version 20240710.14.03
@namespace https://userstyles.world/user/kindongshin
@description It works on lite.duckduckgo.com
@author kindongshin
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://lite.duckduckgo.com/lite") {
html {
border-top: 1px solid #999 !important;
}
body {
max-width: 1000px;
width: 90%;
min-width: 600px;
margin: auto;
padding-top: 15px;
padding-left: 5px;
}
span.header {
font-size: 0;
background-image: url('https://duckduckgo.com/nduck.v101.gif');
width: 599px;
height: 104px;
display: inline-block;
margin-top: 24px;
margin-bottom: 3px;
margin-right: 6px;
}
input.query {
width: 292px;
height: 21px;
color: #222;
font-family: Century Gothic, Arial;
font-size: 160%;
border: 1px solid #ffcccc;
border-top-color: rgb(255, 204, 204);
border-top-style: solid;
border-top-width: 1px;
border-top: 1px solid #ff7777;
margin-right: 16px;
vertical-align: bottom;
border-radius: unset;
}
input.submit {
border: 0px;
background: url(http://www.duckduckgo.com/search.v103.gif) no-repeat;
height: 42px;
width: 126px;
vertical-align: bottom;
text-indent: -1000em;
font-size: 0px;
cursor: pointer;
line-height: 0px;
color: #ed1c24;
}
tr:hover {
background: #FFFFC0;
cursor: pointer;
}
.result-link {
font-size: 133.3%;
background: url(http://ddgw.s3.amazonaws.com/external.png) no-repeat 100% 50%;
padding: 0 15px 0 0;
}
.result-snippet {
font-size: 13px;
}
.link-text {
color: #444;
font-size: 13px;
background: url('https://duckduckgo.com/zoom.v104.png')no-repeat;
padding-left: 25px;
}
}