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

нема опису редагування
Немає опису редагування
Немає опису редагування
 
(Не показано 7 проміжних версій цього користувача)
Рядок 1: Рядок 1:
body.skin-minerva {
/* Background */
     background-image: url('/images/2/26/Background.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,
#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;
}
}