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.32, 20 Nisan 2025 tarihinde Admin (mesaj | katkılar) tarafından oluşturulmuş 1630 numaralı sürüm
.simple-event {
  border-radius: 8px;
  overflow: hidden;
  background: #1e1e1e;
  font-family: sans-serif;
}

.simple-card {
  position: relative;
  height: 120px; /* Sabit yükseklik */
  display: flex;
  align-items: center;
  justify-content: center;
}

.simple-card__background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.simple-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Orantılı kırpma */
  display: block;
}

.simple-card__foreground {
  position: relative;
  z-index: 2;
  padding: 0 1rem;
  text-align: center;
}

.simple-card__header {
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 0 0 5px black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}