Menüyü değiştir
Toggle preferences menu
Kişisel menüyü aç / kapat
Oturum açık değil
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css/CityCard.css: Revizyonlar arasındaki fark

MediaWiki arayüz sayfası
"CityCard Şablonu CSS - portaloyun.com tasarımına uygun: Kapsayıcı: .city-card { background: linear-gradient(to right, #1f1f1f, #2c2c2c); color: #f1f1f1; padding: 20px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7); max-width: 800px; margin: 30px auto; font-family: 'Segoe UI', sans-serif; } Başlık: .city-card h2 { font-size: 28px; color: #81d4fa; margin-bottom: 10px; border-bottom: 2px solid..." içeriğiyle yeni sayfa oluşturdu
 
Değişiklik özeti yok
 
1. satır: 1. satır:
/* CityCard Şablonu CSS - portaloyun.com tasarımına uygun */
/* Kapsayıcı */
.city-card {
.city-card {
   background: linear-gradient(to right, #1f1f1f, #2c2c2c);
   background: linear-gradient(to right, #1f1f1f, #2c2c2c);
13. satır: 10. satır:
}
}


/* Başlık */
.city-card h2 {
.city-card h2 {
   font-size: 28px;
   font-size: 28px;
22. satır: 18. satır:
}
}


/* Kapak Görseli */
.city-card img.city-cover {
.city-card img.city-cover {
   width: 100%;
   width: 100%;
31. satır: 26. satır:
}
}


/* Bilgi Alanları */
.city-card .city-info {
.city-card .city-info {
   font-size: 15px;
   font-size: 15px;
39. satır: 33. satır:
}
}


/* Bağlantılar */
.city-card .city-links a {
.city-card .city-links a {
   color: #4fc3f7;
   color: #4fc3f7;
51. satır: 44. satır:
}
}


/* Ekstra bilgi kutusu */
.city-card .highlight-box {
.city-card .highlight-box {
   background-color: rgba(129, 212, 250, 0.1);
   background-color: rgba(129, 212, 250, 0.1);

00.19, 26 Temmuz 2025 itibarı ile sayfanın şu anki hâli

.city-card {
  background: linear-gradient(to right, #1f1f1f, #2c2c2c);
  color: #f1f1f1;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
  max-width: 800px;
  margin: 30px auto;
  font-family: 'Segoe UI', sans-serif;
}

.city-card h2 {
  font-size: 28px;
  color: #81d4fa;
  margin-bottom: 10px;
  border-bottom: 2px solid #81d4fa;
  padding-bottom: 5px;
}

.city-card img.city-cover {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.6);
}

.city-card .city-info {
  font-size: 15px;
  line-height: 1.6;
  color: #ddd;
  margin-bottom: 20px;
}

.city-card .city-links a {
  color: #4fc3f7;
  text-decoration: none;
  margin-right: 15px;
  transition: color 0.2s ease;
}

.city-card .city-links a:hover {
  color: #ffffff;
}

.city-card .highlight-box {
  background-color: rgba(129, 212, 250, 0.1);
  border-left: 4px solid #81d4fa;
  padding: 10px 15px;
  margin-top: 15px;
  color: #ccc;
  font-style: italic;
}