Şablon:AnaBanner/styles.css: Revizyonlar arasındaki fark
Gezinti kısmına atla
Arama kısmına atla
Değişiklik özeti yok |
Değişiklik özeti yok |
||
| 1. satır: | 1. satır: | ||
/* | /* ================================ | ||
Hukukipedia | Hukukipedia Ana Sayfa Banner CSS | ||
TemplateStyles uyumlu sürüm | |||
================================ */ | |||
.hp | /* Genel banner alanı */ | ||
.hp-banner { | |||
display: flex; | display: flex; | ||
justify-content: space-between; | justify-content: space-between; | ||
align-items: center; | align-items: center; | ||
padding: 28px 35px; | padding: 28px 35px; | ||
background: linear-gradient(90deg, # | border-radius: 10px; | ||
border: 1px solid # | 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; | overflow: hidden; | ||
margin-bottom: 25px; | margin-bottom: 25px; | ||
min-height: 110px; | |||
} | } | ||
/* Arka | /* Arka plandaki watermark */ | ||
.hp | .hp-banner::after { | ||
content: "§"; | content: "§ LAW"; | ||
position: absolute; | position: absolute; | ||
right: | right: 25px; | ||
bottom: -5px; | |||
font-size: | font-size: 85px; | ||
font- | font-weight: 700; | ||
color: rgba(30, 55, 110, 0.06); /* Kurumsal koyu mavi */ | |||
/*pointer-events: none;*/ | /*pointer-events: none;*/ | ||
user-select: none; | user-select: none; | ||
| 32. satır: | 34. satır: | ||
/* Sol taraf */ | /* Sol taraf */ | ||
.hp- | .hp-banner-left h1 { | ||
margin: 0; | margin: 0; | ||
font-size: | font-size: 1.9rem; | ||
font-weight: | font-weight: 600; | ||
color: # | color: #1e3a8a; /* Derin mavi */ | ||
font-family: " | font-family: "Linux Libertine","Georgia","Times New Roman",serif; | ||
} | } | ||
.hp- | /* Alt başlık */ | ||
.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 */ | /* Sağ taraf */ | ||
.hp- | .hp-banner-right { | ||
text-align: right; | text-align: right; | ||
} | } | ||
.hp | /* İstatistik */ | ||
.hp-stats { | |||
font-size: 1rem; | font-size: 1rem; | ||
color: #1e3a8a; | |||
margin-bottom: 6px; | margin-bottom: 6px; | ||
font-family: "Segoe UI","Inter",sans-serif; | |||
} | } | ||
.hp | .hp-count { | ||
font-weight: | font-weight: bold; | ||
color: # | color: #123075; /* Koyu mavi */ | ||
} | } | ||
/* Link | /* Link grubu */ | ||
.hp- | .hp-links a { | ||
color: #1e3a8a !important; | |||
color: # | |||
font-weight: 600; | font-weight: 600; | ||
text-decoration: none; | text-decoration: none; | ||
margin-left: 8px; | |||
font-family: "Segoe UI","Inter","Helvetica Neue",sans-serif; | |||
} | |||
.hp-links a:hover { | |||
text-decoration: underline; | |||
} | } | ||
.hp- | /* 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 */ | |||
} | |||
} | } | ||
20.20, 13 Kasım 2025 tarihindeki 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: "Linux Libertine","Georgia","Times New Roman",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 */
}
}