MediaWiki:Common.css: Revizyonlar arasındaki fark
MediaWiki arayüz sayfası
More actions
Değişiklik özeti yok |
Değişiklik özeti yok |
||
| 32. satır: | 32. satır: | ||
} | } | ||
.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; | |||
} | |||
02.05, 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;
}