Ş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 |
||
| 1. satır: | 1. satır: | ||
/* ================================ | /* ================================ | ||
Hukukipedia Ana Sayfa Banner | Hukukipedia Ana Sayfa Banner (Kurumsal Lacivert) | ||
================================ */ | ================================ */ | ||
| 9. satır: | 9. satır: | ||
padding: 30px 35px; | padding: 30px 35px; | ||
border-radius: 10px; | border-radius: 10px; | ||
background: linear-gradient(90deg, # | background: linear-gradient(90deg, #f7f9fc, #eef2f8); | ||
border: 1px solid # | border: 1px solid #d4deea; | ||
box-shadow: 0 1px 6px rgba(0,0,0,0. | box-shadow: 0 1px 6px rgba(0,0,0,0.05); | ||
position: relative; | position: relative; | ||
overflow: hidden; | overflow: hidden; | ||
margin-bottom: 25px; | margin-bottom: 25px; | ||
font-family: "Inter", "Segoe UI", Arial, sans-serif; | |||
} | } | ||
/* Watermark arka plan */ | /* Watermark (arka plan § LAW) */ | ||
.hp-banner::after { | .hp-banner::after { | ||
content: "§ LAW"; | content: "§ LAW"; | ||
| 24. satır: | 25. satır: | ||
bottom: -10px; | bottom: -10px; | ||
font-size: 85px; | font-size: 85px; | ||
color: rgba( | color: rgba(31, 58, 95, 0.06); /* Lacivert soft */ | ||
font-weight: 700; | font-weight: 700; | ||
} | } | ||
/* Sol başlık alanı */ | |||
.hp-banner-left h1 { | .hp-banner-left h1 { | ||
margin: 0; | margin: 0; | ||
font-size: 2rem; | font-size: 2rem; | ||
color: # | color: #1F3A5F; /* Kurumsal lacivert */ | ||
font-weight: 700; | font-weight: 700; | ||
font-family: "Charter", "Linux Libertine", "Georgia", serif; | |||
} | } | ||
| 39. satır: | 41. satır: | ||
margin-top: 6px; | margin-top: 6px; | ||
font-size: 1.1rem; | font-size: 1.1rem; | ||
color: # | color: #364a6b; /* Daha soft lacivert gri */ | ||
font-family: "Inter", sans-serif; | |||
} | } | ||
/* Sağ alan */ | |||
.hp-banner-right { | .hp-banner-right { | ||
text-align: right; | text-align: right; | ||
font-family: "Inter", sans-serif; | |||
} | } | ||
/* İstatistik satırı */ | |||
.hp-stats { | .hp-stats { | ||
font-size: 1rem; | font-size: 1rem; | ||
margin-bottom: 6px; | margin-bottom: 6px; | ||
color: # | color: #2C4A7A; /* Orta lacivert */ | ||
} | } | ||
.hp-count { | .hp-count { | ||
color: # | color: #1F3A5F; /* Kurumsal lacivert */ | ||
font-weight: 700; | font-weight: 700; | ||
} | } | ||
/* Linkler */ | |||
.hp-links a { | .hp-links a { | ||
color: # | color: #1F3A5F !important; | ||
font-weight: 600; | font-weight: 600; | ||
text-decoration: none; | text-decoration: none; | ||
margin-left: 6px; | margin-left: 6px; | ||
} | } | ||
.hp-links a:hover { | .hp-links a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
20.05, 13 Kasım 2025 tarihindeki hâli
/* ================================
Hukukipedia Ana Sayfa Banner (Kurumsal Lacivert)
================================ */
.hp-banner {
display: flex;
justify-content: space-between;
align-items: center;
padding: 30px 35px;
border-radius: 10px;
background: linear-gradient(90deg, #f7f9fc, #eef2f8);
border: 1px solid #d4deea;
box-shadow: 0 1px 6px rgba(0,0,0,0.05);
position: relative;
overflow: hidden;
margin-bottom: 25px;
font-family: "Inter", "Segoe UI", Arial, sans-serif;
}
/* Watermark (arka plan § LAW) */
.hp-banner::after {
content: "§ LAW";
position: absolute;
right: 20px;
bottom: -10px;
font-size: 85px;
color: rgba(31, 58, 95, 0.06); /* Lacivert soft */
font-weight: 700;
}
/* Sol başlık alanı */
.hp-banner-left h1 {
margin: 0;
font-size: 2rem;
color: #1F3A5F; /* Kurumsal lacivert */
font-weight: 700;
font-family: "Charter", "Linux Libertine", "Georgia", serif;
}
.hp-banner-sub {
margin-top: 6px;
font-size: 1.1rem;
color: #364a6b; /* Daha soft lacivert gri */
font-family: "Inter", sans-serif;
}
/* Sağ alan */
.hp-banner-right {
text-align: right;
font-family: "Inter", sans-serif;
}
/* İstatistik satırı */
.hp-stats {
font-size: 1rem;
margin-bottom: 6px;
color: #2C4A7A; /* Orta lacivert */
}
.hp-count {
color: #1F3A5F; /* Kurumsal lacivert */
font-weight: 700;
}
/* Linkler */
.hp-links a {
color: #1F3A5F !important;
font-weight: 600;
text-decoration: none;
margin-left: 6px;
}
.hp-links a:hover {
text-decoration: underline;
}