MediaWiki:Vector-2022.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* GENEL ARKA PLAN VE METİN */ | ||
body, | body, | ||
.vector-body, | .vector-body, | ||
.vector-page-content, | .vector-page-content, | ||
.vector-feature-languageinheader-enabled .mw-header, | |||
.client-js { | .client-js { | ||
background-color: #121212 !important; | background-color: #121212 !important; | ||
| Line 8: | Line 9: | ||
} | } | ||
/* | /* İÇERİK ALANI */ | ||
#content, | #content, | ||
.vector-body, | .vector-body, | ||
.mw-content-container { | .mw-content-container, | ||
.mw-body, | |||
.mw-parser-output { | |||
background-color: #181818 !important; | background-color: #181818 !important; | ||
color: #e0e0e0 !important; | color: #e0e0e0 !important; | ||
} | } | ||
/* | /* SOL MENÜ & SAĞ PANEL */ | ||
.vector-sidebar, | |||
color: # | .vector-toc, | ||
.vector-page-tools, | |||
.vector-page-tools .vector-menu, | |||
#mw-panel, | |||
#p-navigation, | |||
#p-interaction, | |||
#p-tb, | |||
#p-lang, | |||
#p-personal, | |||
.vector-settings { | |||
background-color: #1b1b1b !important; | |||
color: #ddd !important; | |||
border: none !important; | |||
} | |||
/* HEADER BAR / SEARCH */ | |||
.vector-header-container, | |||
.vector-search-box, | |||
.vector-user-menu { | |||
background-color: #1e1e1e !important; | |||
color: #ddd !important; | |||
} | } | ||
/* | /* LİNKLER */ | ||
a, a:link { | a, | ||
a:link { | |||
color: #80d8ff; | color: #80d8ff; | ||
} | } | ||
| Line 34: | Line 57: | ||
} | } | ||
/* | /* SEÇİCİLER, DROPDOWNLAR, SETTINGS PANELİ */ | ||
.vector-settings, | .vector-settings, | ||
.vector- | .vector-settings * { | ||
background-color: #1e1e1e !important; | background-color: #1e1e1e !important; | ||
color: #ccc !important; | color: #ccc !important; | ||
border | border: none !important; | ||
} | } | ||
input, | input, | ||
select, | |||
textarea, | textarea, | ||
button, | button, | ||
.mw-ui-button { | .mw-ui-button { | ||
background-color: # | background-color: #2c2c2c !important; | ||
color: # | color: #eee !important; | ||
border: 1px solid # | border: 1px solid #444 !important; | ||
} | } | ||
/* CODE BLOCKS */ | |||
pre, | |||
background-color: # | code { | ||
background-color: #202020 !important; | |||
color: #ccc !important; | |||
} | } | ||
/* | /* FOOTER */ | ||
#footer, | |||
#footer-info, | |||
#footer-icons { | |||
background-color: #1a1a1a !important; | |||
background-color: # | color: #aaa !important; | ||
color: # | |||
} | } | ||
Revision as of 16:15, 18 June 2025
/* GENEL ARKA PLAN VE METİN */
body,
.vector-body,
.vector-page-content,
.vector-feature-languageinheader-enabled .mw-header,
.client-js {
background-color: #121212 !important;
color: #e0e0e0 !important;
}
/* İÇERİK ALANI */
#content,
.vector-body,
.mw-content-container,
.mw-body,
.mw-parser-output {
background-color: #181818 !important;
color: #e0e0e0 !important;
}
/* SOL MENÜ & SAĞ PANEL */
.vector-sidebar,
.vector-toc,
.vector-page-tools,
.vector-page-tools .vector-menu,
#mw-panel,
#p-navigation,
#p-interaction,
#p-tb,
#p-lang,
#p-personal,
.vector-settings {
background-color: #1b1b1b !important;
color: #ddd !important;
border: none !important;
}
/* HEADER BAR / SEARCH */
.vector-header-container,
.vector-search-box,
.vector-user-menu {
background-color: #1e1e1e !important;
color: #ddd !important;
}
/* LİNKLER */
a,
a:link {
color: #80d8ff;
}
a:visited {
color: #ce93d8;
}
a:hover {
color: #ffffff;
text-decoration: underline;
}
/* SEÇİCİLER, DROPDOWNLAR, SETTINGS PANELİ */
.vector-settings,
.vector-settings * {
background-color: #1e1e1e !important;
color: #ccc !important;
border: none !important;
}
input,
select,
textarea,
button,
.mw-ui-button {
background-color: #2c2c2c !important;
color: #eee !important;
border: 1px solid #444 !important;
}
/* CODE BLOCKS */
pre,
code {
background-color: #202020 !important;
color: #ccc !important;
}
/* FOOTER */
#footer,
#footer-info,
#footer-icons {
background-color: #1a1a1a !important;
color: #aaa !important;
}