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

Материал из wiki innovation station ss14
Нет описания правки
Метка: отменено
Нет описания правки
 
(не показано 19 промежуточных версий 2 участников)
Строка 1: Строка 1:
Фон:
* {
    background-color: #18353c !important;
    color: #0de4ff !important;
    font-weight: bold !important;
    box-shadow: none !important;
    border-color: #0de4ff !important;
}
 
a {
    color: #0de4ff !important;
    text-decoration: none !important;
}
 
#p-logo .mw-portlet a {
    color: #0de4ff !important;
}
 
ol {
    list-style-type: none !important;
    padding-left: 0 !important;
}
 
body {
body {
     background-image: url('https://avatars.dzeninfra.ru/get-zen_doc/9662441/pub_643f69a405680c15fb2d5cb3_643f69de05680c15fb2d66b6/scale_1200');
     background-image: url('/home/httpd/vhosts/wiki-innovationstation-ss14.ru/httpdocs/resources/assets/wikifon.png');
     background-size: cover; /* Масштабирование изображения */
     background-size: cover;  
     background-attachment: fixed; /* Фиксированный фон при прокрутке */
     background-repeat: no-repeat;  
     background-position: center; /* Центрирование изображения */
      
}
}

Текущая версия от 14:02, 15 сентября 2024

* {
    background-color: #18353c !important;
    color: #0de4ff !important;
    font-weight: bold !important;
    box-shadow: none !important;
    border-color: #0de4ff !important;
}

a {
    color: #0de4ff !important;
    text-decoration: none !important;
}

#p-logo .mw-portlet a {
    color: #0de4ff !important;
}

ol {
    list-style-type: none !important;
    padding-left: 0 !important;
}

body {
    background-image: url('/home/httpd/vhosts/wiki-innovationstation-ss14.ru/httpdocs/resources/assets/wikifon.png');
    background-size: cover; 
    background-repeat: no-repeat; 
    
}