Lycos on glass, for "dark" scheme users.
search.lycos.com by osirisgothra
Details
Authorosirisgothra
LicenseShare Alike, Creative Commons
Categorylycos.com
Created
Updated
Size2.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Please note that I have not written nor tested this with normal "light" modes because this scheme is intended for users that have (experimental) dark scheme on.
Source code
/* ==UserStyle==
@name search.lycos.com
@version 20230215.17.19
@namespace userstyles.world/user/osirisgothra
@description Lycos on glass, for "dark" scheme users.
@author osirisgothra
@license Share Alike, Creative Commons
==/UserStyle== */
@-moz-document regexp("https://search[0-9]*\\.lycos\\.com/web/.*") {
/*
Lycos on glass, dark scheme users
Please note that I have not written nor tested this with normal "light" modes because this scheme is intended for users that have (experimental) dark scheme on.
*/
@media (prefers-color-scheme: dark) {
.so-current
{
padding-top: 8.5% !important;
padding-left: 1vmin;
margin: 0px !important;
}
.uvt-logo-block::after
{
opacity: 100% !important;
content: "Lycos Search";
color: #6c8879;
font-size: xx-large;
text-shadow: 2px 2px 3px #404e8899;
font-family: "Times";
border-bottom: 1px solid #2f385e;
display: block;
position: fixed;
top: 22px;
left: 14px;
z-index: 999;
}
.uvt-logo-block *
{
border: none !important;
}
.uvt-logo-block
{
height: 0px;
overflow: hidden;
}
:root
{
background: none;
scroll-behavior: smooth !important;
}
body
{
background: repeating-linear-gradient(45deg,#0e111c,#6c8879);
background-size: 100vmax 100vmax;
}
.uvt
{
padding-top: 14px;
display: block !important;
background: linear-gradient(12deg,#393939a6,#181c1ade,#181c1a,#181c1a,#181c1a);
backdrop-filter: blur(2px);
border-bottom: 1px solid #353937b5;
box-shadow: 0px 4px 4px #353937;
height: 120px;
}
.network-footer
{
background: linear-gradient(12deg,#393939a6,#181c1ade,#181c1a,#181c1a,#181c1a);
backdrop-filter: blur(2px);
border-top: 1px solid #353937b5;
box-shadow: 0px -4px 4px #353937;
position: fixed;
}
.uvts-search-block
{
margin-left: 4px;
margin-top: -8px;
filter: blur(0.5px);
border-radius: 224px;
width: 98.5vmax;
background: linear-gradient(180deg, #c1c1c11f,#0000,#0000);
}
.search-input
{
border: 1px solid #353937b5 !important;
border-radius: 8px;
box-shadow: 0px 0px 4px #6c8879;
background: conic-gradient(#181c1a,#181c1ade);
text-shadow: 0px 0px 4px #69ffaf;
opacity: 50% !important;
}
.pagination li a,
#searchWeb
{
vertical-align: middle !important;
font-family: "Abbeyline";
text-transform: capitalize;
color: #6c8879;
text-shadow: 2px 2px 1px #404e8899;
}
a:hover
{
filter: brightness(150%);
}
*
{
transition: filter 4s ease-out;
}
a:active
{
filter: blur(4px);
transition: filter 2s ease-in;
}
.result-link, .rs-result a
{
color: #b8f2d3 !important;
}
.result-description:hover
{
display: block;
position: relative;
scale: 150%;
left: 132px;
background: black;
}
.result-description
{
filter: sepia(100%) hue-rotate(60deg) brightness(70%);
color: #6c8879;
}
.result-url
{
color: #90b9a3;
}
.rs-title
{
color: #404e8899;
}
.search-related
{
border: 1px solid #404e8899;
padding-left: 4px;
padding-top: 1px;
border-radius: 4px;
}
}
}