Anasayfa: Revizyonlar arasındaki fark
Portal OYUN sitesinden
More actions
Değişiklik özeti yok |
|||
1. satır: | 1. satır: | ||
<!-- | <!-- STİL --> | ||
<style> | <style> | ||
. | .home-container { | ||
font-family: 'Segoe UI', sans-serif; | |||
padding: 20px; | |||
} | |||
.section { | |||
margin-bottom: 30px; | |||
} | |||
.section h2 { | |||
font-size: 22px; | |||
border-bottom: 2px solid #5c6bc0; | |||
padding-bottom: 5px; | |||
margin-bottom: 15px; | |||
color: #2c3e50; | |||
} | |||
.slider-box { | |||
display: flex; | display: flex; | ||
overflow-x: auto; | overflow-x: auto; | ||
9. satır: | 26. satır: | ||
} | } | ||
. | .card { | ||
min-width: 200px; | min-width: 200px; | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
22. satır: | 39. satır: | ||
} | } | ||
. | .card:hover { | ||
transform: scale(1.05); | transform: scale(1.05); | ||
} | } | ||
. | .card a { | ||
text-decoration: none; | text-decoration: none; | ||
font-weight: bold; | font-weight: bold; | ||
color: #2c3e50; | color: #2c3e50; | ||
} | |||
.welcome-box { | |||
background-color: #eef; | |||
border: 1px solid #ccd; | |||
border-radius: 10px; | |||
padding: 20px; | |||
font-size: 16px; | |||
line-height: 1.6; | |||
color: #333; | |||
} | } | ||
</style> | </style> | ||
<!-- | <!-- ANA SAYFA İÇERİĞİ --> | ||
<h2>🎮 Popüler Oyun Wikileri</h2> | <div class="home-container"> | ||
<!-- HOŞGELDİN BÖLÜMÜ --> | |||
<div class="section welcome-box"> | |||
<h2>👋 Kadın Atlası'na Hoş Geldiniz!</h2> | |||
<p>Bu platformda kadın sağlığı, yaşam, ilişkiler ve güncel konular hakkında bilgi alabilir, katkı sunabilir ve topluluğumuza katılabilirsiniz.</p> | |||
</div> | |||
<!-- POPÜLER OYUNLAR --> | |||
<div class="section"> | |||
<h2>🎮 Popüler Oyun Wikileri</h2> | |||
<div class="slider-box"> | |||
<div class="card"><a href="/index.php/GTA_Wiki">GTA Wiki</a></div> | |||
<div class="card"><a href="/index.php/Fortnite_Wiki">Fortnite Wiki</a></div> | |||
<div class="card"><a href="/index.php/Zelda_Wiki">Zelda Wiki</a></div> | |||
<div class="card"><a href="/index.php/Elden_Ring_Wiki">Elden Ring Wiki</a></div> | |||
<div class="card"><a href="/index.php/Minecraft_Wiki">Minecraft Wiki</a></div> | |||
</div> | |||
</div> | |||
<!-- EN ÇOK GÖRÜNTÜLENEN SAYFALAR --> | |||
<div class="section"> | |||
<h2>🔥 En Çok Ziyaret Edilenler</h2> | |||
<ul> | |||
<li><a href="/index.php/Kadin_Sagligi">Kadın Sağlığı Rehberi</a></li> | |||
<li><a href="/index.php/Aile_Iciliskileri">Aile & İlişkiler</a></li> | |||
<li><a href="/index.php/Gunluk_Rutini">Günlük Yaşam Tüyoları</a></li> | |||
</ul> | |||
</div> | |||
<!-- YENİ KATILANLAR İÇİN --> | |||
<div class="section"> | |||
<h2>🆕 Yeni Katılanlar İçin</h2> | |||
<p>Yeniyseniz <a href="/index.php/Nasil_Katki_Saglanir">buradan nasıl katkı sağlayacağınızı</a> öğrenebilirsiniz.</p> | |||
</div> | |||
</div> | </div> |
00.55, 24 Temmuz 2025 tarihindeki hâli
<style> .home-container {
font-family: 'Segoe UI', sans-serif; padding: 20px;
}
.section {
margin-bottom: 30px;
}
.section h2 {
font-size: 22px; border-bottom: 2px solid #5c6bc0; padding-bottom: 5px; margin-bottom: 15px; color: #2c3e50;
}
.slider-box {
display: flex; overflow-x: auto; gap: 10px; padding: 10px 0; scroll-behavior: smooth;
}
.card {
min-width: 200px; background-color: #f9f9f9; border: 1px solid #ccc; border-radius: 8px; padding: 12px; text-align: center; white-space: nowrap; flex-shrink: 0; box-shadow: 2px 2px 5px rgba(0,0,0,0.1); transition: transform 0.2s;
}
.card:hover {
transform: scale(1.05);
}
.card a {
text-decoration: none; font-weight: bold; color: #2c3e50;
}
.welcome-box {
background-color: #eef; border: 1px solid #ccd; border-radius: 10px; padding: 20px; font-size: 16px; line-height: 1.6; color: #333;
} </style>
👋 Kadın Atlası'na Hoş Geldiniz!
Bu platformda kadın sağlığı, yaşam, ilişkiler ve güncel konular hakkında bilgi alabilir, katkı sunabilir ve topluluğumuza katılabilirsiniz.
🎮 Popüler Oyun Wikileri
🔥 En Çok Ziyaret Edilenler
- <a href="/index.php/Kadin_Sagligi">Kadın Sağlığı Rehberi</a>
- <a href="/index.php/Aile_Iciliskileri">Aile & İlişkiler</a>
- <a href="/index.php/Gunluk_Rutini">Günlük Yaşam Tüyoları</a>
🆕 Yeni Katılanlar İçin
Yeniyseniz <a href="/index.php/Nasil_Katki_Saglanir">buradan nasıl katkı sağlayacağınızı</a> öğrenebilirsiniz.