billyisfake
black ticker by tester
Details
Authortester
LicenseNo License
Categorybeta cum
Created
Updated
Size1.2 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 Example
@namespace example.com
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("vt.billyisreal.com") {
#ticker {
height: 29px;
padding: 0;
background-color: #6683b3;
font-size: 13px;
font-weight: bold;
text-shadow: 0 0 2px rgb(0 0 0 / 30%);
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff849fc2,EndColorStr=#ff6683b3);
background-image: -moz-linear-gradient(top,#849fc2 0,#6683b3 100%);
background-image: -ms-linear-gradient(top,#849fc2 0,#6683b3 100%);
background-image: -o-linear-gradient(top,#849fc2 0,#6683b3 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#849fc2),color-stop(100%,#6683b3));
background-image: -webkit-linear-gradient(top,#849fc2 0,#6683b3 100%);
background-image: linear-gradient(to bottom,#2a2a2a 0,#000000 100%);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 50%);
box-shadow: 0 1px 2px rgb(0 0 0 / 50%);
*: ;
zoom: 1;
}