MediaWiki:Vector-2022.css
Wygląd
Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.
- Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
- Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
- Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5.
- Opera: Naciśnij klawisze Ctrl+F5.
/* === Styl DarkVector dla Vector 2022 === */
/* Tło i tekst */
.skin-vector-2022,
.skin-vector-2022 body {
background-color: #2b2b2b !important;
color: #cccccc !important;
}
/* Linki */
.skin-vector-2022 a {
color: #ffcc66 !important;
}
.skin-vector-2022 a:visited {
color: #d4aa00 !important;
}
.skin-vector-2022 a.new {
color: #ff6666 !important;
}
/* Sidebar (lewe menu) */
.skin-vector-2022 .mw-sidebar {
background-color: #1a1a1a !important;
/* Usunięcie ramki */
border-right: none !important;
}
/* Nagłówek */
.skin-vector-2022 .mw-header,
.skin-vector-2022 #mw-head {
background-color: #1a1a1a !important;
color: #cccccc !important;
}
/* Pasek wyszukiwania */
.skin-vector-2022 .vector-search-box,
.skin-vector-2022 .vector-search-box input {
background-color: #333333 !important;
color: #ffffff !important;
}
/* Footer */
.skin-vector-2022 .mw-footer {
background-color: #1a1a1a !important;
color: #cccccc !important;
}
/* Pola edycji i formularze */
.skin-vector-2022 input,
.skin-vector-2022 textarea,
.skin-vector-2022 select {
background-color: #333333 !important;
color: #ffffff !important;
border: 1px solid #555555;
}
/* Nagłówki */
.skin-vector-2022 h1, .skin-vector-2022 h2, .skin-vector-2022 h3, .skin-vector-2022 h4 {
color: #ffcc66 !important;
}
/* Pasek narzędzi użytkownika */
.skin-vector-2022 .vector-user-links {
background-color: #1a1a1a !important;
}
/* Pasek zakładek artykułu (edycja, dyskusja itp.) */
.skin-vector-2022 .vector-page-toolbar {
background-color: #1a1a1a !important;
}
/* Bloki komunikatów */
.skin-vector-2022 .mw-message-box {
background-color: #333333 !important;
border: 1px solid #555555;
color: #ffffff !important;
}
/* === Stylizacja przycisków === */
/* Główne przyciski */
.skin-vector-2022 .mw-ui-button,
.skin-vector-2022 .oo-ui-buttonElement-button {
background-color: #ffcc66 !important;
color: #2b2b2b !important;
border: none !important;
box-shadow: none !important;
}
/* Efekt najechania kursorem */
.skin-vector-2022 .mw-ui-button:hover,
.skin-vector-2022 .oo-ui-buttonElement-button:hover {
background-color: #e6b800 !important;
color: #000000 !important;
}
/* Przycisk "Zapisz stronę" */
.skin-vector-2022 .oo-ui-flaggedElement-primary .oo-ui-buttonElement-button {
background-color: #ffcc66 !important;
color: #2b2b2b !important;
}
/* Efekt najechania kursorem na "Zapisz stronę" */
.skin-vector-2022 .oo-ui-flaggedElement-primary .oo-ui-buttonElement-button:hover {
background-color: #e6b800 !important;
color: #000000 !important;
}