MediaWiki:Common.css: различия между версиями

Материал из wiki innovation station ss14
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
#content {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
    color: #0de4ff;
}
body {
body {
     background-image: url('https://wiki-innovationstation-ss14.ru/images/wikifon.png');
     background-image: url('https://wiki-innovationstation-ss14.ru/images/wikifon.png');  
     background-size: cover;  
     background-size: cover;
     background-repeat: no-repeat;  
     background-repeat: no-repeat;
    background-attachment: fixed;  
}
}

Версия от 19:01, 16 октября 2024

#content {
    background-color: rgba(0, 0, 0, 0.7); 
    padding: 20px; 
    border-radius: 10px; 
    color: #0de4ff; 
}

body {
    background-image: url('https://wiki-innovationstation-ss14.ru/images/wikifon.png'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; 
}