Skip to content

forum.canardpc.com by Tlataste

Details

AuthorTlataste

LicenseNo License

Categoryforum.canardpc.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Style CSS pour modifier l'affichage de la version 2025 du forum de Canard PC

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           forum.canardpc.com
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("forum.canardpc.com") {
    /* Insérer le code ici... */
    
    .b-post__body,
    .conversation-list.stream-view .list-item,
    .conversation-content-widget .list-container .list-item .list-item-body-wrapper {
            background: none 0 0, #EAE8E3;
    }
    
    .topic-list-container .topic-list .topic-item {
        background: none 0 0, #EAE8E3;
    }
    
    body .bbcode_container .bbcode_quote {
        border: 1px solid black;
    }
    
    body .bbcode_container .bbcode_quote {
        font-size: 1.5rem;
    }
    
    .l-row {
        background: #f2f6f8;
    }
    
    body .bbcode_container .bbcode_quote {
        border-radius: 5px;
        border: 1px solid #417394;
        background: white;
        font-size: 13px;
        line-height: 1;
    }
    
    body .b-post .b-post__content {
        font: 13px Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;
    }
        
}

Reviews

No reviews yet.