MediaWiki:Vector.css
Not: Yayımladıktan sonra değişiklikleri görmeniz için tarayıcınızın önbelleğini temizlemeniz gerekebilir.
- Firefox / Safari: Shift tuşuna basılıyken Yeniden Yükle'ye tıklayın ya da Ctrl-F5 ya da Ctrl-R tıklayın (Mac için ⌘-R)
- Google Chrome: Ctrl-Shift-R'ye basın. (Mac için ⌘-Shift-R)
- Edge: Ctrl basılıyken Yenile'ye tıklayın ya da Ctrl-F5'e basın.
/* 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;
}