MediaWiki:Vector-2022.css: Różnice pomiędzy wersjami
Wygląd
Nie podano opisu zmian |
Nie podano opisu zmian |
||
| Linia 1: | Linia 1: | ||
/* === Styl DarkVector dla Vector 2022 === */ | /* === Styl DarkVector dla Vector 2022 === */ | ||
/* Tło i tekst */ | /* --- Tło i tekst --- */ | ||
.skin-vector-2022, | .skin-vector-2022, | ||
.skin-vector-2022 body { | .skin-vector-2022 body { | ||
| Linia 8: | Linia 8: | ||
} | } | ||
/* Linki */ | /* --- Linki --- */ | ||
.skin-vector-2022 a { | .skin-vector-2022 a { | ||
color: #ffcc66 !important; | color: #ffcc66 !important; | ||
| Linia 21: | Linia 21: | ||
} | } | ||
/* Sidebar (lewe menu) */ | /* --- Sidebar (lewe menu) --- */ | ||
.skin-vector-2022 .mw-sidebar { | .skin-vector-2022 .mw-sidebar { | ||
background-color: #1a1a1a !important; | background-color: #1a1a1a !important; | ||
border-right: none !important; /* Usunięcie ramki */ | |||
border-right: none !important; | |||
} | } | ||
/* 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 35: | Linia 34: | ||
} | } | ||
/* 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 42: | Linia 41: | ||
} | } | ||
/* Footer */ | /* --- Footer --- */ | ||
.skin-vector-2022 .mw-footer { | .skin-vector-2022 .mw-footer { | ||
background-color: #1a1a1a !important; | background-color: #1a1a1a !important; | ||
| Linia 48: | Linia 47: | ||
} | } | ||
/* 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 57: | Linia 56: | ||
} | } | ||
/* 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 | /* --- 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; | ||
| Linia 81: | Linia 83: | ||
/* === Stylizacja przycisków === */ | /* === Stylizacja przycisków === */ | ||
/* Główne przyciski */ | /* --- Główne przyciski --- */ | ||
.skin-vector-2022 .mw-ui-button, | .skin-vector-2022 .mw-ui-button, | ||
.skin-vector-2022 .oo-ui-buttonElement-button { | .skin-vector-2022 .oo-ui-buttonElement-button { | ||
| Linia 90: | Linia 92: | ||
} | } | ||
/* Efekt najechania kursorem */ | /* --- Efekt najechania kursorem --- */ | ||
.skin-vector-2022 .mw-ui-button:hover, | .skin-vector-2022 .mw-ui-button:hover, | ||
.skin-vector-2022 .oo-ui-buttonElement-button:hover { | .skin-vector-2022 .oo-ui-buttonElement-button:hover { | ||
| Linia 97: | Linia 99: | ||
} | } | ||
/* Przycisk "Zapisz stronę" */ | /* --- Przycisk "Zapisz stronę" --- */ | ||
.skin-vector-2022 .oo-ui-flaggedElement-primary .oo-ui-buttonElement-button { | .skin-vector-2022 .oo-ui-flaggedElement-primary .oo-ui-buttonElement-button { | ||
background-color: #ffcc66 !important; | background-color: #ffcc66 !important; | ||
| Linia 103: | Linia 105: | ||
} | } | ||
/* Efekt najechania | /* --- Efekt najechania na "Zapisz stronę" --- */ | ||
.skin-vector-2022 .oo-ui-flaggedElement-primary .oo-ui-buttonElement-button:hover { | .skin-vector-2022 .oo-ui-flaggedElement-primary .oo-ui-buttonElement-button:hover { | ||
background-color: #e6b800 !important; | background-color: #e6b800 !important; | ||
color: #000000 !important; | color: #000000 !important; | ||
} | |||
/* === Styl WikiEditor (pasek narzędzi edytora) === */ | |||
.skin-vector-2022 .mw-edittoolbar, | |||
.skin-vector-2022 .wikiEditor-ui-toolbar, | |||
.skin-vector-2022 .wikiEditor-ui-toolbar .tabs, | |||
.skin-vector-2022 .wikiEditor-ui-toolbar .sections, | |||
.skin-vector-2022 .wikiEditor-ui-toolbar .group { | |||
background-color: #1b1b1b !important; | |||
border: none !important; | |||
} | |||
.skin-vector-2022 .wikiEditor-ui-toolbar .group input, | |||
.skin-vector-2022 .wikiEditor-ui-toolbar .tool-select { | |||
background-color: #2b2b2b !important; | |||
color: #e0e0e0 !important; | |||
border: 1px solid #444 !important; | |||
} | |||
.skin-vector-2022 .wikiEditor-ui-toolbar .tool { | |||
background-color: #2b2b2b !important; | |||
color: #e0e0e0 !important; | |||
} | |||
.skin-vector-2022 .wikiEditor-ui-toolbar .tool:hover, | |||
.skin-vector-2022 .wikiEditor-ui-toolbar .tool:focus { | |||
background-color: #3a3a3a !important; | |||
color: #ffffff !important; | |||
} | |||
.skin-vector-2022 .wikiEditor-ui-toolbar .tabs span, | |||
.skin-vector-2022 .wikiEditor-ui-toolbar .sections span { | |||
color: #cccccc !important; | |||
} | |||
.skin-vector-2022 .wikiEditor-ui-toolbar .tool img { | |||
filter: brightness(0.8) invert(0.9); | |||
} | } | ||
Wersja z 21:40, 22 kwi 2025
/* === 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;
border-right: none !important; /* Usunięcie ramki */
}
/* --- 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 --- */
.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 na "Zapisz stronę" --- */
.skin-vector-2022 .oo-ui-flaggedElement-primary .oo-ui-buttonElement-button:hover {
background-color: #e6b800 !important;
color: #000000 !important;
}
/* === Styl WikiEditor (pasek narzędzi edytora) === */
.skin-vector-2022 .mw-edittoolbar,
.skin-vector-2022 .wikiEditor-ui-toolbar,
.skin-vector-2022 .wikiEditor-ui-toolbar .tabs,
.skin-vector-2022 .wikiEditor-ui-toolbar .sections,
.skin-vector-2022 .wikiEditor-ui-toolbar .group {
background-color: #1b1b1b !important;
border: none !important;
}
.skin-vector-2022 .wikiEditor-ui-toolbar .group input,
.skin-vector-2022 .wikiEditor-ui-toolbar .tool-select {
background-color: #2b2b2b !important;
color: #e0e0e0 !important;
border: 1px solid #444 !important;
}
.skin-vector-2022 .wikiEditor-ui-toolbar .tool {
background-color: #2b2b2b !important;
color: #e0e0e0 !important;
}
.skin-vector-2022 .wikiEditor-ui-toolbar .tool:hover,
.skin-vector-2022 .wikiEditor-ui-toolbar .tool:focus {
background-color: #3a3a3a !important;
color: #ffffff !important;
}
.skin-vector-2022 .wikiEditor-ui-toolbar .tabs span,
.skin-vector-2022 .wikiEditor-ui-toolbar .sections span {
color: #cccccc !important;
}
.skin-vector-2022 .wikiEditor-ui-toolbar .tool img {
filter: brightness(0.8) invert(0.9);
}