MediaWiki:Vector.css: Revizyonlar arasındaki fark

WikiKod sitesinden
Gezinti kısmına atla Arama kısmına atla
Değişiklik özeti yok
Değişiklik özeti yok
 
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 {
    background: var(--theme-accent);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    transition: opacity 0.3s;
}
.mw-ui-button:hover {
    opacity: 0.8;
}
 
 
.infobox {
.infobox {
  float: right;
   border: 1px solid #d0d7e2;
  clear: right;
   background-color: #ffffff;
  width: 300px;
  font-size: 90%;
  background: #f9f9f9;
   border: 1px solid #a2a9b1;
   border-collapse: collapse;
  margin: 0 0 1em 1em;
   box-shadow: 0 1px 4px rgba(0,0,0,0.05);
   box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
}
.infobox th, .infobox td {
.infobox caption {
   padding: 4px 6px;
   background: #dbe4f3;
   border-bottom: 1px solid #ddd;
   color: #22335b;
  font-weight: 600;
}
}
.infobox th {
.infobox th {
  width: 40%;
   background: #eef3fa;
  background: #eaecf0;
   color: #222;
  text-align: left;
}
.infobox caption {
   background: #dbe2ef;
  font-weight: bold;
  text-align: center;
  padding: 6px;
   border-bottom: 1px solid #a2a9b1;
}
}

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;
}