Adds a banner to shithole.win
Shithole.win banner by ognickerlover
Details
Authorognickerlover
LicenseNo License
Categoryshithole
Created
Updated
Size523 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Shithole.win banner
@namespace space
@version 1.0.0
@description Adds a banner to shithole.win
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://communities.win/c/Shithole/") {
.header .bg {
height: 135px;
padding: 0;
background-image: url('https://media.communities.win/post/iVcFxtfB.png');
background-size: 100% 100%;
}
.header .bg .title {
height: 100%;
color: #0000;
}
.bg .description {
display: none;
}
}