Skip to content

Freetp Dark and Wide by m4yd3

Screenshot of Freetp Dark and Wide

Details

Authorm4yd3

LicenseNo License

Categoryfreetp

Created

Updated

Size2.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Darker and wider version of freetp that also removes a lot unnecessary content.

Notes

Removes comments, recommendations, logo and much more. If it removes something you need then don't use the style or just edit it yourself.
Can also remove something not intended.

Only changes game and download pages.

Source code

/* ==UserStyle==
@name         Freetp Dark and Wide
@version      20220519.23.56
@namespace    userstyles.world/user/m4yd3
@description  Darker and wider version of freetp that also removes a lot of unnecessary content.
@author       m4yd3
@license      No License
==/UserStyle== */

@-moz-document domain("freetp.org"), domain("freetp.ru") {
* {
    color: #ddd;
}

.menu ul li a {
    color: #ddd;
}

.pagebg, .wrapper, html, body, .d1, .d2 {
    background: #121212;
}

nav, .header, div.container, .td1, table, .ui-dialog-content.ui-widget-content, .pagefullbg {
    background: #202020 !important;
}

.quote, a.button1, .title_spoiler, .text_spoiler, .attachment, .attachment *, code, .menu ul, .menu ul li a {
    background-color: #252525 !important;
}

.input, .submit, .menu ul li a:hover, .menu ul li:hover>a {
    background-color: #303030;
}

.button, .button:focus {
    background-color: hsl(93, 43%, 34%);
    border-color: hsl(93, 43%, 37%);
}

.button:hover {
    background-color: hsl(93, 43%, 50%);
    border-color: hsl(93, 43%, 37%);
}

nav { 
    box-shadow: 0px 0px 10px 0px black;
}

.header, .ui-dialog-content.ui-widget-content {
    height: auto !important;
}

.wrapper, .fix_block, nav, .midside, .mainside, #dle-content, .base.fullstory {
    width: -webkit-fill-available !important
}

div[id^="news-id"] > div.quote:nth-of-type(1) iframe {
    display: block;
}

.quote img {
    margin: unset !important;
}

.quote p {
    text-align: start !important;
}

.quote {
    margin: 3px 0px;
}

.menu > li:last-child {
    position: absolute;
    right: 16px;
    padding-left: 0px !important;
}

.walpha, .container .midside .container {
    padding: 0px;
}

.container {
    padding: 4px 16px;
}

.d1, .d2, .td1 {
    border: 0px;
}

#image-sp951306ccf8e60a1c0ad01db8ce46bb01 {
    filter: invert(1);
}

.gbpad, img[src="/abs.jpg"], #dlemasscomments, #dle-comments-form, .dle-comments-navigation, .wfoot, .footer, .footinfo, .footalpha, .clr.boxlinks, .addcomment, .leftside, .rightside, .header > h1, noindex, .scroll-to-top-button {
    display:none !important;
}
}

Reviews

No reviews yet.