oh
nulled.to by ronddev
Details
Authorronddev
LicenseNo License
Categorynulled.to
Created
Updated
Code size1.6 kB
Code checksum40a27561
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name nulled.to - rond custom
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author rond
==/UserStyle== */
@-moz-document domain("nulled.to") {
.nova {
font-weight: bold;
color: #85282C;
text-shadow: 0 0 6px #4F0E1A;
background-image: url(https://www.nulled.to/public/assets/sparkling.gif);
;
background-repeat: repeat;
}
.aqua {
color: grey;
}
.reputation.positive,
.members li.positive {
color: #00ff00 !important;
}
.trow_reputation_positive {
box-shadow: inset 5px 0 0 #00ff00;
padding: 5px 10px 5px 20px;
}
.reputation.negative,
.members li.negative {
color: #ff000d !important;
}
.trow_reputation_negative {
box-shadow: inset 5px 0 0 #ff000d;
padding: 5px 10px 5px 20px;
}
body {
color: #ffafcc;
}
.logo {
display: none;
}
.header-bg {
display: none;
}
#branding {
/* box-shadow: none !important; */
display: none;
margin-bottom: 50px;
}
#secondary_navigation {
margin-top: 100px;
}
.messages > .entry > .field {
/*color: #ffbe0b;*/
}
.messages {
height: 450px;
font-size: 14px;
}
.advert {
display: none;
}
#index_stats > a > img {
display: none;
}
div.trow1:nth-child(5) > span:nth-child(2) > span:nth-child(1) {
color: orange !important;
}
}