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

Материал из wiki innovation station ss14
Нет описания правки
Метка: ручная отмена
Нет описания правки
Строка 1: Строка 1:
* {
* {
     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;
}
}


a {
a {
     color: #0de4ff !important;  
     color: #0de4ff !important;
}
     text-decoration: none !important;
 
* {
     box-shadow: none !important;
    border-color: #0de4ff !important;
}
}


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

Версия от 19:51, 14 сентября 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;
}