MediaWiki:Vector-2022.css: Difference between revisions

From Practices and Politics of Representation
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:
/* Genel arka plan ve metin */
/* 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;
}
}


/* Link renkleri */
/* 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 */
.vector-sidebar,
#mw-panel,
.vector-sticky-header,
.vector-sticky-header,
#mw-panel {
.vector-header-container,
.vector-header-start,
.vector-page-toolbar,
.vector-sitenotice-container {
   background-color: #1e1e1e !important;
   background-color: #1e1e1e !important;
   color: #ccc !important;
   color: #cccccc !important;
  border-right: 1px solid #333;
}
}


/* İçerik */
/* Sidebar’daki tüm kutular */
.mw-body,
.portal,
.vector-body {
#p-personal,
   background-color: #181818;
.vector-user-links,
   color: #e0e0e0;
#p-tb,
#p-cactions,
#p-lang,
#p-variants,
.vector-settings,
.vector-page-tools {
   background-color: #1e1e1e !important;
   color: #ccc !important;
  border-color: #333 !important;
}
}


/* Başlıklar */
/* Footer */
h1, h2, h3, h4, h5, h6 {
#footer,
   color: #ffffff;
#footer-info,
#footer-icons {
  background-color: #1a1a1a !important;
   color: #aaa !important;
}
}


/* Kod blokları */
/* Arama kutusu ve formlar */
pre,
input,
code {
textarea,
   background-color: #222;
select,
   color: #ccc;
button,
.mw-ui-button {
   background-color: #2b2b2b !important;
   color: #ddd !important;
  border: 1px solid #555 !important;
}
}


/* Arama kutusu ve butonlar */
button:hover,
input, textarea, select, button {
input[type="submit"]:hover {
   background-color: #2b2b2b;
   background-color: #444 !important;
  color: #ddd;
  border: 1px solid #555;
}
}


button:hover {
/* Ayarlar bölmesi (Appearance) */
  background-color: #333;
.vector-settings h2,
}
.vector-settings label,
 
.vector-settings input,
/* Tab bar */
.vector-settings {
.vector-tabs,
   background-color: #1e1e1e !important;
.vector-tab {
   background-color: #1c1c1c;
  color: #ddd;
}
 
.vector-tab a {
   color: #ccc !important;
   color: #ccc !important;
}
.vector-tab a:hover {
  color: #fff !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;
}