MediaWiki:Vector-2022.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→Genel arka plan ve metin: body, .vector-body, .vector-page-content { background-color: #121212; color: #e0e0e0; } →Link renkleri: a, a:link { color: #80d8ff; } a:visited { color: #ce93d8; } a:hover { color: #ffffff; text-decoration: underline; } →Sol menü: .vector-sidebar, .vector-sticky-header, #mw-panel { background-color: #1e1e1e !important; color: #ccc !important; border-right: 1px solid #333; } →İçerik: .mw-body, .vector-bo..." |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* Tüm sayfa arka planı */ | ||
body, | body, | ||
.vector-body, | .vector-body, | ||
.vector-page-content { | .vector-page-content, | ||
background-color: #121212; | .client-js { | ||
color: #e0e0e0; | background-color: #121212 !important; | ||
color: #e0e0e0 !important; | |||
} | } | ||
/* | /* Orta içerik alanı */ | ||
a, | .mw-body, | ||
a:link { | #content, | ||
.vector-body, | |||
.mw-content-container { | |||
background-color: #181818 !important; | |||
color: #e0e0e0 !important; | |||
} | |||
/* Başlıklar */ | |||
h1, h2, h3, h4, h5, h6 { | |||
color: #ffffff !important; | |||
} | |||
/* Bağlantılar */ | |||
a, a:link { | |||
color: #80d8ff; | color: #80d8ff; | ||
} | } | ||
a:visited { | a:visited { | ||
color: #ce93d8; | color: #ce93d8; | ||
} | } | ||
a:hover { | a:hover { | ||
color: #ffffff; | color: #ffffff; | ||
| Line 22: | Line 34: | ||
} | } | ||
/* Sol menü */ | /* Sol menü ve üst çubuk */ | ||
#mw-panel, | |||
.vector-sticky-header, | .vector-sticky-header, | ||
.vector-header-container, | |||
.vector-header-start, | |||
.vector-page-toolbar, | |||
.vector-sitenotice-container { | |||
background-color: #1e1e1e !important; | background-color: #1e1e1e !important; | ||
color: # | color: #cccccc !important; | ||
} | } | ||
/* | /* Sidebar’daki tüm kutular */ | ||
. | .portal, | ||
.vector- | #p-personal, | ||
background-color: # | .vector-user-links, | ||
color: # | #p-tb, | ||
#p-cactions, | |||
#p-lang, | |||
#p-variants, | |||
.vector-settings, | |||
.vector-page-tools { | |||
background-color: #1e1e1e !important; | |||
color: #ccc !important; | |||
border-color: #333 !important; | |||
} | } | ||
/* | /* Footer */ | ||
#footer, | |||
color: # | #footer-info, | ||
#footer-icons { | |||
background-color: #1a1a1a !important; | |||
color: #aaa !important; | |||
} | } | ||
/* | /* Arama kutusu ve formlar */ | ||
input, | |||
textarea, | |||
background-color: # | select, | ||
color: # | button, | ||
.mw-ui-button { | |||
background-color: #2b2b2b !important; | |||
color: #ddd !important; | |||
border: 1px solid #555 !important; | |||
} | } | ||
button:hover, | |||
input | input[type="submit"]:hover { | ||
background-color: # | background-color: #444 !important; | ||
} | } | ||
/* Ayarlar bölmesi (Appearance) */ | |||
.vector-settings h2, | |||
.vector-settings label, | |||
.vector-settings input, | |||
/* | .vector-settings { | ||
.vector- | background-color: #1e1e1e !important; | ||
.vector- | |||
background-color: # | |||
color: #ccc !important; | color: #ccc !important; | ||
} | } | ||
Revision as of 16:13, 18 June 2025
/* Tüm sayfa arka planı */
body,
.vector-body,
.vector-page-content,
.client-js {
background-color: #121212 !important;
color: #e0e0e0 !important;
}
/* Orta içerik alanı */
.mw-body,
#content,
.vector-body,
.mw-content-container {
background-color: #181818 !important;
color: #e0e0e0 !important;
}
/* Başlıklar */
h1, h2, h3, h4, h5, h6 {
color: #ffffff !important;
}
/* Bağlantılar */
a, a:link {
color: #80d8ff;
}
a:visited {
color: #ce93d8;
}
a:hover {
color: #ffffff;
text-decoration: underline;
}
/* Sol menü ve üst çubuk */
#mw-panel,
.vector-sticky-header,
.vector-header-container,
.vector-header-start,
.vector-page-toolbar,
.vector-sitenotice-container {
background-color: #1e1e1e !important;
color: #cccccc !important;
}
/* Sidebar’daki tüm kutular */
.portal,
#p-personal,
.vector-user-links,
#p-tb,
#p-cactions,
#p-lang,
#p-variants,
.vector-settings,
.vector-page-tools {
background-color: #1e1e1e !important;
color: #ccc !important;
border-color: #333 !important;
}
/* Footer */
#footer,
#footer-info,
#footer-icons {
background-color: #1a1a1a !important;
color: #aaa !important;
}
/* Arama kutusu ve formlar */
input,
textarea,
select,
button,
.mw-ui-button {
background-color: #2b2b2b !important;
color: #ddd !important;
border: 1px solid #555 !important;
}
button:hover,
input[type="submit"]:hover {
background-color: #444 !important;
}
/* Ayarlar bölmesi (Appearance) */
.vector-settings h2,
.vector-settings label,
.vector-settings input,
.vector-settings {
background-color: #1e1e1e !important;
color: #ccc !important;
}