Şablon:AnaBanner/styles.css: Revizyonlar arasındaki fark

Hukukipedia sitesinden
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 Ana Sayfa Banner (Kurumsal Lacivert)
   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: 30px 35px;
   padding: 28px 35px;
  border-radius: 10px;
   background: linear-gradient(90deg, #f9fafc 0%, #f3f5f9 100%);
   background: linear-gradient(90deg, #f7f9fc, #eef2f8);
   border: 1px solid #dfe3ea;
   border: 1px solid #d4deea;
   border-radius: 6px;
   box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  position: relative;
   overflow: hidden;
   overflow: hidden;
   margin-bottom: 25px;
   margin-bottom: 25px;
   font-family: "Inter", "Segoe UI", Arial, sans-serif;
   font-family: "Inter", sans-serif;
}
}


/* Watermark (arka plan § LAW) */
/* Arka plan watermark */
.hp-banner::after {
.hp-wiki-banner::after {
   content: "§ LAW";
   content: "§";
   position: absolute;
   position: absolute;
   right: 20px;
   right: 80px;
   bottom: -10px;
   top: 10px;
   font-size: 85px;
   font-size: 150px;
   color: rgba(31, 58, 95, 0.06); /* Lacivert soft */
   font-family: "Charter", "Georgia", serif;
   font-weight: 700;
  opacity: 0.045;
  color: #8592b1;
  /*pointer-events: none;*/
   user-select: none;
}
}


/* Sol başlık alanı */
/* Sol taraf */
.hp-banner-left h1 {
.hp-wiki-left h1 {
   margin: 0;
   margin: 0;
   font-size: 2rem;
   font-size: 2rem;
  color: #1F3A5F;          /* Kurumsal lacivert */
   font-weight: 700;
   font-weight: 700;
   font-family: "Charter", "Linux Libertine", "Georgia", serif;
  color: #1F3A5F; /* Kurumsal Lacivert */
   font-family: "Charter", "Linux Libertine", serif;
}
}


.hp-banner-sub {
.hp-wiki-sub {
   margin-top: 6px;
   margin-top: 6px;
   font-size: 1.1rem;
   font-size: 1.1rem;
   color: #364a6b;          /* Daha soft lacivert gri */
   color: #46536d;
  font-family: "Inter", sans-serif;
}
}


/* Sağ alan */
/* Sağ taraf */
.hp-banner-right {
.hp-wiki-right {
   text-align: right;
   text-align: right;
   font-family: "Inter", sans-serif;
   font-family: "Inter", sans-serif;
}
}


/* İstatistik satırı */
.hp-wiki-stats {
.hp-stats {
   font-size: 1rem;
   font-size: 1rem;
   margin-bottom: 6px;
   margin-bottom: 6px;
   color: #2C4A7A;         /* Orta lacivert */
   color: #1F3A5F;
}
}


.hp-count {
.hp-wiki-count {
  color: #1F3A5F;          /* Kurumsal lacivert */
   font-weight: 700;
   font-weight: 700;
  color: #1F3A5F;
  font-family: "Charter", serif;
}
}


/* Linkler */
/* Link butonları */
.hp-links a {
.hp-wiki-actions a {
   color: #1F3A5F !important;
  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;
  margin-left: 6px;
}
}


.hp-links a:hover {
.hp-wiki-actions a:hover {
   text-decoration: underline;
   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;
}