Skip to content

Red-Blue Glitch Hover by kuont

Screenshot of Red-Blue Glitch Hover

Details

Authorkuont

LicenseNone

Categoryuserstyles

Created

Updated

Size646 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Update 1.01 purifies the red. May be changed in future**.

**Version 1.02 is being temporarily held due to an error (Stylus is not continuing when "Push Update" is pressed). If you think you know how to fix this error, please note it in a review. I am not an experienced programmer. For continuos use of the style, type this into a new style on Stylus:

@-moz-document url-prefix("https://") {}
/* ==UserStyle==
@name Red-Blue Glitch Hover 1.02
@namespace USO Archive
@author KuoNT
@description Cool hover fade animation for all websites
@version 1.02
@license None
@preprocessor uso
==/UserStyle== */
a:hover,a>font:hover,b>font:hover,a:hover *,buttontype:hover *,label:hover
{transition:color 0.3s ease,text-shadow 0.423s ease;color:rgba(255,255,255,1)!important;
text-shadow:0 1px rgba(0,10,255),0 1px 1px rgba(255,0,0),0 -1px 1px rgba(255,100,0),
1px 0 2px rgba(64,64,255,0.9),-1px 0 1px rgba(64,64,255,0.9),0 0 3px rgba(255,0,0)!important;}

Thanks for reading.

Notes

Based off a certain style.

Source code

@-moz-document url-prefix("https://") {
    /* ==UserStyle==
@name           Red-Blue Glitch Hover 1.02
@namespace      USO Archive
@author         KuoNT
@description    `Cool hover fade animation for all websites`
@version        1.02
@license        None
@preprocessor   uso
==/UserStyle== */
a:hover,a>font:hover,b>font:hover,a:hover *,:hover *,label:hover
{transition:color 0.3s ease,text-shadow 0.423s ease;color:rgba(255,255,255,1)!important;
text-shadow:0 1px rgba(0,10,255),0 1px 1px rgba(255,0,0),0 -1px 1px rgba(255,100,0),
    1px 0 2px rgba(64,64,255,0.9),-1px 0 1px rgba(64,64,255,0.9),0 0 3px rgba(255,0,0)!important;}}

Reviews

No reviews yet.