Ş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 bir diğer değişikliği gösterilmiyor)
1. satır: 1. satır:
/* ===================================
/* ================================
   Hukukipedia — Vikipedi Stilinde Banner
   Hukukipedia Ana Sayfa Banner CSS
   =================================== */
  TemplateStyles uyumlu sürüm
   ================================ */


.hp-wiki-banner {
/* Genel banner alanı */
  position: relative;
.hp-banner {
   display: flex;
   display: flex;
   justify-content: space-between;
   justify-content: space-between;
   align-items: center;
   align-items: center;
   padding: 28px 35px;
   padding: 28px 35px;
   background: linear-gradient(90deg, #f9fafc 0%, #f3f5f9 100%);
  border-radius: 10px;
   border: 1px solid #dfe3ea;
   background: linear-gradient(90deg, #f8fafc, #f3f6fb);
   border-radius: 6px;
   border: 1px solid #d8e1ee;
   box-shadow: 0 2px 5px rgba(0,0,0,0.04);
  position: relative;
   overflow: hidden;
   overflow: hidden;
   margin-bottom: 25px;
   margin-bottom: 25px;
   font-family: "Inter", sans-serif;
   min-height: 110px;
}
}


/* Arka plan watermark */
/* Arka plandaki watermark */
.hp-wiki-banner::after {
.hp-banner::after {
   content: "§";
   content: "§ LAW";
   position: absolute;
   position: absolute;
   right: 80px;
   right: 25px;
   top: 10px;
   bottom: -5px;
   font-size: 150px;
   font-size: 85px;
   font-family: "Charter", "Georgia", serif;
   font-weight: 700;
   opacity: 0.045;
   color: rgba(30, 55, 110, 0.06); /* Kurumsal koyu mavi */
  color: #8592b1;
   /*pointer-events: none;*/
   /*pointer-events: none;*/
   user-select: none;
   user-select: none;
32. satır: 34. satır:


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


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


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


.hp-wiki-stats {
/* İstatistik */
.hp-stats {
   font-size: 1rem;
   font-size: 1rem;
  color: #1e3a8a;
   margin-bottom: 6px;
   margin-bottom: 6px;
   color: #1F3A5F;
   font-family: "Segoe UI","Inter",sans-serif;
}
}


.hp-wiki-count {
.hp-count {
   font-weight: 700;
   font-weight: bold;
   color: #1F3A5F;
   color: #123075; /* Koyu mavi */
  font-family: "Charter", serif;
}
}


/* Link butonları */
/* Link grubu */
.hp-wiki-actions a {
.hp-links a {
  display: inline-block;
   color: #1e3a8a !important;
  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: 8px;
  font-family: "Segoe UI","Inter","Helvetica Neue",sans-serif;
}
.hp-links a:hover {
  text-decoration: underline;
}
}


.hp-wiki-actions a:hover {
/* Mobil uyum */
  background: #f3f5f9;
@media (max-width: 800px) {
   border-color: #9ea9bb;
  .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 */
  }
}