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

нема опису редагування
Немає опису редагування
Немає опису редагування
Рядок 446: Рядок 446:


#content {
#content {
     background-image: url('/images/2/26/Background.png');
     background-image: url('/images/2/26/Background.png') !important;
     background-size: cover;
     background-size: cover !important;
     background-repeat: no-repeat;
     background-repeat: no-repeat !important;
     background-position: center center;
     background-position: center center !important;
     background-attachment: fixed; /* This keeps the background stationary as you scroll */
     background-attachment: fixed !important;
}
}