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

Материал из wiki innovation station ss14
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
* {
* {
     background-color: #18353c !important;  
     background-color: #18353c !important;  
     color: #000000 !important;  
     color: #0de4ff !important;  
     font-weight: bold !important;
     font-weight: bold !important;
}
}


a {
a {
     color: #0000EE !important;  
     color: #0de4ff !important;  
}
}


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

Версия от 18:40, 14 сентября 2024

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

a {
    color: #0de4ff !important; 
}

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

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