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: Revizyonlar arasındaki fark

MediaWiki arayüz sayfası
Değişiklik özeti yok
Değişiklik özeti yok
Etiket: Geri alındı
85. satır: 85. satır:
   max-height: 120px;
   max-height: 120px;
   object-fit: cover;
   object-fit: cover;
}
.mw-collapsible {
  margin-bottom: 1em;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fafafa;
}
}

02.33, 24 Temmuz 2025 tarihindeki hâli

/* 🎮 Popüler Oyun Wikileri - Kart Görünümü */
.mw-parser-output > ul.populer-wikis {
  display: flex;
  gap: 15px;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.mw-parser-output > ul.populer-wikis > li {
  flex: 0 0 220px;
  background: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 0 8px rgb(0 0 0 / 0.1);
  scroll-snap-align: start;
  padding: 15px;
  text-align: center;
  transition: transform 0.3s ease;
}

.mw-parser-output > ul.populer-wikis > li:hover {
  transform: scale(1.05);
}

.mw-parser-output > ul.populer-wikis > li a {
  text-decoration: none;
  font-weight: bold;
  color: #222;
  display: block;
  margin-top: 10px;
}

.card-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.card-list .card {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 8px;
  background: #f9f9f9;
  min-width: 150px;
  text-align: center;
  font-weight: bold;
}

.category-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  list-style: none;
}

.category-cards li {
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
  width: 180px;
  text-align: center;
  padding: 15px;
  transition: transform 0.2s ease;
  cursor: pointer;
}

.category-cards li:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.15);
}

.category-cards li a {
  text-decoration: none;
  color: #222;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}

.category-cards img {
  width: 100%;
  border-radius: 8px;
  max-height: 120px;
  object-fit: cover;
}

.mw-collapsible {
  margin-bottom: 1em;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fafafa;
}