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

нема опису редагування
Немає опису редагування
Немає опису редагування
Рядок 443: Рядок 443:
     background-position: center center;
     background-position: center center;
     background-attachment: fixed;  // This keeps the background fixed during scrolling
     background-attachment: fixed;  // This keeps the background fixed during scrolling
}
#content {
    background-image: url('/images/2/26/Background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;  /* This keeps the background stationary as you scroll */
}
}