MediaWiki:Vector.css: Revizyonlar arasındaki fark

WikiKod sitesinden
Gezinti kısmına atla Arama kısmına atla
"All CSS here will be loaded for users of the Vector skin: ---- WikiKod Mor-Mavi Teması ----: body.vector-feature-limited-width { --theme-accent: linear-gradient(135deg, #667eea, #764ba2); --theme-bg: #fafaff; --theme-text: #1a1a1a; } body { background: var(--theme-bg); color: var(--theme-text); font-family: "Inter", "Segoe UI", "Helvetica Neue", sans-serif; } .mw-page-container { background: #fff; box-shadow:..." içeriğiyle yeni sayfa oluşturdu
 
Değişiklik özeti yok
 
(Aynı kullanıcının aradaki bir diğer değişikliği gösterilmiyor)
1. satır: 1. satır:
/* All CSS here will be loaded for users of the Vector skin */
/* ---- WikiKod Mor-Mavi Teması ---- */
body.vector-feature-limited-width {
    --theme-accent: linear-gradient(135deg, #667eea, #764ba2);
    --theme-bg: #fafaff;
    --theme-text: #1a1a1a;
}
body {
body {
    background: var(--theme-bg);
  background-color: #f8f9fa;
    color: var(--theme-text);
  color: #1a1a1a;
    font-family: "Inter", "Segoe UI", "Helvetica Neue", sans-serif;
  font-family: "Inter", "Segoe UI", sans-serif;
}
  line-height: 1.6;
 
.mw-page-container {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    border-radius: 12px;
    padding: 1rem 2rem;
}
}


/* Başlıklar */
/* Başlıklar */
h1, h2, h3 {
h1, h2, h3 {
    background: var(--theme-accent);
  color: #22335b;
    -webkit-background-clip: text;
  border-bottom: 1px solid #dbe4f3;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
}


/* Butonlar */
/* Hukuki infobox */
.mw-ui-button {
.infobox {
    background: var(--theme-accent);
  border: 1px solid #d0d7e2;
    border: none;
  background-color: #ffffff;
    color: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    font-weight: 600;
}
    border-radius: 8px;
.infobox caption {
    transition: opacity 0.3s;
  background: #dbe4f3;
  color: #22335b;
  font-weight: 600;
}
}
.mw-ui-button:hover {
.infobox th {
    opacity: 0.8;
  background: #eef3fa;
  color: #222;
}
}

14.48, 10 Kasım 2025 itibarı ile sayfanın şu anki hâli

body {
  background-color: #f8f9fa;
  color: #1a1a1a;
  font-family: "Inter", "Segoe UI", sans-serif;
  line-height: 1.6;
}

/* Başlıklar */
h1, h2, h3 {
  color: #22335b;
  border-bottom: 1px solid #dbe4f3;
}

/* Hukuki infobox */
.infobox {
  border: 1px solid #d0d7e2;
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.infobox caption {
  background: #dbe4f3;
  color: #22335b;
  font-weight: 600;
}
.infobox th {
  background: #eef3fa;
  color: #222;
}