MediaWiki:Common.css: Revizyonlar arasındaki fark
MediaWiki arayüz sayfası
More actions
Değişiklik özeti yok Etiket: Elle geri alma |
Değişiklik özeti yok Etiket: Geri alındı |
||
| 86. satır: | 86. satır: | ||
object-fit: cover; | object-fit: cover; | ||
} | } | ||
/* Haftanın Oyunu */ | |||
.weekly-game-box { | |||
border: 2px solid #ccc; | |||
border-radius: 12px; | |||
background: linear-gradient(135deg, #f8f8f8, #ffffff); | |||
padding: 20px; | |||
max-width: 500px; | |||
margin: 20px auto; | |||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); | |||
font-family: 'Segoe UI', sans-serif; | |||
} | |||
.weekly-game-box h2 { | |||
font-size: 1.6em; | |||
margin-bottom: 10px; | |||
color: #222; | |||
text-align: center; | |||
} | |||
.weekly-game-box .game-image { | |||
display: block; | |||
margin: 0 auto 15px; | |||
border-radius: 8px; | |||
width: 100%; | |||
max-width: 250px; | |||
} | |||
.weekly-game-box .game-link { | |||
display: block; | |||
text-align: center; | |||
margin-top: 15px; | |||
font-weight: bold; | |||
color: #0073e6; | |||
text-decoration: none; | |||
} | |||
.weekly-game-box .game-link:hover { | |||
text-decoration: underline; | |||
} | |||
/* Haftanın Oyunu */ | |||
23.30, 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;
}
/* Haftanın Oyunu */
.weekly-game-box {
border: 2px solid #ccc;
border-radius: 12px;
background: linear-gradient(135deg, #f8f8f8, #ffffff);
padding: 20px;
max-width: 500px;
margin: 20px auto;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
font-family: 'Segoe UI', sans-serif;
}
.weekly-game-box h2 {
font-size: 1.6em;
margin-bottom: 10px;
color: #222;
text-align: center;
}
.weekly-game-box .game-image {
display: block;
margin: 0 auto 15px;
border-radius: 8px;
width: 100%;
max-width: 250px;
}
.weekly-game-box .game-link {
display: block;
text-align: center;
margin-top: 15px;
font-weight: bold;
color: #0073e6;
text-decoration: none;
}
.weekly-game-box .game-link:hover {
text-decoration: underline;
}
/* Haftanın Oyunu */