Not very well made tidied up version of startpage.
Hyperclean Startpage by voxain

Details
Authorvoxain
LicenseGNU GPL v3
Categorystartpage.com
Created
Updated
Code size2.2 kB
Code checksume2b2f1d6
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hyperclean Startpage
@version 20240526.10.38
@namespace https://userstyles.world/user/voxain
@description Not very well made tidied up version of startpage.
@author voxain
@license GNU GPL v3
==/UserStyle== */
@-moz-document domain("startpage.com") {
*{
font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}
.nav-container.css-1rlv5cb,
.home-hero-tagline,
.css-g0a122,
.footer-above-the-fold.css-mhw2u3,
.btns.css-s5xdrg,
.top-nav-container.css-1dfoan3,
.css-vh5nmu,
.css-zjik7 > div /*remove line to unhide broken maps container*/,
.description /*remove line to unhide link description/preview*/,
.feedback-serp-container.css-162gbbt,
.w-gl-attribution.css-ddakpz{
display: none !important;
}
.css-9vd1g8.e1vne5t50, .css-1mo3jc2.e1vne5t50, .search-1xdu6o0 {
border-radius: 10px;
border: 2px solid rgba(255, 255, 255, .05);
}
.css-9vd1g8.e1vne5t50:hover,
.css-1qdqtdn.e1vne5t50, .search-1xdu6o0, .css-1mo3jc2.e1vne5t50 {
border-radius: 10px;
border: 2px solid rgba(255, 255, 255, .1);
}
#q {
text-align: center;
padding: 1rem
}
@media (prefers-color-scheme: dark) {
html,
.css-9vd1g8.e1vne5t50,
.css-1qdqtdn.e1vne5t50 {
background: #13151a !important;
}
}
.startpage-logo {
margin-bottom: 2rem;
display: block; /* change to none to hide logo */
}
.search-suggest.css-o92dx9{
border-radius: 10px;
background: rgba(0,0,0,.1);
border: 2px solid rgba(255,255,255,.05);
padding: 1rem;
margin-top: 1rem;
}
.css-7t9pc8{
transition: .1s ease;
border-radius: 7px;
margin: .2rem
}
.header-nav-img-container.css-1p7qe93{
margin: 0
}
.filters.css-17xytvj{
opacity: 0;
transition: .1s ease;
}
.filters.css-17xytvj:hover{
opacity: 1;
}
.css-6lw2pr > svg{
stroke: #3B435B;
}
.css-gkitfa{
opacity: .2
}
.link-text{
color: rgba(210,220,255,.4)
}
.css-1706qm{
color: rgba(230,240,255,1) !important;
font-weight: bold;
font-size: 1.4rem
}
.result.css-z73qjy, .sx-kp-main{
margin: 1.2rem;
padding: 1.5rem;
background: rgba(255,255,255,.02);
border-radius: 9px;
}
#sx-kp-overview{
background: none;
border: none;
}
}