MediaWiki:Common.css: Revizyonlar arasındaki fark

Kulu–Cihanbeyli Etnografya Müzesi sitesinden
("→‎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; }" içeriğiyle yeni sayfa oluşturdu)
 
Değişiklik özeti yok
 
(Aynı kullanıcının aradaki diğer 6 değişikliği gösterilmiyor)
16. satır: 16. satır:
h1 {
h1 {
   border-bottom: none;
   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;
}
}

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;
}