I wanted there to be more userstyle themes for this search engine as its simplistic enough to allow that kind of modification work done on it, which is really really nice because other search engines are weirdly complicated in the css circuits as I look into them. Part of me knows why while the other does not know why completely, yet.
search.davidovski.xyz (daylight sky blue edition) by coolslutguy420
Details
Authorcoolslutguy420
LicenseNo License
Categorysearch.davidovski.xyz, LibreX, davidovski.xyz
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Forked from this userstyle: https://uso.kkx.one/style/32039
Source code
/* ==UserStyle==
@name search.davidovski.xyz - 6/14/2022, 5:15:37 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("search.davidovski.xyz") {
/*/* Universal - sets color of text, border */
* {
color: #000010 !important;
border-color: #000010 !important;
outline-color: #000010 !important;
text-shadow: none !important;
background-color: #006699 !important;}
html *:after ,
html *:before
{color: #000010 !important;
border-color: #000010 !important;
background: none transparent !important;
background-color: #006699 !important;}
/*No background images. try to exclude icons, other misc items. */
*:not(:empty):not([onclick*="open"]):not(IMG):not(SPAN):not([class*="stars"]):not([id*="stars"]):not([id="rating"]):not([class="rating"]):not([class*="SPRITE"]):not([id*="SPRITE"]):not([id*="lbImage"])
{ background-image: none !important;
background-color: #006699 !important;}
/* Link */
a[href],
a[href] *{
color: #000020 !important;
background-color: transparent !important;
border-color: #000010 !important;}
a:visited {color: #002550 !important}
a[href]:hover *{
color: #0000aa !important;
background-color: #006699 !important;
border-color: #000010 !important}
a:hover {color: #0000aa !important}
[href="#"]:hover {color:#0000ff !important} /*No background color*/
/* Event Handlers/Attributes */
}