MediaWiki:Vector-2022.css

From Practices and Politics of Representation
Revision as of 16:13, 18 June 2025 by Admin (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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;
}