MediaWiki:Common.css: Revizyonlar arasındaki fark
MediaWiki arayüz sayfası
More actions
Değişiklik özeti yok Etiket: Geri alındı |
Değişiklik özeti yok |
||
| (Aynı kullanıcının aradaki bir diğer değişikliği gösterilmiyor) | |||
| 87. satır: | 87. satır: | ||
} | } | ||
. | .city-card { | ||
border: 2px solid # | max-width: 700px; | ||
margin: 20px auto; | |||
padding: 20px; | |||
border: 2px solid #333; | |||
border-radius: 12px; | border-radius: 12px; | ||
background: | background: #1e1e2f; | ||
color: #eee; | |||
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; | |||
box-shadow: 0 6px 15px rgba(0,0,0,0.4); | |||
box-shadow: 0 | |||
} | } | ||
. | .city-card img { | ||
display: block; | |||
margin- | margin: 0 auto 20px; | ||
max-width: 100%; | |||
border-radius: 10px; | |||
box-shadow: 0 4px 10px rgba(0,0,0,0.5); | |||
} | } | ||
. | .city-card h2, .city-card h3 { | ||
color: #f9a825; | |||
margin: 0 | margin-top: 0; | ||
} | } | ||
. | .city-card a { | ||
color: #81d4fa; | |||
text-decoration: underline; | |||
color: # | |||
text-decoration: | |||
} | } | ||
. | .city-links { | ||
margin-top: 15px; | |||
font-size: 1.1em; | |||
} | } | ||
00.25, 26 Temmuz 2025 itibarı ile sayfanın şu anki 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;
}
.city-card {
max-width: 700px;
margin: 20px auto;
padding: 20px;
border: 2px solid #333;
border-radius: 12px;
background: #1e1e2f;
color: #eee;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
box-shadow: 0 6px 15px rgba(0,0,0,0.4);
}
.city-card img {
display: block;
margin: 0 auto 20px;
max-width: 100%;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
.city-card h2, .city-card h3 {
color: #f9a825;
margin-top: 0;
}
.city-card a {
color: #81d4fa;
text-decoration: underline;
}
.city-links {
margin-top: 15px;
font-size: 1.1em;
}