Red
nitrotype.com by cubeking
Details
Authorcubeking
LicenseNo License
CategoryNitrotype
Created
Updated
Size2.7 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 nitrotype.com
@version 20220815.20.06
@namespace userstyles.world/user/cubeking
@description Red
@author cubeking
@license No License
==/UserStyle== */
@-moz-document domain("www.nitrotype.com") {
body
{
background-color: #2d2e2e;
overflow-y: scroll;
background: none;
overflow-x: hidden;
position: relative;
}
.card--grit
{
background-image: url("https://i.imgur.com/Wb74pnx.jpg");
background-size: 500%;
}
html
{
background: fixed url("https://imgur.com/hqKlkng.jpg") no-repeat, #2d2e2e;
box-sizing: border-box;
color: #2d2e2e;
font-family: "Montserrat", sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.6;
background-size: 120%;
}
.bg--gradient
{
background: top left repeat, linear-gradient(90deg, #101010 60%, #1f2021 100%);
}
.card--a
{
background-image: url("https://www.itl.cat/pngfile/big/243-2431779_wallpaper-of-artistic-black-geometry-red-shapes-red.jpg");
color: #fefeff;
background-size: 130%;
}
.theme--pDefault .profile-bg
{
background: url("https://i.imgur.com/Wb74pnx.jpg") top left repeat, linear-gradient(0deg, #2d2e2e 60%, #ffffff 100%);
color: #d3d3d3;
}
.btn--inky, .btn--inky:focus:not(:hover)
{
color: #ffffff;
}
.theme--pDefault .profile-bgHead
{
background: url("https://i.imgur.com/Wb74pnx.jpg") top left repeat, linear-gradient(0deg, #2d2e2e 10%, #ffffff 100%);
}
.theme--pDefault.is-gold .profile-bg
{
background: url("https://i.imgur.com/Wb74pnx.jpg") top left repeat, linear-gradient(0deg, #2d2e2e 10%, #ffffff 100%);
}
.theme--pDefault.is-guest .profile-bgHead
{
background: #fff0;
}
.btn--primary
{
background: #0c0c0c;
color: #ff0000;
}
.theme--pDefault .profile-title
{
color: #FFFFFF;
text-shadow: 0 2px 2px rgba(2, 2, 2, 0.25);
}
.theme--pDefault .profile-levelNum
{
color: #FFFFFF;
text-shadow: 0 2px 2px rgba(2, 2, 2, 0.25);
}
.theme--pDefault .profile-body
{
color: #FFFFFF;
}
.dash-copyContainer
{
background: #1d1e23;
-webkit-box-shadow: 0px 1px 157px 10px rgba(0,0,0,0.78);
box-shadow: 0px 1px 157px 10px rgba(0,0,0,0.78);
border-radius: 5px;
flex: 1;
overflow: hidden;
padding: 15px;
display: flex;
}
.dash-copy
{
color: #FF0000;
font-family: "Roboto Mono", "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
font-size: 28px;
}
::selection
{
background-color: #1976c6;
color: white;
}
.bg--gradient
{
background: none;
}
}