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

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


Строка 9: Строка 10:
     color: #0de4ff !important;
     color: #0de4ff !important;
     text-decoration: none !important;
     text-decoration: none !important;
}
* {
    box-shadow: none !important;
    border-color: #0de4ff !important;
}
}


Строка 21: Строка 16:
}
}


#p-cactions, #p-navigation, #p-tb, #p-lang, #p-search {
ol {
     background-color: #18353c !important;
     list-style-type: none !important;
    color: #0de4ff !important;
     padding-left: 0 !important;
     border-color: #0de4ff !important;
}
}


 
body {
.mw-portlet {
     background-image: url('/home/httpd/vhosts/wiki-innovationstation-ss14.ru/httpdocs/resources/assets/wikifon.png');
     background-color: #18353c !important;
     background-size: cover;  
     color: #0de4ff !important;
     background-repeat: no-repeat;  
    border-color: #0de4ff !important;
      
}
 
.mw-parser-output {
     background-color: #18353c !important;
     color: #0de4ff !important;
}
}

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