Adds a custom image to the JAM.S site!
JAM.S Custom Background v2 by imaiir
Details
Authorimaiir
LicenseNo License
Categoryjustanothermusic.site
Created
Updated
Size2.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name JAM.S Custom Background
@namespace justanothermusic.site
@version 2.1.2
@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;
}
}
@-moz-document domain("justanothermusic.site")
{
/* 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;
}*/
}
@-moz-document regexp('https?://justanothermusic?.site(/(.*index\.php\?reports).*$)?')
{
/* Use for semi-transparent grey blocks (Must Uncomment) */
.formRow,
.message-inner {
background: rgba(52, 57, 63, 0.7) !important;
}
}
@-moz-document regexp('https?://justanothermusic?.site(/(.*admin\.php).*$)?')
{
/* Use for semi-transparent grey blocks (Must Uncomment) */
.formRow,
.formRow .input,
.inputGroup .input,
.menu-row .input,
.block-outer .input,
.message-inner,
.block-body,
.block-row,
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-outer {
background: #fefefe !important;
}
.p-nav-inner,
.block-tabHeader {
background: #185886 !important;
}
.p-main-header {
background: #fefefe !important;
margin-bottom: 0px !important;
padding-left: 5px !important;
}
}