"legally acquire" software without burning your retinas
Piratebay Dark by dr1pp
Details
Authordr1pp
LicenseNo License
Categoryuserstyles
Created
Updated
Size3.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 Piratebay Dark
@version 20220513.17.48
@namespace userstyles.world/user/dr1pp
@description "legally acquire" software without burning your retinas
@author dr1pp
@license No License
==/UserStyle== */
@-moz-document regexp("https:\\/\\/(www\\.)?(pirate-proxy|tpb24\\.ukpass|piratez|tpb|tpb\\.mania-hosts)\\.[a-zA-Z\\.]*\\/.*") {
/* Main */
:root {
--beige: #d2b9a6;
}
body {
background-color: #393836 !important;
color: #c4c4c4 !important;
}
/* Top logo */
#logo img {
content: url(https://i.imgur.com/zZP2P5y.png);
height: 100px;
}
#home img {
content: url(https://i.imgur.com/zZP2P5y.png);
height: 300px;
}
#description_container dd {
border-bottom: 1px dotted #e8e3d257;
}
/* Search button */
input {
background-color: var(--beige);
color: #515151;
border-radius: 3px;
border-width: 0px;
}
/* URL colours */
#browse a,
a,
a:link {
color: #6f79bf
}
/* Categories drop-down */
#cat {
background-color: #313131;
color: #d7d7d7;
border-radius: 3px;
}
/* Search bar */
[type="search"] {
background-color: #1c1c1c;
color: #c1c1c1;
border-style: solid;
border-color: #5e5e5e;
border-width: 1px;
border-radius: 5px;
padding: 7px;
}
/* Filter bar */
#flist {
padding: 5px;
padding-left: 10px;
background-color: #1c1c1c;
}
#description_container h2 {
margin: 0;
padding: 6px 0 8px 10px;
font-size: 1.2em;
font-weight: 700;
letter-spacing: .07em;
border-bottom: 1px solid #fff0;
background: var(--beige);
border-radius: 5px;
}
#description.dt {
border-style: none;
}
#description_container dt {
color: var(--beige) !important;
border-style: none;
}
#description_container {
background: #2d2c2a;
border-radius: 0px 0px 10px 10px;
}
#description_container .text-box {
background: #242424;
border-radius: 5px;
}
#name {
color: #2d2d2d;
}
#browse h1 {
background: #2d2d2d;
}
#browse label {
background: #fff0
}
}
@-moz-document regexp("https:\\/\\/(www\\.)?(pirate-proxy|tpb24\\.ukpass|piratez|tpb|tpb\\.mania-hosts)\\.[a-zA-Z\\.]*\\/.*") {
/* Search Results */
h1 {
background: #2b2b2b !important;
color: #dfdeda;
border-radius: 10px 10px 0px 0px;
}
#tlt {
padding: 10px;
}
/* Results list */
#torrents {
padding: 3px;
padding-top: 10px;
}
/* Center column containing all list elements */
#browse {
background-color: #2d2c2a;
color: #b7b7b7;
border-radius: 0px 0px 10px 10px
}
/* List header */
#torrents span.list-header {
color: #000;
background: var(--beige);
border: 1px solid var(--beige);
border-width: 0;
padding-top: 10px;
font-weight: bold;
}
/* Rounded corners on list header */
.list-item.list-header.item-type {
border-radius: 5px 0px 0px 0px;
}
.list-item.list-header.item-user {
border-radius: 0px 5px 0px 0px;
}
/***** List entry *****/
/* Seeder count */
.item-seed {
color: #6dc46d;
}
/* Leecher count */
.item-leech {
color: #d05454;
}
#torrents li.list-entry {
background-color: #353431ad;
}
/*List entry */
#torrents li.list-entry:hover {
background: #464646;
}
#torrents li.list-entry.alt:hover {
background: #464646;
}
/* Item list link colours */
#torrents a {
color: #8784e8;
}
/* Alternative list item colours */
#torrents li.list-entry.alt {
background-color: #00000029;
}
/* List background */
.view-single {
background-color: #2b2b2b00;
}
}