Ş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
 
(Aynı kullanıcının aradaki diğer 2 değişikliği gösterilmiyor)
1. satır: 1. satır:
/* ================================
/* ================================
   Hukukipedia Ana Sayfa Banner (Kurumsal Lacivert)
   Hukukipedia Ana Sayfa Banner CSS
  TemplateStyles uyumlu sürüm
   ================================ */
   ================================ */


/* Genel banner alanı */
.hp-banner {
.hp-banner {
   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;
   border-radius: 10px;
   background: linear-gradient(90deg, #f7f9fc, #eef2f8);
   background: linear-gradient(90deg, #f8fafc, #f3f6fb);
   border: 1px solid #d4deea;
   border: 1px solid #d8e1ee;
   box-shadow: 0 1px 6px rgba(0,0,0,0.05);
   box-shadow: 0 2px 5px rgba(0,0,0,0.04);
   position: relative;
   position: relative;
   overflow: hidden;
   overflow: hidden;
   margin-bottom: 25px;
   margin-bottom: 25px;
   font-family: "Inter", "Segoe UI", Arial, sans-serif;
   min-height: 110px;
}
}


/* Watermark (arka plan § LAW) */
/* Arka plandaki watermark */
.hp-banner::after {
.hp-banner::after {
   content: "§ LAW";
   content: "§ LAW";
   position: absolute;
   position: absolute;
   right: 20px;
   right: 25px;
   bottom: -10px;
   bottom: -5px;
   font-size: 85px;
   font-size: 85px;
  color: rgba(31, 58, 95, 0.06); /* Lacivert soft */
   font-weight: 700;
   font-weight: 700;
  color: rgba(30, 55, 110, 0.06); /* Kurumsal koyu mavi */
  /*pointer-events: none;*/
  user-select: none;
}
}


/* Sol başlık alanı */
/* Sol taraf */
.hp-banner-left h1 {
.hp-banner-left h1 {
   margin: 0;
   margin: 0;
   font-size: 2rem;
   font-size: 1.9rem;
   color: #1F3A5F;         /* Kurumsal lacivert */
  font-weight: 600;
  font-weight: 700;
   color: #1e3a8a; /* Derin mavi */
   font-family: "Charter", "Linux Libertine", "Georgia", serif;
   font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
}
}


/* Alt başlık */
.hp-banner-sub {
.hp-banner-sub {
   margin-top: 6px;
   margin-top: 6px;
   font-size: 1.1rem;
   font-size: 1.05rem;
   color: #364a6b;         /* Daha soft lacivert gri */
   color: #34425f;
   font-family: "Inter", sans-serif;
   font-family: "Segoe UI","Inter","Helvetica Neue",sans-serif;
}
}


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


/* İstatistik satırı */
/* İstatistik */
.hp-stats {
.hp-stats {
   font-size: 1rem;
   font-size: 1rem;
  color: #1e3a8a;
   margin-bottom: 6px;
   margin-bottom: 6px;
   color: #2C4A7A;         /* Orta lacivert */
   font-family: "Segoe UI","Inter",sans-serif;
}
}


.hp-count {
.hp-count {
   color: #1F3A5F;         /* Kurumsal lacivert */
  font-weight: bold;
  font-weight: 700;
   color: #123075; /* Koyu mavi */
}
}


/* Linkler */
/* Link grubu */
.hp-links a {
.hp-links a {
   color: #1F3A5F !important;
   color: #1e3a8a !important;
   font-weight: 600;
   font-weight: 600;
   text-decoration: none;
   text-decoration: none;
   margin-left: 6px;
   margin-left: 8px;
  font-family: "Segoe UI","Inter","Helvetica Neue",sans-serif;
}
}


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

21.33, 13 Kasım 2025 itibarı ile sayfanın şu anki 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: "Nimbus Roman No9 L", "Times New Roman", Times, 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 */
  }
}