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/categories/styles.css

Kayıp Medya Wiki sitesinden
07.17, 23 Nisan 2025 tarihinde Admin (mesaj | katkılar) tarafından oluşturulmuş 1644 numaralı sürüm
.grid-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.grid-box {
  width: 150px;
  height: 50px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0,0,0,0.6);
}

.grid-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.grid-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 4px black;
}