The background is blue and the text is rainbow
Ily's custom style by mightypaypay
Details
Authormightypaypay
LicenseNo License
Categorye.g Nitro Type
Created
Updated
Size2.5 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 Baja Blast Style
@namespace USO Archive
@author Aquaxq
@description `This Is a baja blast style for Nitro Type ONLY`
@version 20211025.18.3
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("www.nitrotype.com")
{
body {
background: none;
}
html {
background: fixed url(https://media.discordapp.net/attachments/888602438532227123/902064933787828224/cyclones_style1.jpg?width=887&height=499), #f0f;
background-size: 100%
}
.card--grit {
background: none;
}
.bg--gradient {
background: fixed;
}
.theme--pDefault .profile-bg {
background: url("https://media.discordapp.net/attachments/888602438532227123/902049086788743188/Untitled_10.png?width=887&height=499") top left repeat, linear-gradient(0deg, #2d2e2e 60%, #fff 100%);
color: #24C76D;
background-size: 100%
}
.theme--pDefault .profile-bgHead {
background: url("https://media.discordapp.net/attachments/888602438532227123/902064898492739625/Untitled.jpg?width=887&height=499") top left repeat, linear-gradient(0deg, #2d2e2e 60%, #fff 100%);
color: #24C76D;
background-size: 100%
}
.theme--pDefault.is-gold .profile-bg {
background: url("https://media.discordapp.net/attachments/888602438532227123/902064898492739625/Untitled.jpg?width=887&height=499") top left repeat, linear-gradient(0deg, #2d2e2e 60%, #fff 100%);
color: #24C76D;
background-size: 100%
}
.card--a {
background-color: #fff0;
color: #fff;
}
}
@-moz-document domain("www.nitrotype.com")
{
.dash-copyContainer
{
background: #2d2e2e;
/* Background of text box */
}
.dash-copy
{
color: #f0f;
font-family: "Roboto Mono", "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
font-size: 28px;
/* Main Color of Text + Font */
}
.dash-letter.is-typed {
opacity: 1.0;
/* Brightness of the keys after they are pressed */
}
.dash-letter.is-correct {
color: #000;
font-size: 28px;
-webkit-animation: colorchange 10s infinite alternate;
}
/* Moving Text Colorchange */
@-webkit-keyframes colorchange
{
0%
{
color: blue;
}
10%
{
color: #ff005d;
}
20%
{
color: #f0f;
}
30%
{
color: black;
}
40%
{
color: #7500ff;
}
50%
{
color: blue;
}
60%
{
color: #f0f;
}
70%
{
color: black;
}
80%
{
color: black;
}
90%
{
color: red;
}
100%
{
color: red;
}
}
}