MediaWiki:Common.css

Hukukipedia sitesinden
19.55, 13 Kasım 2025 tarihinde Admin (mesaj | katkılar) tarafından oluşturulmuş 2 numaralı sürüm ("--- WikiKod: Kurumsal Hukuk Teması (Hukukipedia Teal Versiyon) ---: Ana renk: #0E6B66 (Logodaki yeşil-mavi tonuyla uyumlu): ========================================================== GENEL STİLLER ==========================================================: body { background-color: #f8f9fa; color: #202122; font-family: "Segoe UI", "Inter", "Helvetica Neue", sans-serif; } a { color: #0E6B66; } a:visited { color: #0B4E4B; }..." 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

Not: Yayımladıktan sonra değişiklikleri görmeniz için tarayıcınızın önbelleğini temizlemeniz gerekebilir.

  • Firefox / Safari: Shift tuşuna basılıyken Yeniden Yükle'ye tıklayın ya da Ctrl-F5 ya da Ctrl-R tıklayın (Mac için ⌘-R)
  • Google Chrome: Ctrl-Shift-R'ye basın. (Mac için ⌘-Shift-R)
  • Edge: Ctrl basılıyken Yenile'ye tıklayın ya da Ctrl-F5'e basın.
/* --- WikiKod: Kurumsal Hukuk Teması (Hukukipedia Teal Versiyon) --- */
/* Ana renk: #0E6B66 (Logodaki yeşil-mavi tonuyla uyumlu) */

/* ==========================================================
   GENEL STİLLER
   ========================================================== */

body {
  background-color: #f8f9fa;
  color: #202122;
  font-family: "Segoe UI", "Inter", "Helvetica Neue", sans-serif;
}

a { color: #0E6B66; }
a:visited { color: #0B4E4B; }
a:hover { text-decoration: underline; }

/* Sayfa gövdesi */
.mw-body-content {
  background: #fff;
  border: 1px solid #d5e5e4;
  border-radius: 4px;
  padding: 1.2rem 1.5rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

/* Başlıklar */
h1, h2 {
  color: #0E6B66;
  font-weight: 600;
  border-bottom: 2px solid #cce4e1;
  padding-bottom: 0.2em;
  margin-top: 1.2em;
}
h3, h4 {
  color: #0B4E4B;
  border-left: 4px solid #a8d7d2;
  padding-left: 6px;
  font-weight: 600;
}


/* ==========================================================
   KANUN KUTULARI
   ========================================================== */

.lawbox {
  float: right;
  margin: 0 0 1em 1em;
  border: 1px solid #b7d5d2;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  max-width: 340px;
}

.lawbox caption {
  background: linear-gradient(180deg, #e5f7f5, #d3ecea);
  color: #0E6B66;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  border-bottom: 2px solid #b5cecc;
  font-size: 1em;
}

.lawbox th {
  width: 38%;
  background: #f0faf9;
  color: #0a0a0a;
  border-right: 1px solid #d1e5e3;
  font-weight: 600;
}
.lawbox td {
  color: #222;
  border-bottom: 1px solid #d1e5e3;
}

/* Kavram kutusu */
.lawbox.kavram th { background: #eef9f8; }
.lawbox.kavram caption {
  background: linear-gradient(180deg, #e7f5f4, #d5eded);
  color: #115f59;
  border-bottom: 1px solid #bedfdd;
}


/* ==========================================================
   BİLGİ / UYARI KUTULARI
   ========================================================== */

.notice-box {
  border: 1px solid #bcdedc;
  background: #e9f7f7;
  color: #0E6B66;
}
.notice-box::before { content: "ℹ️"; }

.warning-box {
  border: 1px solid #f3d08c;
  background: #fff8e1;
  color: #805600;
}
.warning-box::before { content: "⚠️"; }

.deprecated-box {
  border: 1px solid #e2b0b0;
  background: #fff0f0;
  color: #5a1f1f;
}
.deprecated-box::before { content: "⛔"; }

/* Güncellik */
.outdated-banner {
  background: linear-gradient(90deg, #fff0c4, #fff8dd);
  border: 1px solid #f1d89b;
  color: #806b00;
}


/* ==========================================================
   HIGHLIGHTS
   ========================================================== */

blockquote {
  background: #e8f5f4;
  border-left: 4px solid #0E6B66;
  padding: 8px 12px;
  margin: 1em 0;
  font-style: italic;
}

/* Portal kartları */
.portal-card h2 {
  color: #0E6B66;
}
.portal-link {
  color: #0E6B66;
}

/* Üst navigasyon */
.top-nav {
  background: linear-gradient(180deg, #0e6b66, #0a5753);
}

.top-nav a,
.top-nav a:visited {
  color: #fff !important;
}

.portal-header h1 {
  color: #0E6B66;
}

/* İhtisas kutusu */
.ihtisas-header {
  color: #0E6B66;
}
.ihtisas-box {
  border-left: 6px solid #0E6B66;
}