MediaWiki:Common.css: Revizyonlar arasındaki fark
Değişiklik özeti yok |
Değişiklik özeti yok |
||
| (Aynı kullanıcının aradaki diğer 4 değişikliği gösterilmiyor) | |||
| 20. satır: | 20. satır: | ||
.card { | .card { | ||
background: # | background: #f5f2ed; | ||
border-radius: 10px; | border-radius: 10px; | ||
padding: 1.5em; | padding: 1.5em; | ||
| 31. satır: | 31. satır: | ||
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); | grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); | ||
gap: 1.2em; | 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; | |||
} | } | ||
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;
}