MediaWiki:Common.css: Revizyonlar arasındaki fark
Değişiklik özeti yok |
Değişiklik özeti yok |
||
| (Aynı kullanıcının aradaki bir diğer değişikliği gösterilmiyor) | |||
| 42. satır: | 42. satır: | ||
} | } | ||
.lettrine::first-letter { | .lettrine p::first-letter { | ||
float: left; | float: left; | ||
font-size: | font-size: 5em; | ||
line-height: 0.8; | line-height: 0.8; | ||
padding-right: 6px; | padding-right: 6px; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
07.35, 15 Şubat 2026 itibarı ile sayfanın şu anki hâli
/* Buraya konulacak CSS kodu tüm temalarda etkin olur */
/* === Etnografya Müzesi – Modern Tema === */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, "Helvetica Neue", Arial, sans-serif;
background: #f6f7f8;
color: #222;
}
h1, h2, h3 {
font-weight: 500;
letter-spacing: 0.02em;
}
h1 {
border-bottom: none;
}
.card {
background: #f5f2ed;
border-radius: 10px;
padding: 1.5em;
margin-bottom: 1.5em;
box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 1.2em;
}
a {
color: #2c5d63;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.lettrine p::first-letter {
float: left;
font-size: 5em;
line-height: 0.8;
padding-right: 6px;
font-weight: bold;
}