MediaWiki:Minerva.css: відмінності між версіями

нема опису редагування
(Створена сторінка: →‎Усі CSS тут будуть завантажені для користувачів скіна MinervaNeue: body.skin-minerva { background-image: url('https://mafiacc.site/images/2/26/Background.png'); background-size: cover; →‎Cover the entire page: background-repeat: no-repeat; →‎Prevent image from repeating: background-position: center center; →‎Center the background image: })
 
Немає опису редагування
 
(Не показано 9 проміжних версій цього користувача)
Рядок 1: Рядок 1:
/* Усі CSS тут будуть завантажені для користувачів скіна MinervaNeue */
/* 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.skin-minerva {
body,
    background-image: url('https://mafiacc.site/images/2/26/Background.png');
#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;
}
}