Şablon:AnaBanner/styles.css: Revizyonlar arasındaki fark
Gezinti kısmına atla
Arama kısmına atla
"→================================ Hukukipedia Ana Sayfa Banner ================================: .hp-banner { display: flex; justify-content: space-between; align-items: center; padding: 30px 35px; border-radius: 10px; background: linear-gradient(90deg, #f7faf9, #eef9f8); border: 1px solid #d5e7e6; box-shadow: 0 1px 6px rgba(0,0,0,0.04); position: relative; overflow: hidden; margin-bottom: 25px; } /* Watermark arka plan..." içeriğiyle yeni sayfa oluşturdu |
Değişiklik özeti yok |
||
| (Aynı kullanıcının aradaki diğer 3 değişikliği gösterilmiyor) | |||
| 1. satır: | 1. satır: | ||
/* ================================ | /* ================================ | ||
Hukukipedia Ana Sayfa Banner | Hukukipedia Ana Sayfa Banner CSS | ||
TemplateStyles uyumlu sürüm | |||
================================ */ | ================================ */ | ||
/* Genel banner alanı */ | |||
.hp-banner { | .hp-banner { | ||
display: flex; | display: flex; | ||
justify-content: space-between; | justify-content: space-between; | ||
align-items: center; | align-items: center; | ||
padding: | padding: 28px 35px; | ||
border-radius: 10px; | border-radius: 10px; | ||
background: linear-gradient(90deg, # | background: linear-gradient(90deg, #f8fafc, #f3f6fb); | ||
border: 1px solid # | border: 1px solid #d8e1ee; | ||
box-shadow: 0 | box-shadow: 0 2px 5px rgba(0,0,0,0.04); | ||
position: relative; | position: relative; | ||
overflow: hidden; | overflow: hidden; | ||
margin-bottom: 25px; | margin-bottom: 25px; | ||
min-height: 110px; | |||
} | } | ||
/* | /* Arka plandaki watermark */ | ||
.hp-banner::after { | .hp-banner::after { | ||
content: "§ LAW"; | content: "§ LAW"; | ||
position: absolute; | position: absolute; | ||
right: | right: 25px; | ||
bottom: - | bottom: -5px; | ||
font-size: 85px; | font-size: 85px; | ||
font-weight: 700; | font-weight: 700; | ||
color: rgba(30, 55, 110, 0.06); /* Kurumsal koyu mavi */ | |||
/*pointer-events: none;*/ | /*pointer-events: none;*/ | ||
user-select: none; | |||
} | } | ||
/* Sol taraf */ | |||
.hp-banner-left h1 { | .hp-banner-left h1 { | ||
margin: 0; | margin: 0; | ||
font-size: | font-size: 1.9rem; | ||
color: # | font-weight: 600; | ||
font- | color: #1e3a8a; /* Derin mavi */ | ||
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif; | |||
} | } | ||
/* Alt başlık */ | |||
.hp-banner-sub { | .hp-banner-sub { | ||
margin-top: 6px; | margin-top: 6px; | ||
font-size: 1. | font-size: 1.05rem; | ||
color: # | color: #34425f; | ||
font-family: "Segoe UI","Inter","Helvetica Neue",sans-serif; | |||
} | } | ||
/* Sağ taraf */ | |||
.hp-banner-right { | .hp-banner-right { | ||
text-align: right; | text-align: right; | ||
} | } | ||
/* İstatistik */ | |||
.hp-stats { | .hp-stats { | ||
font-size: 1rem; | font-size: 1rem; | ||
color: #1e3a8a; | |||
margin-bottom: 6px; | margin-bottom: 6px; | ||
font-family: "Segoe UI","Inter",sans-serif; | |||
} | } | ||
.hp-count { | .hp-count { | ||
font-weight: bold; | |||
color: #123075; /* Koyu mavi */ | |||
} | } | ||
/* Link grubu */ | |||
.hp-links a { | .hp-links a { | ||
color: # | color: #1e3a8a !important; | ||
font-weight: 600; | font-weight: 600; | ||
text-decoration: none; | text-decoration: none; | ||
margin-left: | margin-left: 8px; | ||
font-family: "Segoe UI","Inter","Helvetica Neue",sans-serif; | |||
} | } | ||
.hp-links a:hover { | .hp-links a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
} | |||
/* Mobil uyum */ | |||
@media (max-width: 800px) { | |||
.hp-banner { | |||
flex-direction: column; | |||
text-align: center; | |||
padding: 24px 20px; | |||
} | |||
.hp-banner-right { | |||
margin-top: 15px; | |||
text-align: center; | |||
} | |||
.hp-banner::after { | |||
display: none; /* Mobilde watermark gizli daha iyi */ | |||
} | |||
} | } | ||
21.33, 13 Kasım 2025 itibarı ile sayfanın şu anki hâli
/* ================================
Hukukipedia Ana Sayfa Banner CSS
TemplateStyles uyumlu sürüm
================================ */
/* Genel banner alanı */
.hp-banner {
display: flex;
justify-content: space-between;
align-items: center;
padding: 28px 35px;
border-radius: 10px;
background: linear-gradient(90deg, #f8fafc, #f3f6fb);
border: 1px solid #d8e1ee;
box-shadow: 0 2px 5px rgba(0,0,0,0.04);
position: relative;
overflow: hidden;
margin-bottom: 25px;
min-height: 110px;
}
/* Arka plandaki watermark */
.hp-banner::after {
content: "§ LAW";
position: absolute;
right: 25px;
bottom: -5px;
font-size: 85px;
font-weight: 700;
color: rgba(30, 55, 110, 0.06); /* Kurumsal koyu mavi */
/*pointer-events: none;*/
user-select: none;
}
/* Sol taraf */
.hp-banner-left h1 {
margin: 0;
font-size: 1.9rem;
font-weight: 600;
color: #1e3a8a; /* Derin mavi */
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
}
/* Alt başlık */
.hp-banner-sub {
margin-top: 6px;
font-size: 1.05rem;
color: #34425f;
font-family: "Segoe UI","Inter","Helvetica Neue",sans-serif;
}
/* Sağ taraf */
.hp-banner-right {
text-align: right;
}
/* İstatistik */
.hp-stats {
font-size: 1rem;
color: #1e3a8a;
margin-bottom: 6px;
font-family: "Segoe UI","Inter",sans-serif;
}
.hp-count {
font-weight: bold;
color: #123075; /* Koyu mavi */
}
/* Link grubu */
.hp-links a {
color: #1e3a8a !important;
font-weight: 600;
text-decoration: none;
margin-left: 8px;
font-family: "Segoe UI","Inter","Helvetica Neue",sans-serif;
}
.hp-links a:hover {
text-decoration: underline;
}
/* Mobil uyum */
@media (max-width: 800px) {
.hp-banner {
flex-direction: column;
text-align: center;
padding: 24px 20px;
}
.hp-banner-right {
margin-top: 15px;
text-align: center;
}
.hp-banner::after {
display: none; /* Mobilde watermark gizli daha iyi */
}
}