MediaWiki:Common.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
Etiket: Geri alındı
1. satır: 1. satır:
* {
    background: #283049 !important;
    color: #e3e7f1 !important;
}
body {
body {
     background: #21253b;
     background: #21253b;

15.46, 14 Kasım 2025 tarihindeki hâli

* {
    background: #283049 !important;
    color: #e3e7f1 !important;
}

body {
    background: #21253b;
    color: #e3e7f1;
    font-family: 'Segoe UI', 'Arial', sans-serif;
}

/* Tüm ana içerik alanları, kutular vs. */
#content, .mw-body, .mainpage-box, .panel, .mw-portlet, .infobox, .toc, .wikitable {
    background: #283049 !important;
    color: #e3e7f1 !important;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* İçerik kutuları, ana sayfa büyük beyaz bloklar */
.mainpage-section, .mainpage-content, .mainpage-panel, .mainpage-widget, .mainpage-feature {
    background: #283049 !important;
    color: #e3e7f1 !important;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Küçük widget ve özel bilgi kutuları için */
.card, .statbox, .dashboard-panel {
    background: #283049 !important;
    color: #e3e7f1 !important;
}

h1, h2, h3, h4 {
    color: #ffffff;
}

a, a:visited {
    color: #2675a7;
}
a:hover {
    color: #60b22b;
}



.toc, .mw-portlet, .navbox {
    background: #34395e;
    color: #e3e7f1;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.07);
}

.infobox, .wikitable {
    background: #373d5c;
    border: 1px solid #2675a7;
    color: #e3e7f1;
}

li, ul, ol {
    color: #e3e7f1;
}

/* Özel ikon veya vurgularda */
.icon-green {
    color: #60b22b;
}



/* ==========================================================
   MAKALE DÜZENİ
   ========================================================== */

.mw-parser-output p {
  text-align: justify;
  line-height: 1.65;
  margin: 0.6em 0;
}

.mw-parser-output ul {
  margin: 0.5em 0 0.5em 1.5em;
}

blockquote {
  background: #f4f7fb;
  border-left: 4px solid var(--primary-soft);
  padding: 8px 12px;
  margin: 1em 0;
  font-style: italic;
}

.references {
  border-top: 1px solid var(--border-soft);
  padding-top: 6px;
}


/* ==========================================================
   ANA SAYFA PORTAL & KARTLAR
   ========================================================== */

.main-portal {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.portal-header h1 {
  color: var(--primary);
}

.portal-logo {
  width: 160px;
  margin-bottom: 10px;
}

.portal-sections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.portal-card {
  background: #ffffff;
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: 0.2s ease;
}

.portal-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.portal-card h2 {
  color: var(--primary);
}

/* ==========================================================
   LOGO ALANI (Vector Legacy)
   ========================================================== */

#p-logo {
  position: relative !important;
  width: 100% !important;
  height: 120px !important;
  background: none !important;
  text-align: center !important;
  margin-top:20px;
}

#p-logo a.mw-wiki-logo {
  display: inline-block !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 120px !important;
  height: 120px !important;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  background-color: #ffffff15;
}

#mw-panel {
  padding-top: 0 !important;
}