MediaWiki:Main.css: Difference between revisions

From Tiny Rogues Wiki
(Replaced content with "#mw-content-container { background-image: url(https://roguepedia.net/wiki/images/2/26/Background.png); background-repeat: no-repeat; background-position: initial !important; background-size: cover !important; background-attachment: fixed !important; }")
Tag: Replaced
No edit summary
Line 5: Line 5:
     background-size: cover !important;
     background-size: cover !important;
     background-attachment: fixed !important;
     background-attachment: fixed !important;
}
/* main container */
#mw-content-container {
    border-bottom: none;
    min-height: 105vh;
}
#mw-content {
    border-bottom: none;
    background-color: var(--theme-tone-6);
    margin-top: 1rem;
    border-radius: 6px 6px 0 0;
    border: 1px solid var(--border-color);
    border-bottom: 0;
}
#mw-related-navigation .sidebar-chunk {
    margin-top: 1rem;
}
}

Revision as of 17:01, 19 January 2024

#mw-content-container {
    background-image: url(https://roguepedia.net/wiki/images/2/26/Background.png);
    background-repeat: no-repeat;
    background-position: initial !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

/* main container */
#mw-content-container {
    border-bottom: none;
    min-height: 105vh;
}

#mw-content {
    border-bottom: none;
    background-color: var(--theme-tone-6);
    margin-top: 1rem;
    border-radius: 6px 6px 0 0;
    border: 1px solid var(--border-color);
    border-bottom: 0;
}

#mw-related-navigation .sidebar-chunk {
    margin-top: 1rem;
}