Skip to content

forocoches diseño nuevo by shurtmato

Details

Authorshurtmato

LicenseNo License

Categoryforocoches

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Quita la publi del diseño nuevo y ajustes menores.

Notes

Además he reducido el tamaño entre baldas del menu derecho con los foros y he hecho que este baje mientras se desciende por la página. se han eliminado los hilos con colores.

Source code

/* ==UserStyle==
@name         forocoches diseño nuevo
@version      20240412
@namespace    userstyles.world/user/shurtmato
@description  Quita la publi del diseño nuevo.
@author       shurtmato
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://forocoches.com/foro/forumdisplay.php") {
    #h1{
        display: none !important;
    }

    #sidebar > section:nth-child(4){
        display: none !important;
    }
    #sidebar > section:nth-child(2){
        display: none !important;
    }

    div[style*="background-color: #"]{
            display:none !important;
    }
    
    #notice-wrapper{
        display:none !important;
    }
    
    #sidebar > section:nth-child(3){
    position: sticky !important;
    top: 85px;
    }
    
}

@-moz-document url-prefix("https://forocoches.com/foro/showthread.php") {
    #sidebar > section:nth-child(2) {
        display: none !important;
    }

    #sidebar > div:nth-child(4) > section:nth-child(1) {
        display: none !important;
    }
    .hide-forum-descriptions > a > div:nth-child(1) > div:nth-child(2) {
        margin: 13px 0 13px 0 !important;
    }
    #sidebar > section:nth-child(3) {
        position: sticky !important;
        top: 130px;
    }
    #fcs {
        display: none !important;
    }
    .wysiwyg {
        background-color: #2a2a2a;
        color: white;
    }

    #notice-wrapper {
        display: none !important;
    }
}

Reviews

No reviews yet.