Skip to content

HDB Style by b0l5

Details

Authorb0l5

LicenseNo License

Categoryhdb

Created

Updated

Size7.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

css hdb style

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         HDB Style
@version      20230726.09.57
@namespace    userstyles.world/user/b0l5
@description  css hdb style
@author       b0l5
@license      No License
==/UserStyle== */

@-moz-document domain("hdbits.org") {
/* main */
#sitesearch {
    display: none;
}

#sidebar-container {
    display: none;
}

#logo {
   	background: url('http://svgshare.com/i/4ih.svg') no-repeat top left !important;
    width: 180px;
	height: 30px;
    padding-left: 5%;
	margin-left: 3%;
	margin-top: 7%;
}
     
#menusides {
    display: none;
}

.menunavigation_new:nth-child(4) {
    display: none;
}

.menunavigation_new:nth-child(5) {
    display: none;
}

.menunavigation:nth-child(6) {
    display: none;
}

.menunavigation:nth-child(7) {
    display: none;
}

.menunavigation:nth-child(8) {
    display: none;
}

.menunavigation:nth-child(11) {
    display: none;
}

.menunavigation:nth-child(12) {
    display: none;
}

.menunavigation:nth-child(13) {
    display: none;
}

.menunavigation:nth-child(14) {
    display: none;
}

table.main[width="737"] {
    width: 100% !important;
}

div.curuser-stats:nth-child(3) {
    display: none;
}

img[src="/pic/blankpoll.gif"]{
	display:none;
}

table.main tbody tr td.bottom table.main tbody tr td.embedded table tbody tr td img {
    max-width: 100% !important;
}
   
              
table tbody#inboxbody tr td a[href*="friends"] {
	display: none;	
}
                            
    
#donate, .donor, .seeding, .leeching, .sentbox, .inbox, .inboxnew, .buddylist, .mytorrents, .searchicon {
    background-image: url("http://svgshare.com/i/4j4.svg");
}

.unlockednew {
    width: 32px;
    height: 32px;
    background: url("http://svgshare.com/i/4jc.svg") no-repeat center;
}
    
.unlocked {
    width: 32px;
    height: 32px;
    background: url("http://svgshare.com/i/4iQ.svg") no-repeat center;
}
    
.lockednew {
    width: 32px;
    height: 32px;
    background: url("http://svgshare.com/i/4jD.svg") no-repeat center;
}   
    
.locked {
    width: 32px;
    height: 32px;
    background: url("http://svgshare.com/i/4jj.svg") no-repeat center;
}

.hasposted::after {
    content: url("http://svgshare.com/i/4hh.svg");
    height: 8px;
    left: 20px;
    position: relative;
    top: 20px;
    width: 8px;
}
}

@-moz-document regexp("https?://hdbits.org/forums") {
/*forums */
#latest_posts {
	display: none;
}

table[width="800"] {
    display: none !important;
}

th[align="right"]{
	display: none;
}
	
td[align="right"]{
	display: none;
}
    
td.bottom p a b {
    font-size: 10px;
}
    
body table.main tbody tr td.bottom h3 {
    display: none !important;
}
    
td.bottom:nth-child(2) > table:nth-child(1){
    display: none !important;
}

td.bottom:nth-child(2) > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(4) {
    display: none;
}

td.bottom:nth-child(2) > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(5) {
    display: none;
}
}

@-moz-document regexp("https?://hdbits.org/forums/viewforum.forumid=([0-9]+&[a-z]+=[0-9]+|[0-9]+)") {
/* viewforum  */
th[align="right"]{
	display: none;
}
    
table[width="800"] {
    display: none !important;
}
	
td[align="right"]{
	display: none;
}

td[align="left"]:nth-child(4) {
    display: none;
}
              
td.bottom:nth-child(2) > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(2) {
 	display: none;
}

td.bottom:nth-child(2) > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(3) {
    	display: none; 
}

td.bottom:nth-child(2) > table:nth-child(4) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(4) {
 		display:none;   
}
}

@-moz-document regexp("https?://hdbits.org/forums/viewtopic.topicid.*.page.*") {
/* viewtopic */
table[width="800"] {
    display: none !important;
}
.js-watchtopic {
 	display:none;   
}
.std-content {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

td[width="150"] {
	display:none;
}

.comment img[src^="http"] {
	max-width: 100%;
}
    
h1 {
    font-size: 14px;
}
    
td.embedded div p b {
 	font-size: 10px;   
}

.message > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > table:nth-child(1) > tbody > tr:nth-child(1) {
    display: none;
}

.message > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(2) {
    display: none;
}

body table.main tbody tr td.bottom table.main tbody tr td.embedded table.std-content tbody tr td.embedded table tbody tr td form table.message tbody tr td table tbody tr td.embedded textarea#body {
    width: 300px;
}
}

@-moz-document regexp("https?://hdbits.org/inbox.php*") {
/* inbox */
table[style="min-width:650px;"] {
    min-width:100% !important;
}   
}

@-moz-document regexp("https?://hdbits.org/support") {
/* support */
table[width="800"] {
    display: none !important;
}
}

@-moz-document regexp("https?://hdbits.org/inbox.php.action=viewmessage.id.*") {
/* private message */
table[width="660"] {
    width:100% !important;
}
}

@-moz-document regexp("https?://hdbits.org/dox.php.([a-z]+=[0-9]&[a-z]+=.&sort=id&h=[0-9]&d=[A-Z]+|[a-z]+=[0-9]+&search=)") {
/* subtitles */
table.main:nth-child(8) {
    display: none !important;
}

table.main:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > table:nth-child(1) {
    display: none;
}

table.main:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > table:nth-child(5) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(3) {
    display: none;
}

table.main:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > table:nth-child(5) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(4) {
    display: none;
}

table.main:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > table:nth-child(5) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(5) {
    display: none;
}

table.main:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > table:nth-child(5) > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(6) {
    display: none;
}

body table.main tbody tr td.bottom table tbody tr td:nth-child(3){
    display: none;
}

body table.main tbody tr td.bottom table tbody tr td:nth-child(4){
    display: none;
}

body table.main tbody tr td.bottom table tbody tr td:nth-child(5){
    display: none;
}

body table.main tbody tr td.bottom table tbody tr td:nth-child(6){
    display: none;
}

table.main:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > form:nth-child(3) {
    display: none;
}
}

@-moz-document regexp("https?://hdbits.org/userdetails.php.id=[0-9]+") {
/* profile */ 
td.bottom:nth-child(2) > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(18) {
    display: none;
}

body table.main tbody tr td.bottom table.main tbody tr td.embedded table tbody tr td img {
    max-width: 100%;
}
}

Reviews

No reviews yet.