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

Материал из wiki innovation station ss14
Нет описания правки
Нет описания правки
Строка 1: Строка 1:


* {
* {
     background-color: #f5f5dc !important; /* Бежевый цвет, как у газет */
     background-color: #d2c6a8 !important;  
     color: #000000 !important; /* Чёрный цвет текста */
     color: #000000 !important;  
}
}




a {
a {
     color: #0000EE !important; /* Синий цвет для ссылок */
     color: #0000EE !important;  
}
}


Строка 13: Строка 13:
* {
* {
     box-shadow: none !important;
     box-shadow: none !important;
     border-color: #000000 !important; /* Черные рамки, если они есть */
     border-color: #000000 !important;  
}
}

Версия от 20:39, 9 сентября 2024


* {
    background-color: #d2c6a8 !important; 
    color: #000000 !important; 
}


a {
    color: #0000EE !important; 
}


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