MediaWiki:Minerva.css: відмінності між версіями
Admin (обговорення | внесок) (Створена сторінка: →Усі 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: }) |
Admin (обговорення | внесок) Немає опису редагування |
||
(Не показані 2 проміжні версії цього користувача) | |||
Рядок 1: | Рядок 1: | ||
/* | body.skin-minerva { | ||
background-image: url('/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 */ | |||
} | |||
body | .body { | ||
background-image: url(' | background-image: url('/images/2/26/Background.png'); | ||
background-size: cover; /* Cover the entire page */ | background-size: cover; /* Cover the entire page */ | ||
background-repeat: no-repeat; /* Prevent image from repeating */ | background-repeat: no-repeat; /* Prevent image from repeating */ | ||
background-position: center center; /* Center the background image */ | background-position: center center; /* Center the background image */ | ||
} | } |
Поточна версія на 09:05, 24 квітня 2024
body.skin-minerva { background-image: url('/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 */ } .body { background-image: url('/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 */ }