Şablon:AnaBanner/styles.css

Hukukipedia sitesinden
19.57, 13 Kasım 2025 tarihinde Admin (mesaj | katkılar) tarafından oluşturulmuş 5 numaralı sürüm ("================================ Hukukipedia Ana Sayfa Banner ================================: .hp-banner { display: flex; justify-content: space-between; align-items: center; padding: 30px 35px; border-radius: 10px; background: linear-gradient(90deg, #f7faf9, #eef9f8); border: 1px solid #d5e7e6; box-shadow: 0 1px 6px rgba(0,0,0,0.04); position: relative; overflow: hidden; margin-bottom: 25px; } /* Watermark arka plan..." içeriğiyle yeni sayfa oluşturdu)
(fark) ← Önceki sürüm | Güncel sürüm (fark) | Sonraki sürüm → (fark)
Gezinti kısmına atla Arama kısmına atla
/* ================================
   Hukukipedia Ana Sayfa Banner
   ================================ */

.hp-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 35px;
  border-radius: 10px;
  background: linear-gradient(90deg, #f7faf9, #eef9f8);
  border: 1px solid #d5e7e6;
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

/* Watermark arka plan */
.hp-banner::after {
  content: "§ LAW";
  position: absolute;
  right: 20px;
  bottom: -10px;
  font-size: 85px;
  color: rgba(0, 105, 98, 0.06);
  font-weight: 700;
  /*pointer-events: none;*/
}

.hp-banner-left h1 {
  margin: 0;
  font-size: 2rem;
  color: #0E6B66;
  font-weight: 700;
}

.hp-banner-sub {
  margin-top: 6px;
  font-size: 1.1rem;
  color: #2b3837;
}

.hp-banner-right {
  text-align: right;
}

.hp-stats {
  font-size: 1rem;
  margin-bottom: 6px;
  color: #0b4d48;
}

.hp-count {
  color: #0E6B66;
  font-weight: 700;
}

.hp-links a {
  color: #0E6B66 !important;
  font-weight: 600;
  text-decoration: none;
  margin-left: 6px;
}
.hp-links a:hover {
  text-decoration: underline;
}