Skip to content

NoGlory by infomase

Screenshot of NoGlory

Details

Authorinfomase

LicenseCC0

Categorymyhordes

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Supprime les styles Glory du forum de MyHordes.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           NoGlory
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Supprime les styles Glory du forum de MyHordes.
@author         Morue
==/UserStyle== */

@-moz-document url-prefix("https://myhordes.eu"), url-prefix("https://myhordes.fr"), url-prefix("https://myhordes.de"), url-prefix("https://myhord.es") {
    /* Message Glory */
    div.forum-post > .forum-post-header.header-variant-glory{
        background:linear-gradient(0deg,#784a2b,50%,#965c36);
    }
    
    .forum-post > .forum-post-header.header-variant-glory::after{
        background:none;
        content:normal;
    }
    
    .forum-post.forum-post-variant-glory{
        background:#4a261e;
        text-shadow:none;
    }
    
    /* Balise Glory */
    #forum-editor-preview .glory,
    #forum-editor-preview-answer .glory,
    #forum-editor-preview-global .glory,
    .pm-message-content .glory,
    .twino-editor-preview .glory,
    .forum-post > .forum-post-content .glory{
        margin:0px;
        padding:0px;
        background-color:transparent;
        border:0px;
        border-radius:0px;
        box-shadow:none;
    }
    
    #forum-editor-preview .glory::before,
    #forum-editor-preview-answer .glory::before,
    #forum-editor-preview-global .glory::before,
    .pm-message-content .glory::before,
    .twino-editor-preview .glory::before,
    .forum-post > .forum-post-content .glory::before{
        background:none;
        content:normal;
    }
}

Reviews

No reviews yet.