MediaWiki:Vector.css: Revizyonlar arasındaki fark
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 |
(Fark yok)
|
14.12, 10 Kasım 2025 tarihindeki hâli
/* 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: 0 0 20px rgba(0,0,0,0.05);
border-radius: 12px;
padding: 1rem 2rem;
}
/* Başlıklar */
h1, h2, h3 {
background: var(--theme-accent);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 700;
}
/* Butonlar */
.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;
}