Ş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 — Vikipedi Stilinde Banner | ||
================================ */ | =================================== */ | ||
.hp-banner { | .hp-wiki-banner { | ||
position: relative; | |||
display: flex; | display: flex; | ||
justify-content: space-between; | justify-content: space-between; | ||
align-items: center; | align-items: center; | ||
padding: | padding: 28px 35px; | ||
background: linear-gradient(90deg, #f9fafc 0%, #f3f5f9 100%); | |||
background: linear-gradient(90deg, # | border: 1px solid #dfe3ea; | ||
border: 1px solid # | border-radius: 6px; | ||
overflow: hidden; | overflow: hidden; | ||
margin-bottom: 25px; | margin-bottom: 25px; | ||
font-family: "Inter" | font-family: "Inter", sans-serif; | ||
} | } | ||
/* | /* Arka plan watermark */ | ||
.hp-banner::after { | .hp-wiki-banner::after { | ||
content: "§ | content: "§"; | ||
position: absolute; | position: absolute; | ||
right: | right: 80px; | ||
top: 10px; | |||
font-size: | font-size: 150px; | ||
font-family: "Charter", "Georgia", serif; | |||
opacity: 0.045; | |||
color: #8592b1; | |||
/*pointer-events: none;*/ | |||
user-select: none; | |||
} | } | ||
/* Sol | /* Sol taraf */ | ||
.hp- | .hp-wiki-left h1 { | ||
margin: 0; | margin: 0; | ||
font-size: 2rem; | font-size: 2rem; | ||
font-weight: 700; | font-weight: 700; | ||
font-family: "Charter", "Linux Libertine | color: #1F3A5F; /* Kurumsal Lacivert */ | ||
font-family: "Charter", "Linux Libertine", serif; | |||
} | } | ||
.hp- | .hp-wiki-sub { | ||
margin-top: 6px; | margin-top: 6px; | ||
font-size: 1.1rem; | font-size: 1.1rem; | ||
color: # | color: #46536d; | ||
} | } | ||
/* Sağ | /* Sağ taraf */ | ||
.hp- | .hp-wiki-right { | ||
text-align: right; | text-align: right; | ||
font-family: "Inter", sans-serif; | font-family: "Inter", sans-serif; | ||
} | } | ||
.hp-wiki-stats { | |||
.hp-stats { | |||
font-size: 1rem; | font-size: 1rem; | ||
margin-bottom: 6px; | margin-bottom: 6px; | ||
color: # | color: #1F3A5F; | ||
} | } | ||
.hp-count { | .hp-wiki-count { | ||
font-weight: 700; | font-weight: 700; | ||
color: #1F3A5F; | |||
font-family: "Charter", serif; | |||
} | } | ||
/* | /* Link butonları */ | ||
.hp- | .hp-wiki-actions a { | ||
color: #1F3A5F | display: inline-block; | ||
margin-left: 8px; | |||
padding: 6px 12px; | |||
background: #ffffff; | |||
border: 1px solid #bfc8d8; | |||
border-radius: 6px; | |||
color: #1F3A5F; | |||
font-weight: 600; | font-weight: 600; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.hp- | .hp-wiki-actions a:hover { | ||
background: #f3f5f9; | |||
border-color: #9ea9bb; | |||
} | } | ||
20.07, 13 Kasım 2025 tarihindeki hâli
/* ===================================
Hukukipedia — Vikipedi Stilinde Banner
=================================== */
.hp-wiki-banner {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
padding: 28px 35px;
background: linear-gradient(90deg, #f9fafc 0%, #f3f5f9 100%);
border: 1px solid #dfe3ea;
border-radius: 6px;
overflow: hidden;
margin-bottom: 25px;
font-family: "Inter", sans-serif;
}
/* Arka plan watermark */
.hp-wiki-banner::after {
content: "§";
position: absolute;
right: 80px;
top: 10px;
font-size: 150px;
font-family: "Charter", "Georgia", serif;
opacity: 0.045;
color: #8592b1;
/*pointer-events: none;*/
user-select: none;
}
/* Sol taraf */
.hp-wiki-left h1 {
margin: 0;
font-size: 2rem;
font-weight: 700;
color: #1F3A5F; /* Kurumsal Lacivert */
font-family: "Charter", "Linux Libertine", serif;
}
.hp-wiki-sub {
margin-top: 6px;
font-size: 1.1rem;
color: #46536d;
}
/* Sağ taraf */
.hp-wiki-right {
text-align: right;
font-family: "Inter", sans-serif;
}
.hp-wiki-stats {
font-size: 1rem;
margin-bottom: 6px;
color: #1F3A5F;
}
.hp-wiki-count {
font-weight: 700;
color: #1F3A5F;
font-family: "Charter", serif;
}
/* Link butonları */
.hp-wiki-actions a {
display: inline-block;
margin-left: 8px;
padding: 6px 12px;
background: #ffffff;
border: 1px solid #bfc8d8;
border-radius: 6px;
color: #1F3A5F;
font-weight: 600;
text-decoration: none;
}
.hp-wiki-actions a:hover {
background: #f3f5f9;
border-color: #9ea9bb;
}