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.

Şablon:Main page/event/styles.css

Kayıp Medya Wiki sitesinden
18.24, 20 Nisan 2025 tarihinde Admin (mesaj | katkılar) tarafından oluşturulmuş 1625 numaralı sürüm (".simple-event { border: 1px solid #ccc; border-radius: 8px; background: #1e1e1e; overflow: hidden; font-family: sans-serif; } .simple-card { position: relative; height: 5rem; display: flex; align-items: center; } .simple-card__background img { height: 100%; width: auto; object-fit: cover; } .simple-card__foreground { position: absolute; left: 1rem; color: white; font-weight: bold; font-size: 1rem; text-shadow: 0 0 5..." içeriğiyle yeni sayfa oluşturdu)
(fark) ← Önceki sürüm | Güncel sürüm (fark) | Sonraki sürüm → (fark)
.simple-event {
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #1e1e1e;
  overflow: hidden;
  font-family: sans-serif;
}

.simple-card {
  position: relative;
  height: 5rem;
  display: flex;
  align-items: center;
}

.simple-card__background img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.simple-card__foreground {
  position: absolute;
  left: 1rem;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  text-shadow: 0 0 5px black;
}

.simple-card__header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}