Şablon:AnaBanner/styles.css

Hukukipedia sitesinden
20.07, 13 Kasım 2025 tarihinde Admin (mesaj | katkılar) tarafından oluşturulmuş 10 numaralı sürüm
Gezinti kısmına atla Arama kısmına atla
/* ===================================
   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;
}