Немає опису редагування
Немає опису редагування
 
(Не показані 3 проміжні версії цього користувача)
Рядок 1: Рядок 1:
body.skin-minerva {
/* Background */
     background-image: url('https://mafiacc.site/images/a/a1/Background_x%402x.png');
html {
     background-size: cover; /* Cover the entire page */
    background-color: #15151f !important;
     background-repeat: no-repeat; /* Prevent image from repeating */
     background-image: url('/images/3/3b/MafiaClosedCircleBackground%402x.png') !important;
     background-position: center center; /* Center the background image */
     background-size: cover !important;
     background-repeat: no-repeat !important;
     background-position: center center !important;
    background-attachment: fixed !important;
}
}


.body {
body,
    background-image: url('/images/5/5b/Bg_new.pn');
#mw-mf-viewport,
    background-size: cover;  /* Cover the entire page */
#mw-mf-page-center,
     background-repeat: no-repeat; /* Prevent image from repeating */
#content,
     background-position: center center; /* Center the background image */
.mw-body,
.content,
.overlay-enabled,
.pre-content,
.post-content,
#bodyContent,
.mw-body-content,
.mw-parser-output {
     background-color: transparent !important;
     background-image: none !important;
}
}

Поточна версія на 21:22, 9 грудня 2025

/* Background */
html {
    background-color: #15151f !important;
    background-image: url('/images/3/3b/MafiaClosedCircleBackground%402x.png') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
}

body,
#mw-mf-viewport,
#mw-mf-page-center,
#content,
.mw-body,
.content,
.overlay-enabled,
.pre-content,
.post-content,
#bodyContent,
.mw-body-content,
.mw-parser-output {
    background-color: transparent !important;
    background-image: none !important;
}