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

Материал из wiki innovation station ss14
Нет описания правки
Нет описания правки
Строка 14: Строка 14:
   
   
#p-logo .mw-portlet a {
#p-logo .mw-portlet a {
     color: #000000 !important; /* Устанавливаем черный цвет текста */
     color: #000000 !important;  
     text-decoration: none !important; /* Убираем подчеркивание, если нужно */
     text-decoration: none !important;  
}
}

Версия от 17:51, 14 сентября 2024

* {
    background-color: #303132 !important; 
    color: #000000 !important; 
    font-weight: bold !important;
}

a {
    color: #0000EE !important; 
}

* {
    box-shadow: none !important;
    border-color: #000000 !important;
 
#p-logo .mw-portlet a {
    color: #000000 !important; 
    text-decoration: none !important; 
}