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

Материал из wiki innovation station ss14
Нет описания правки
Нет описания правки
 
(не показано 15 промежуточных версий этого же участника)
Строка 1: Строка 1:
* {
* {
     background-color: #f5f5dc !important; /* Бежевый цвет, как у газет */
     background-color: #18353c !important;
     color: #000000 !important; /* Чёрный цвет текста */
     color: #0de4ff !important;
    font-weight: bold !important;
    box-shadow: none !important;
    border-color: #0de4ff !important;
}
}


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


a {
#p-logo .mw-portlet a {
     color: #0000EE !important; /* Синий цвет для ссылок */
     color: #0de4ff !important;
}
}


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


* {
body {
     box-shadow: none !important;
     background-image: url('/home/httpd/vhosts/wiki-innovationstation-ss14.ru/httpdocs/resources/assets/wikifon.png');
     border-color: #000000 !important; /* Черные рамки, если они есть */
    background-size: cover;  
     background-repeat: no-repeat;  
   
}
}

Текущая версия от 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; 
    
}