Przejdź do zawartości

MediaWiki:Vector-2022.css: Różnice pomiędzy wersjami

Z Horyzont Zdarzeń
Utworzono nową stronę "Wymuszony tryb ciemny DarkVector na bazie Vector 2022: .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 !importa…"
 
Nie podano opisu zmian
Znacznik: Wycofane
Linia 1: Linia 1:
/* Wymuszony tryb ciemny DarkVector na bazie Vector 2022 */
/* === Ogólne tło i tekst === */
 
.skin-vector-2022,
.skin-vector-2022,
.skin-vector-2022 body {
.skin-vector-2022 body {
Linia 7: Linia 6:
}
}


/* Linki */
/* === Linki === */
.skin-vector-2022 a {
.skin-vector-2022 a {
     color: #ffcc66 !important;
     color: #ffcc66 !important;
Linia 20: Linia 19:
}
}


/* Sidebar (lewe menu) */
/* === Sidebar (lewe menu) === */
.skin-vector-2022 .mw-sidebar {
.skin-vector-2022 .mw-sidebar {
     background-color: #1a1a1a !important;
     background-color: #1a1a1a !important;
Linia 26: Linia 25:
}
}


/* Nagłówek */
/* === Nagłówek === */
.skin-vector-2022 .mw-header,
.skin-vector-2022 .mw-header,
.skin-vector-2022 #mw-head {
.skin-vector-2022 #mw-head {
Linia 33: Linia 32:
}
}


/* Pasek wyszukiwania */
/* === Pasek wyszukiwania === */
.skin-vector-2022 .vector-search-box,
.skin-vector-2022 .vector-search-box,
.skin-vector-2022 .vector-search-box input {
.skin-vector-2022 .vector-search-box input {
Linia 40: Linia 39:
}
}


/* Footer */
/* === Stopka === */
.skin-vector-2022 .mw-footer {
.skin-vector-2022 .mw-footer {
     background-color: #1a1a1a !important;
     background-color: #1a1a1a !important;
Linia 46: Linia 45:
}
}


/* Pola edycji i formularze */
/* === Pola edycji i formularze === */
.skin-vector-2022 input,
.skin-vector-2022 input,
.skin-vector-2022 textarea,
.skin-vector-2022 textarea,
Linia 55: Linia 54:
}
}


/* Nagłówki */
/* === Nagłówki === */
.skin-vector-2022 h1, .skin-vector-2022 h2, .skin-vector-2022 h3, .skin-vector-2022 h4 {
.skin-vector-2022 h1,
.skin-vector-2022 h2,
.skin-vector-2022 h3,
.skin-vector-2022 h4 {
     color: #ffcc66 !important;
     color: #ffcc66 !important;
}
}


/* Pasek narzędzi użytkownika */
/* === Pasek narzędzi użytkownika === */
.skin-vector-2022 .vector-user-links {
.skin-vector-2022 .vector-user-links {
     background-color: #1a1a1a !important;
     background-color: #1a1a1a !important;
}
}


/* Pasek zakładek artykułu (edycja, dyskusja itp.) */
/* === Pasek zakładek artykułu === */
.skin-vector-2022 .vector-page-toolbar {
.skin-vector-2022 .vector-page-toolbar {
     background-color: #1a1a1a !important;
     background-color: #1a1a1a !important;
}
}


/* Bloki komunikatów */
/* === Bloki komunikatów === */
.skin-vector-2022 .mw-message-box {
.skin-vector-2022 .mw-message-box {
     background-color: #333333 !important;
     background-color: #333333 !important;
     border: 1px solid #555555;
     border: 1px solid #555555;
     color: #ffffff !important;
     color: #ffffff !important;
}
/* === Przyciski === */
.skin-vector-2022 button,
.skin-vector-2022 .mw-ui-button,
.skin-vector-2022 input[type="submit"],
.skin-vector-2022 input[type="button"] {
    background-color: #ffcc66 !important;
    color: #2b2b2b !important;
    border: none !important;
    padding: 0.5em 1em !important;
    border-radius: 4px !important;
    cursor: pointer !important;
}
.skin-vector-2022 button:hover,
.skin-vector-2022 .mw-ui-button:hover,
.skin-vector-2022 input[type="submit"]:hover,
.skin-vector-2022 input[type="button"]:hover {
    background-color: #e6b800 !important;
}
/* === Wyskakujące okienka (np. podpowiedzi edytora) === */
.skin-vector-2022 .oo-ui-popupWidget,
.skin-vector-2022 .oo-ui-tooltip {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #444444 !important;
}
/* === Pasek narzędzi edytora === */
.skin-vector-2022 .oo-ui-toolbar {
    background-color: #1a1a1a !important;
    border-bottom: 1px solid #444444 !important;
}
/* === Menu rozwijane === */
.skin-vector-2022 .vector-menu-content {
    background-color: #1a1a1a !important;
    border: 1px solid #444444 !important;
}
/* === Tabela treści === */
.skin-vector-2022 .toc {
    background-color: #1a1a1a !important;
    border: 1px solid #444444 !important;
    color: #cccccc !important;
}
}

Wersja z 20:17, 22 kwi 2025

/* === Ogólne 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;
    border-right: 1px solid #444444;
}

/* === 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;
}

/* === Stopka === */
.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 === */
.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;
}

/* === Przyciski === */
.skin-vector-2022 button,
.skin-vector-2022 .mw-ui-button,
.skin-vector-2022 input[type="submit"],
.skin-vector-2022 input[type="button"] {
    background-color: #ffcc66 !important;
    color: #2b2b2b !important;
    border: none !important;
    padding: 0.5em 1em !important;
    border-radius: 4px !important;
    cursor: pointer !important;
}

.skin-vector-2022 button:hover,
.skin-vector-2022 .mw-ui-button:hover,
.skin-vector-2022 input[type="submit"]:hover,
.skin-vector-2022 input[type="button"]:hover {
    background-color: #e6b800 !important;
}

/* === Wyskakujące okienka (np. podpowiedzi edytora) === */
.skin-vector-2022 .oo-ui-popupWidget,
.skin-vector-2022 .oo-ui-tooltip {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #444444 !important;
}

/* === Pasek narzędzi edytora === */
.skin-vector-2022 .oo-ui-toolbar {
    background-color: #1a1a1a !important;
    border-bottom: 1px solid #444444 !important;
}

/* === Menu rozwijane === */
.skin-vector-2022 .vector-menu-content {
    background-color: #1a1a1a !important;
    border: 1px solid #444444 !important;
}

/* === Tabela treści === */
.skin-vector-2022 .toc {
    background-color: #1a1a1a !important;
    border: 1px solid #444444 !important;
    color: #cccccc !important;
}