A private torrent tracker.
pussytorrents - dark by thermalzombie
Details
Authorthermalzombie
LicenseNo License
Categorypussytorrents
Created
Updated
Code size1.2 kB
Code checksum9e557e9a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name pussytorrents - dark
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Thermalzombie
==/UserStyle== */
@-moz-document domain("pussytorrents.org") {
/* Insert code here... */
html, input, select,
.pagination ul > .active > span
{
background-color:#000000 !important;
}
#siteContainer
{
background-color:#444444 !important;
}
.table-hover tbody tr td, .table-hover tbody tr th
{
background-color: #222222 !important;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th
{
background-color: #222222 !important;
}
th, .brand, .nav, .label,
.pagination ul > li > a, .pagination ul > .active > a
{
background-color: #DA3287 !important;
}
a, p, h1, h2, h3, h4, h5, input, select, strong, .subnote, .centered, .searchLabel,
.tagLabel, #supportTorrentLeech, .span8, .alt
{
color: #FFFFFF !important;
}
a, p, h1, h2, h3, h4, h5, select, strong, .subnote, .centered
{
font-size: 1.3em !important;
}
}