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 |
Değişiklik özeti yok |
||
| 39. satır: | 39. satır: | ||
.mw-ui-button:hover { | .mw-ui-button:hover { | ||
opacity: 0.8; | opacity: 0.8; | ||
} | |||
.infobox { | |||
float: right; | |||
clear: right; | |||
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); | |||
} | |||
.infobox th, .infobox td { | |||
padding: 4px 6px; | |||
border-bottom: 1px solid #ddd; | |||
} | |||
.infobox th { | |||
width: 40%; | |||
background: #eaecf0; | |||
text-align: left; | |||
} | |||
.infobox caption { | |||
background: #dbe2ef; | |||
font-weight: bold; | |||
text-align: center; | |||
padding: 6px; | |||
border-bottom: 1px solid #a2a9b1; | |||
} | } | ||
14.29, 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;
}
.infobox {
float: right;
clear: right;
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);
}
.infobox th, .infobox td {
padding: 4px 6px;
border-bottom: 1px solid #ddd;
}
.infobox th {
width: 40%;
background: #eaecf0;
text-align: left;
}
.infobox caption {
background: #dbe2ef;
font-weight: bold;
text-align: center;
padding: 6px;
border-bottom: 1px solid #a2a9b1;
}