Skip to content

JAM.S Custom Background v2 by imaiir

Details

Authorimaiir

LicenseNo License

Categoryjustanothermusic.site

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Adds a custom image to the JAM.S site!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           JAM.S Custom Background
@namespace      justanothermusic.site
@version        2.1.1
@description    A new userstyle
@author         AiiR + Koneko
==/UserStyle== */

@-moz-document domain("justanothermusic.site")
{
    /* Use for custom background */
    .p-body
    {
        background-size: cover;
        background-position: center center;
        background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("https://i.imgur.com/YrbQbd8.png"); /* REPLACE WITH OWN IMAGE URL!! */
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    
    /* Use for semi-transparent grey blocks (Must Uncomment) */
    /* .block--messages .message,
    .block--messages .block-row,
    .block-container,
    .message-cell.message-cell--user,
    .message-cell.message-cell--action,
    .fr-box.fr-basic,
    .bbCodeBlock-title,
    .bbCodeBlock,
    .reactionsBar,
    .p-body-sidebar .block-body,
    .p-body-sideNavContent .block-body,
    .p-staffBar,
    .p-nav-inner,
    .p-nav,
    .structItem,
    .block-row,
    .memberHeader,
    html .button.button--link,
    html a.button.button--link,
    html .button:not(.button--splitTrigger).button--link,
    html a.button:not(.button--splitTrigger).button--link,
    .block-tabHeader,
    .message-responseRow,
    .input,
    .blockMessage.blockMessage--none,
    .blockMessage.blockMessage--alt {
        background: rgba(52, 57, 63, 0.7) !important;
    } */
}

Reviews

No reviews yet.