MediaWiki:Common.css: различия между версиями
Материал из wiki innovation station ss14
Userr (обсуждение | вклад) Нет описания правки |
Userr (обсуждение | вклад) Нет описания правки Метка: отменено |
||
| Строка 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; | ||
} | } | ||
| Строка 10: | Строка 9: | ||
color: #0de4ff !important; | color: #0de4ff !important; | ||
text-decoration: none !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; | |||
} | |||
#p-cactions, #p-navigation, #p-tb, #p-lang, #p-search { | |||
background-color: #18353c !important; | |||
color: #0de4ff !important; | |||
border-color: #0de4ff !important; | |||
} | |||
.mw-portlet { | |||
background-color: #18353c !important; | |||
color: #0de4ff !important; | |||
border-color: #0de4ff !important; | |||
} | |||
.mw-parser-output { | |||
background-color: #18353c !important; | |||
color: #0de4ff !important; | color: #0de4ff !important; | ||
} | } | ||
Версия от 19:53, 14 сентября 2024
body {
background-color: #18353c !important;
color: #0de4ff !important;
font-weight: bold !important;
}
a {
color: #0de4ff !important;
text-decoration: none !important;
}
* {
box-shadow: none !important;
border-color: #0de4ff !important;
}
#p-logo .mw-portlet a {
color: #0de4ff !important;
}
#p-cactions, #p-navigation, #p-tb, #p-lang, #p-search {
background-color: #18353c !important;
color: #0de4ff !important;
border-color: #0de4ff !important;
}
.mw-portlet {
background-color: #18353c !important;
color: #0de4ff !important;
border-color: #0de4ff !important;
}
.mw-parser-output {
background-color: #18353c !important;
color: #0de4ff !important;
}
