PoE Market
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: ‘Inter’, sans-serif;
background: url(‘https://divineorbsatinal.com/wp-content/uploads/2025/05/path-of-exile-2-3840×2160-20212.jpg’) no-repeat center center fixed;
background-size: cover;
color: #fff; /* Genel yazı rengi beyaz yapıldı */
min-height: 100vh;
display: flex;
flex-direction: column;
}
.header {
background: rgba(0, 0, 0, 0.6); /* Yarı opak siyah yapıldı */
padding: 15px 0;
border-bottom: 1px solid #333;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.nav-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
}
.logo {
display: flex;
align-items: center;
gap: 10px;
font-size: 20px; /* Küçültüldü */
font-weight: bold;
color: #fff;
white-space: nowrap;
text-decoration: none;
}
.logo:hover {
color: #eee;
}
.logo-icon {
width: 35px;
height: 35px;
object-fit: contain;
border-radius: 4px;
}
.nav-menu {
display: flex;
list-style: none;
gap: 20px;
}
.nav-menu a {
color: #fff;
text-decoration: none;
font-size: 16px;
transition: color 0.3s ease;
padding: 8px 12px;
border-radius: 5px;
white-space: nowrap;
font-weight: bold;
}
.nav-menu a:hover {
color: #ddd;
background: rgba(255, 255, 255, 0.1);
}
.main-container {
max-width: 1200px;
margin: 20px auto; /* Üstten ve alttan boşluk */
padding: 30px 20px;
border-radius: 8px;
flex-grow: 1; /* Ana içeriğin büyümesine izin ver */
display: flex;
flex-direction: column;
justify-content: flex-start; /* İçeriği yukarı yasla */
margin-bottom: 20px; /* Alt boşluk eklendi */
}
.title-section {
text-align: center;
margin-bottom: 30px; /* Boşluk azaltıldı */
}
.poe-logos {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
margin-bottom: 20px; /* Boşluk azaltıldı */
}
.poe-logo {
width: 100px;
height: 100px;
object-fit: contain;
border: 2px solid black; /* Siyah çerçeve */
border-radius: 4px;
background: rgba(0, 0, 0, 0.7); /* Yarı opak siyah iç */
padding: 5px;
}
.main-title {
font-size: 36px; /* Küçültüldü */
font-weight: bold;
margin-bottom: 10px; /* Boşluk azaltıldı */
color: white;
text-shadow: 2px 2px 4px #000000;
}
.subtitle {
font-size: 36px; /* Aynı büyüklük */
color: #ddd;
text-align: center;
margin-bottom: 30px; /* “Anında Teslimat” altındaki boşluk */
font-weight: bold; /* Kalın yapıldı */
background-color: white;
padding: 10px 20px;
border-radius: 8px;
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
display: inline-block; /* Sadece içeriği kadar yer kaplasın */
}
.content-grid {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 30px;
align-items: start; /* Kutucukların yüksekliğini otomatik ayarla */
}
.orb-listings {
background: rgba(0, 0, 0, 0.7); /* Yarı opak siyah */
border-radius: 8px;
padding: 25px;
border: 1px solid #333;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
display: flex;
flex-direction: column;
}
.orb-item {
background-color: white; /* İç kısım beyaz */
color: black; /* Yazı siyah */
border-radius: 6px;
padding: 15px;
margin-bottom: 10px;
display: flex;
justify-content: space-between;
align-items: center;
transition: all 0.3s ease;
border: 1px solid #333;
font-weight: bold;
}
.orb-item:hover {
background: #333;
color: white; /* Hoverda yazı rengi beyaz */
transform: none;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.orb-name {
font-size: 16px;
font-weight: bold;
}
.orb-price {
font-size: 18px;
font-weight: bold;
background: transparent;
padding: 8px 12px;
border-radius: 4px;
border: none;
}
.gold-note {
background: rgba(0, 0, 0, 0.7); /* Yarı opak siyah */
color: #ffc107;
padding: 15px;
border-radius: 6px;
font-size: 14px;
font-weight: bold;
text-align: center;
border: 1px solid #333;
margin-top: auto; /* Alt kısma yasla */
}
.contact-section {
background: rgba(0, 0, 0, 0.7); /* Yarı opak siyah */
border-radius: 8px;
padding: 25px;
border: 1px solid #333;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
display: flex;
flex-direction: column;
}
.contact-title {
font-size: 20px;
font-weight: bold;
margin-bottom: 20px;
color: #fff;
text-align: center;
}
.contact-item {
background-color: white; /* İç kısım beyaz */
color: black; /* Yazı siyah */
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
padding: 12px;
border-radius: 6px;
transition: all 0.3s ease;
border: 1px solid #333;
font-weight: bold;
justify-content: flex-start; /* İçeriği sola hizala */
}
.contact-item:hover {
background: #333;
color: white; /* Hoverda yazı rengi beyaz */
transform: none;
}
.contact-icon {
width: 25px;
height: 25px;
object-fit: contain;
}
.contact-text {
font-size: 14px;
font-weight: bold;
}
.banka-gorsel {
display: none; /* Fazladan görsel kaldırıldı */
}
.code-block {
background-color: #f0f0f0;
border: 1px solid #ccc;
padding: 15px;
border-radius: 5px;
margin-bottom: 20px;
white-space: pre-wrap; /* Metin kaymasını engeller */
font-family: monospace;
font-size: 14px;
position: relative;
}
.copy-button {
position: absolute;
top: 10px;
right: 10px;
background-color: #007bff;
color: white;
border: none;
padding: 8px 12px;
border-radius: 4px;
cursor: pointer;
font-size: 12px;
}
.copy-button:hover {
background-color: #0056b3;
}
.footer {
text-align: center;
padding: 40px 0; /* Alt boşluk ayarlandı */
}
.footer-image {
max-width: 300px; /* İsteğe bağlı olarak boyutunu ayarlayabilirsiniz */
width: 100%;
height: auto;
}
@media (max-width: 768px) {
body {
font-weight: bold;
}
.content-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.nav-menu {
gap: 10px;
}
.nav-menu a {
font-size: 16px;
padding: 8px 10px;
}
.logo {
font-size: 20px;
}
.poe-logos {
gap: 10px;
}
.poe-logo {
width: 80px;
height: 80px;
font-size: 12px;
}
.contact-section {
padding: 15px; /* Mobil görünümde iç boşluk azaltıldı */
}
.contact-item {
padding: 8px 12px; /* Mobil görünümde iç boşluk azaltıldı */
}
}



Path of Exile Orb Market – Anında Teslimat
8 TL
7 TL
7 TL
8 TL
İletişim

0544 739 84 72

WhatsApp sohbet linki

pathofexile#1234

Discord arkadaş ekleme linki

Banka Havale veya Papara
// Smooth scrolling for navigation links
document.querySelectorAll(‘a[href^=”#”]’).forEach(

