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
 
(Aynı kullanıcının aradaki diğer 50 değişikliği gösterilmiyor)
1. satır: 1. satır:
/* --- WikiKod: Kurumsal Hukuk Teması (v2 optimize) --- */
/* ============================================================================
/* Vector 2022 ile tam uyumlu, sade ve kurumsal görünüm */
  HUKUKIPEDIA - COMMON.CSS
  Ana Stil Dosyası
  ============================================================================ */
 
/* ============================================================================
  1. TEMEL RESETLER VE TİPOGRAFİ
  ============================================================================ */
 
/* İtalik stilini sıfırla */
cite,
dfn {
    font-style: inherit;
}
 
/* Tırnak işaretleri */
q {
    quotes: '"' '"' "'" "'";
}
 
/* Blockquote düzenlemesi */
blockquote {
    overflow: hidden;
    margin: 1em 0;
    padding: 0 40px;
}
 
/* Tutarlı font boyutları */
small {
    font-size: 85%;
}


/* ==========================================================
  GENEL STİLLER
  ========================================================== */
 
/*Logo*/ 
.mw-body-content sub,
.mw-body-content sub,
.mw-body-content sup {
.mw-body-content sup {
12. satır: 36. satır:
}
}


 
/* Tartışma sayfası paragraf boşlukları */
/* Same spacing for indented and unindented paragraphs on talk pages */
 
.ns-talk .mw-body-content dd {
.ns-talk .mw-body-content dd {
     margin-top: 0.4em;
     margin-top: 0.4em;
20. satır: 42. satır:
}
}


 
/* ============================================================================
/* Main page fixes */
  2. ANA SAYFA DÜZENLEMELERİ
  ============================================================================ */


#interwiki-completelist {
#interwiki-completelist {
27. satır: 50. satır:
}
}


/* Ana sayfada gereksiz elemanları gizle */
body.page-Anasayfa #contentSub,
body.page-Anasayfa #t-cite,
body.page-Anasayfa #lastmod,
body.page-Anasayfa #siteSub,
body.page-Anasayfa h1.firstHeading,
.action-view.page-Anasayfa #catlinks {
    display: none !important;
}


/* Reduce page jumps by hiding collapsed/dismissed content */
/* ============================================================================
  3. SAYFA GÖRÜNÜRLÜĞÜ VE DARALTMA
  ============================================================================ */


.client-js .mw-special-Watchlist #watchlist-message,
.client-js .mw-special-Watchlist #watchlist-message,
.client-js .NavFrame.collapsed .NavContent,
.client-js .NavFrame.collapsed .NavContent,
.client-js .collapsible:not( .mw-made-collapsible).collapsed>tbody>tr:not(:first-child) {
.client-js .collapsible:not(.mw-made-collapsible).collapsed > tbody > tr:not(:first-child) {
     display: none;
     display: none;
}
}
/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */


.mw-rcfilters-enabled .mw-specialpage-summary {
.mw-rcfilters-enabled .mw-specialpage-summary {
43. satır: 74. satır:
}
}


 
#editpage-specialchars {
/*Logo Son*/ 
    display: none;
body {
  background-color: #f8f9fa;
  color: #202122;
  font-family: 'Linux Libertine', Georgia, serif;  
}
}


a { color: #0645ad; }
/* ============================================================================
a:visited { color: #0b0080; }
  4. ALINTI VE REFERANSLAR
a:hover { text-decoration: underline; }
  ============================================================================ */


.mw-body-content {
/* Hedef vurgulama (mavi) */
  background: #fff;
body.action-info .mw-body-content :target,
  border: 1px solid #ddd;
.citation:target {
  border-radius: 4px;
    background-color: rgba(0, 127, 255, 0.133);
  padding: 1.2rem 1.5rem;
}
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}


/* Başlıklar */
/* Alıntı stilleri */
h1, h2 {
.citation {
  color: #2a4b8d;
    word-wrap: break-word;
  font-weight: 600;
  border-bottom: 2px solid #dbe4f3;
  padding-bottom: 0.2em;
  margin-top: 1.2em;
}
}
h3, h4 {
 
  color: #22335b;
/* Referans listesi */
  border-left: 4px solid #c2d0ec;
ol.references {
  padding-left: 6px;
    font-size: 90%;
  font-weight: 600;
    margin-bottom: 0.5em;
    list-style-type: inherit;
}
}


/* Parsoid Cite desteği */
span[rel="mw:referencedBy"]::before {
    font-weight: bold;
    content: "^ ";
}


/* Hover efekti */
span[rel="mw:referencedBy"] {
.infobox:hover {
    counter-reset: mw-ref-linkback 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
}
}


/* ==========================================================
span[rel="mw:referencedBy"] > a::before {
  HUKUKİ KUTULAR
    font-weight: bold;
  ========================================================== */
    font-style: italic;
    content: counter(mw-ref-linkback, lower-alpha);
}


/* === Kanun kutusu === */
a[rel="mw:referencedBy"]::before {
/* Kanun kutusu */
    font-weight: bold;
.lawbox {
    content: "^";
  float: right;
  /* clear: right;  ← bunu kaldır */
  margin: 0 0 1em 1em;
  border: 1px solid #bcc6d6;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: auto;
  max-width: 340px; /* isteğe göre */
}
}


/* ============================================================================
  5. YATAY LİSTELER (HLIST)
  ============================================================================ */


 
.hlist dl,
 
.hlist ol,
.lawbox caption {
.hlist ul {
  background: linear-gradient(180deg, #e8f0ff, #d7e2fa);
    margin: 0;
  color: #1f376d;
    padding: 0;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  border-bottom: 2px solid #b5c1d7;
  font-size: 1em;
}
 
.lawbox th, .lawbox td {
  border-bottom: 1px solid #d8e0ee;
  padding: 6px 8px;
}
.lawbox th {
  width: 38%;
  background: #f2f6fc;
  color: #1c1c1c;
  border-right: 1px solid #d8e0ee;
  font-weight: 600;
}
}
.lawbox td { color: #222; }


/* Kavram kutusu */
.hlist dd,
.lawbox.kavram {
.hlist dt,
  float: left;
.hlist li {
  clear: right;
    margin: 0;
 
    display: inline;
  max-width: 2280px;
}
.lawbox.kavram th { background: #f4f7ff; }
.lawbox.kavram caption {
  background: linear-gradient(180deg, #f0f5ff, #dce7ff);
  color: #22335b;
  font-weight: 700;
  border-bottom: 1px solid #c8d6f2;
}
}


/* Hover */
.hlist.inline,
.lawbox:hover {
.hlist.inline dl,
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
.hlist.inline ol,
  transition: box-shadow 0.2s ease;
.hlist.inline ul,
}
.hlist dl dl,
 
.hlist dl ol,
/* ==========================================================
.hlist dl ul,
  MAKALE DÜZENİ
.hlist ol dl,
  ========================================================== */
.hlist ol ol,
.mw-parser-output p {
.hlist ol ul,
  text-align: justify;
.hlist ul dl,
  line-height: 1.65;
.hlist ul ol,
  margin: 0.6em 0;
.hlist ul ul {
}
    display: inline;
.mw-parser-output ul {
  margin: 0.5em 0 0.5em 1.5em;
}
}
.mw-parser-output li { margin-bottom: 4px; }


blockquote {
.hlist .mw-empty-li {
  background: #f4f7fb;
    display: none;
  border-left: 4px solid #4c6ef5;
  padding: 8px 12px;
  margin: 1em 0;
  font-style: italic;
}
.references {
  border-top: 1px solid #dbe4f3;
  padding-top: 6px;
}
}


/* ==========================================================
/* Ayırıcılar */
  UYARI / BİLGİ KUTULARI
.hlist dt:after {
  ========================================================== */
    content: ": ";
.notice-box,
.warning-box,
.deprecated-box {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: auto;
  border-radius: 6px;
  padding: 8px 12px;
  margin: 0.5em 0 1em 0;
  font-size: 90%;
  line-height: 1.5;
  box-sizing: border-box;
  word-wrap: break-word;
}
}


.notice-box *,
.hlist dd:after,
.warning-box *,
.hlist li:after {
.deprecated-box * {
    content: " · ";
  background: none !important;
    font-weight: bold;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
}


.notice-box {
.hlist dd:last-child:after,
  border: 1px solid #cfd8ea;
.hlist dt:last-child:after,
  background: #f1f5ff;
.hlist li:last-child:after {
  color: #1e2a4a;
    content: none;
}
.notice-box::before {
  content: "ℹ️";
  color: #22335b;
}
}


.warning-box {
/* Parantezler */
  border: 1px solid #f3d08c;
.hlist dd dd:first-child:before,
  background: #fff8e1;
.hlist dd dt:first-child:before,
  color: #503c00;
.hlist dd li:first-child:before,
}
.hlist dt dd:first-child:before,
.warning-box::before {
.hlist dt dt:first-child:before,
  content: "⚠️";
.hlist dt li:first-child:before,
  color: #9a6a00;
.hlist li dd:first-child:before,
}
.hlist li dt:first-child:before,
 
.hlist li li:first-child:before {
.deprecated-box {
    content: " (";
  border: 1px solid #e2b0b0;
    font-weight: normal;
  background: #fff0f0;
  color: #5a1f1f;
}
.deprecated-box::before {
  content: "";
  color: #b52d2d;
}
}


/* === Güncellik şeridi === */
.hlist dd dd:last-child:after,
.outdated-banner {
.hlist dd dt:last-child:after,
  background: linear-gradient(90deg, #ffe8a3, #fff4cf);
.hlist dd li:last-child:after,
  border: 1px solid #f3d08c;
.hlist dt dd:last-child:after,
  padding: 8px;
.hlist dt dt:last-child:after,
  border-radius: 4px;
.hlist dt li:last-child:after,
  font-weight: 500;
.hlist li dd:last-child:after,
  color: #664d00;
.hlist li dt:last-child:after,
  text-align: center;
.hlist li li:last-child:after {
  margin: 1em 0;
    content: ")";
    font-weight: normal;
}
}


/* Kod blokları */
/* Sıralı listeler */
pre, code {
.hlist ol {
  background: #f1f3f5;
    counter-reset: listitem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 6px 10px;
  display: block;
  font-family: "Consolas", monospace;
  font-size: 0.95em;
}
}


/* ==========================================================
.hlist ol > li {
  ANA SAYFA DÜZENİ
    counter-increment: listitem;
  ========================================================== */
.main-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
}


.main-column {
.hlist ol > li:before {
  flex: 1;
    content: " " counter(listitem) "\a0";
  min-width: 250px;
  background: #fff;
  border: 1px solid #e2e6ef;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
}


.main-column h2 {
.hlist dd ol > li:first-child:before,
  color: #2a4b8d;
.hlist dt ol > li:first-child:before,
  border-bottom: 1px solid #dbe4f3;
.hlist li ol > li:first-child:before {
  padding-bottom: 4px;
    content: " (" counter(listitem) "\a0";
  margin-bottom: 10px;
  font-size: 1.1em;
}
}


.main-column ul { margin: 0; padding-left: 16px; }
/* ============================================================================
.main-column li { margin: 5px 0; }
  6. DÜZ LİSTELER (PLAINLIST)
  ============================================================================ */


.footer-bar {
.plainlist ol,
  text-align: center;
.plainlist ul {
  margin-top: 40px;
    line-height: inherit;
  font-size: 0.9em;
    list-style: none;
  color: #555;
    margin: 0;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
}


/* Üst Navigasyon */
.plainlist ol li,
.top-nav {
.plainlist ul li {
  background: linear-gradient(180deg, #30448a, #2a3b76);
    margin-bottom: 0;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.top-nav a,
.top-nav a:visited {
  color: #fff !important;
  text-decoration: none !important;
  margin: 0 15px;
  font-weight: 500;
}
.top-nav a:hover {
  opacity: 0.85;
  transform: scale(1.05);
}
}


.lawbox-footer td {
/* ============================================================================
  border-top: 1px solid #d8e0ee;
  7. NAVİGASYON KUTULARI (NAVBOX)
  background: #f9fbff;
  ============================================================================ */
 
.navbox {
    box-sizing: border-box;
    border: 1px solid #a2a9b1;
    width: 100%;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
    margin: 1em auto 0;
}
}


 
.navbox .navbox {
.ictihatbox {
    margin-top: 0;
background: #f8f9fa;
border: 1px solid #cbd5e0;
border-radius: 8px;
padding: 10px;
margin: 1em 0;
margin-left:12px;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
display:inline-block;
}
.ictihatbox .lawbox-header {
background: linear-gradient(135deg,#1e40af,#2563eb);
color: #fff;
padding: 5px 10px;
border-radius: 6px 6px 0 0;
font-weight: bold;
}
.ictihatbox .lawbox-body {
padding: 6px 10px;
line-height: 1.5;
}
.ictihat-listesi ul {
list-style-type: disc;
margin-left: 1.5em;
}
}


.kanun-metin {
.navbox + .navbox {
background: #fff;
    margin-top: -1px;
/*border: 1px solid #d1d5db;
border-radius: 8px;*/
/* padding: 20px 30px;*/
/*margin: 1em 0;*/
font-family: "DejaVu Serif", Georgia, "Times New Roman", serif;
line-height: 1.7;
color: #222;
/* box-shadow: 0 2px 5px rgba(0,0,0,0.05);*/
}
}


.kanun-metin h2 {
.navbox-inner,
color: #1e3a8a;
.navbox-subgroup {
border-bottom: 2px solid #3b82f6;
    width: 100%;
padding-bottom: 4px;
margin-top: 1.3em;
font-size: 1.2em;
}
}


.kanun-metin b {
.navbox-group,
color: #111;
.navbox-title,
.navbox-abovebelow {
    padding: 0.25em 1em;
    line-height: 1.5em;
    text-align: center;
}
}


.kanun-metin dd {
th.navbox-group {
margin-left: 2em;
    white-space: nowrap;
text-indent: -1.2em;
    text-align: right;
}
}


.kanun-metin .iptal {
.navbox,
background: #f3f4f6;
.navbox-subgroup {
border-left: 3px solid #9ca3af;
    background-color: #fdfdfd;
padding: 4px 8px;
font-style: italic;
color: #555;
margin: 0.4em 0;
border-radius: 4px;
}
}


 
.navbox-list {
/* === Ana sayfa portalı === */
    line-height: 1.5em;
.main-portal {
    border-color: #fdfdfd;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  font-family: "Segoe UI", "Inter", sans-serif;
}
}


.portal-header {
tr + tr > .navbox-abovebelow,
  margin-top: 30px;
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {
    border-top: 2px solid #fdfdfd;
}
}


.portal-header h1 {
/* Navbox renkleri */
  font-size: 2em;
.navbox th,
  color: #1e3a8a;
.navbox-title {
  margin: 0.2em 0;
    background-color: #ccccff;
}
}


.portal-header .subtitle {
.navbox-abovebelow,
  color: #555;
th.navbox-group,
  font-size: 1.1em;
.navbox-subgroup .navbox-title {
    background-color: #ddddff;
}
}


.portal-logo {
.navbox-subgroup .navbox-group,
  width: 140px;
.navbox-subgroup .navbox-abovebelow {
  margin-bottom: 10px;
    background-color: #e6e6ff;
}
 
.portal-sections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
}


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


.portal-card:hover {
.navbox-odd {
  transform: translateY(-3px);
    background-color: transparent;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
}


.portal-card h2 {
.navbox .hlist td dl,
  color: #1e3a8a;
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
    padding: 0.125em 0;
}
}


.portal-link {
/* ============================================================================
  display: inline-block;
  8. DARALTMA DÜĞMELERİ
  margin-top: 8px;
  ============================================================================ */
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}
.portal-link:hover {
  text-decoration: underline;
}


 
.mw-parser-output .mw-collapsible-toggle {
/*İhtisas kutusu*/
    font-weight: normal;
 
    text-align: right;
.ihtisas-box {
    padding-right: 0.2em;
  border: 1px solid #cbd5e1;
    padding-left: 0.2em;
  border-left: 6px solid #1e3a8a;
  background: #f9fafb;
  padding: 16px 20px;
  margin: 16px 0;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
}


.ihtisas-header {
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
  font-size: 16px;
    float: left;
  color: #1e3a8a;
    text-align: left;
  margin-bottom: 6px;
}
}


.ihtisas-task {
/* ============================================================================
  color: #111827;
  9. BİLGİ KUTULARI (INFOBOX)
  font-size: 15px;
  ============================================================================ */
  margin-bottom: 10px;
}


.ihtisas-details {
.infobox {
  background: #ffffff;
    border: 1px solid #a2a9b1;
  border: 1px solid #e5e7eb;
    border-spacing: 3px;
  border-radius: 6px;
    background-color: #f8f9fa;
  padding: 10px 16px;
    color: black;
  font-size: 14px;
    margin: 0.5em 0 0.5em 1em;
  color: #111;
    padding: 0.2em;
  line-height: 1.6;
    float: right;
}
    clear: right;
 
    font-size: 88%;
.ihtisas-details ol {
    line-height: 1.5em;
  margin: 0;
    width: 22em;
  padding-left: 18px;
}
}
/*ihtisas kutusu sonu*/
/* --- Vector legacy: logo boyutu ve hizalama --- */
/* --- Vector legacy: Logoyu ortada göster --- */
#p-logo {
  position: relative !important;
  width: 100% !important;
  height: 120px !important;
  background: none !important;
  text-align: center !important;
  margin-top:20px;
  margin: 0 auto !important;
  padding-top: 20px;


.infobox-subbox {
    padding: 0;
    border: none;
    margin: -3px;
    width: auto;
    min-width: 100%;
    font-size: 100%;
    clear: none;
    float: none;
    background-color: transparent;
}
}


/* Logo görselini ortala ve boyutlandır */
.infobox-header,
#p-logo a.mw-wiki-logo {
.infobox-label,
  display: inline-block !important;
.infobox-above,
  background-size: contain !important;
.infobox-full-data,
  background-repeat: no-repeat !important;
.infobox-data,
  background-position: center center !important;
.infobox-below,
  width: 120px !important;
.infobox-subheader,
  height: 120px !important;
.infobox-image,
  border: 1px solid rgba(255, 255, 255, 0.4);
.infobox-navbar,
  border-radius: 8px;
.infobox th,
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
.infobox td {
  background-color: rgba(255,255,255,0.05);
    vertical-align: top;
}
}


.infobox-label,
.infobox-data,
.infobox th,
.infobox td {
    text-align: left;
}


/* Logonun sol taraftaki boş alanda görünmesini engelle */
.infobox .infobox-above,
#mw-panel {
.infobox .infobox-title,
  padding-top: 0 !important;
.infobox caption {
    font-size: 125%;
    font-weight: bold;
    text-align: center;
}
}


.infobox-title,
.infobox caption {
    padding: 0.2em;
}


/* Default style for navigation boxes */
.infobox .infobox-header,
 
.infobox .infobox-subheader,
.navbox {
.infobox .infobox-image,
    /* Navbox container style */
.infobox .infobox-full-data,
    box-sizing: border-box;
.infobox .infobox-below {
    border: 1px solid #a2a9b1;
    width: 100%;
    clear: both;
    font-size: 88%;
     text-align: center;
     text-align: center;
    padding: 1px;
    margin: 1em auto 0;
    /* Prevent preceding content from clinging to navboxes */
}
}


.navbox .navbox {
.infobox .infobox-navbar {
     margin-top: 0;
     text-align: right;
    /* No top margin for nested navboxes */
}
}


.navbox+.navbox {
.infobox.bordered {
     margin-top: -1px;
     border-collapse: collapse;
    /* Single pixel border between adjacent navboxes */
}
}


.navbox-inner,
.infobox.bordered td,
.navbox-subgroup {
.infobox.bordered th {
     width: 100%;
     border: 1px solid #a2a9b1;
}
}


.navbox-group,
.infobox.bordered .borderless td,
.navbox-title,
.infobox.bordered .borderless th {
.navbox-abovebelow {
     border: 0;
     padding: 0.25em 1em;
    /* Title, group and above/below styles */
    line-height: 1.5em;
    text-align: center;
}
}


th.navbox-group {
.infobox.sisterproject {
     /* Group style */
     width: 20em;
    white-space: nowrap;
     font-size: 90%;
     /* @noflip */
    text-align: right;
}
}


.navbox,
.infobox.bordered .mergedtoprow td,
.navbox-subgroup {
.infobox.bordered .mergedtoprow th {
     background-color: #fdfdfd;
     border: 0;
     /* Background color */
    border-top: 1px solid #a2a9b1;
     border-right: 1px solid #a2a9b1;
}
}


.navbox-list {
.infobox.bordered .mergedrow td,
     line-height: 1.5em;
.infobox.bordered .mergedrow th {
     border-color: #fdfdfd;
     border: 0;
    /* Must match background color */
     border-right: 1px solid #a2a9b1;
}
}


 
/* Coğrafya infobox'ları */
/* cell spacing for navbox cells */
.infobox.geography {
 
    border-collapse: collapse;
tr+tr>.navbox-abovebelow,
    line-height: 1.2em;
tr+tr>.navbox-group,
     font-size: 90%;
tr+tr>.navbox-image,
tr+tr>.navbox-list {
    /* Borders above 2nd, 3rd, etc. rows */
     border-top: 2px solid #fdfdfd;
    /* Must match background color */
}
}


.navbox th,
.infobox.geography td,
.navbox-title {
.infobox.geography th {
     background-color: #ccccff;
     border-top: 1px solid #a2a9b1;
     /* Level 1 color */
     padding: 0.4em 0.6em;
}
}


.navbox-abovebelow,
.infobox.geography .mergedtoprow td,
th.navbox-group,
.infobox.geography .mergedtoprow th {
.navbox-subgroup .navbox-title {
     border-top: 1px solid #a2a9b1;
     background-color: #ddddff;
     padding: 0.4em 0.6em 0.2em 0.6em;
     /* Level 2 color */
}
}


.navbox-subgroup .navbox-group,
.infobox.geography .mergedrow td,
.navbox-subgroup .navbox-abovebelow {
.infobox.geography .mergedrow th {
     background-color: #e6e6ff;
     border: 0;
     /* Level 3 color */
     padding: 0 0.6em 0.2em 0.6em;
}
}


.navbox-even {
.infobox.geography .mergedbottomrow td,
     background-color: #f7f7f7;
.infobox.geography .mergedbottomrow th {
     /* Even row striping */
    border-top: 0;
     border-bottom: 1px solid #a2a9b1;
     padding: 0 0.6em 0.4em 0.6em;
}
}


.navbox-odd {
.infobox.geography .maptable td,
     background-color: transparent;
.infobox.geography .maptable th {
     /* Odd row striping */
     border: 0;
     padding: 0;
}
}


.navbox .hlist td dl,
/* ============================================================================
.navbox .hlist td ol,
  10. WIKI TABLOLARI
.navbox .hlist td ul,
  ============================================================================ */
.navbox td.hlist dl,
 
.navbox td.hlist ol,
.wikitable.plainrowheaders th[scope=row] {
.navbox td.hlist ul {
     font-weight: normal;
     padding: 0.125em 0;
     text-align: left;
     /* Adjust hlist padding in navboxes */
}
}


 
.wikitable td ul,
 
.wikitable td ol,
 
.wikitable td dl {
.mw-body-content sub,
     text-align: left;
.mw-body-content sup {
     font-size: 80%;
}
}


 
.toc.hlist ul,
/* Same spacing for indented and unindented paragraphs on talk pages */
#toc.hlist ul,
 
.wikitable.hlist td ul,
.ns-talk .mw-body-content dd {
.wikitable.hlist td ol,
    margin-top: 0.4em;
.wikitable.hlist td dl {
     margin-bottom: 0.4em;
     text-align: inherit;
}
}


 
table.mw-hiero-table td {
/* Main page fixes */
     vertical-align: middle;
 
#interwiki-completelist {
     font-weight: bold;
}
}


/* ============================================================================
  11. DOSYA İKONLARI
  ============================================================================ */


/* Reduce page jumps by hiding collapsed/dismissed content */
.mw-parser-output a[href$=".pdf"].external,
 
.mw-parser-output a[href*=".pdf?"].external,
.client-js .mw-special-Watchlist #watchlist-message,
.mw-parser-output a[href*=".pdf#"].external,
.client-js .NavFrame.collapsed .NavContent,
.mw-parser-output a[href$=".PDF"].external,
.client-js .collapsible:not( .mw-made-collapsible).collapsed>tbody>tr:not(:first-child) {
.mw-parser-output a[href*=".PDF?"].external,
     display: none;
.mw-parser-output a[href*=".PDF#"].external {
    background: url("//upload.wikimedia.org/wikipedia/commons/6/6c/PDF_icon.svg") no-repeat right;
     padding-right: 18px;
}
}


/* ============================================================================
  12. MESAJ KUTULARI (MESSAGE BOXES)
  ============================================================================ */


/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */
/* Genel messagebox */
.messagebox {
    border: 1px solid #a2a9b1;
    background-color: var(--background-color-neutral-subtle, #f8f9fa);
    width: 80%;
    margin: 0 auto 1em auto;
    padding: 0.2em;
}


.mw-rcfilters-enabled .mw-specialpage-summary {
.messagebox.merge {
     margin-top: 1em;
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
     text-align: center;
}
}


.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}


/* Hide charinsert base for those not using the gadget */
.messagebox.standard-talk {
 
    border: 1px solid #c0c090;
#editpage-specialchars {
    background-color: #f8eaba;
     display: none;
     margin: 4px auto;
}
}


 
.mbox-inside .standard-talk,
/* Highlight linked elements (such as clicked references) in blue */
.messagebox.nested-talk {
 
    border: 1px solid #c0c090;
body.action-info .mw-body-content :target,
     background-color: #f8eaba;
.citation:target {
    width: 100%;
     background-color: rgba(0, 127, 255, 0.133);
    margin: 2px 0;
    padding: 2px;
}
}


.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}


/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
.messagebox.small-talk {
 
    width: 238px;
.citation {
    font-size: 85%;
     word-wrap: break-word;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
     background-color: #f8eaba;
}
}


/* Mbox hücre boyutları */
th.mbox-text,
td.mbox-text {
    border: none;
    padding: 0.25em 0.9em;
    width: 100%;
}


/* Make the list of references smaller
td.mbox-image {
* Keep in sync with Template:Refbegin/styles.css
    border: none;
* And Template:Reflist/styles.css
     padding: 2px 0 2px 0.9em;
*/
     text-align: center;
 
ol.references {
     font-size: 90%;
     margin-bottom: 0.5em;
}
}


/* T156351: Support for Parsoid's Cite implementation */
td.mbox-imageright {
span[rel="mw:referencedBy"]::before {
    border: none;
     font-weight: bold;
     padding: 2px 0.9em 2px 0;
     content: "^ ";
     text-align: center;
}
}
span[rel="mw:referencedBy"] {
 
     counter-reset: mw-ref-linkback 0;
td.mbox-empty-cell {
    border: none;
     padding: 0;
    width: 1px;
}
}
span[rel="mw:referencedBy"] > a::before {
 
     font-weight: bold;
/* Article message box (ambox) */
     font-style: italic;
table.ambox {
     content: counter( mw-ref-linkback, lower-alpha );
    margin: 0 10%;
    border: 1px solid #a2a9b1;
     border-left: 10px solid #36c;
     background-color: #fbfbfb;
     box-sizing: border-box;
}
}
a[rel="mw:referencedBy"]::before {
 
     font-weight: bold;
table.ambox + table.ambox {
    content: "^";
     margin-top: -1px;
}
}


/* Style for horizontal lists (separator following item).
.ambox th.mbox-text,
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
.ambox td.mbox-text {
  @revision 8 (2016-05-21)
    padding: 0.25em 0.5em;
  @author [[User:Edokter]]
}
*/


.hlist dl,
.ambox td.mbox-image {
.hlist ol,
     padding: 2px 0 2px 0.5em;
.hlist ul {
     margin: 0;
    padding: 0;
}
}


.ambox td.mbox-imageright {
    padding: 2px 0.5em 2px 0;
}


/* Display list items inline */
table.ambox-notice {
    border-left: 10px solid #36c;
}


.hlist dd,
table.ambox-speedy {
.hlist dt,
     border-left: 10px solid #b32424;
.hlist li {
     background-color: #fee7e6;
     margin: 0;
     /* don't trust the note that says margin doesn't work with inline
* removing margin: 0 makes dds have margins again */
    display: inline;
}
}


table.ambox-delete {
    border-left: 10px solid #b32424;
}


/* Display nested lists inline */
table.ambox-content {
 
     border-left: 10px solid #f28500;
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl,
.hlist dl ol,
.hlist dl ul,
.hlist ol dl,
.hlist ol ol,
.hlist ol ul,
.hlist ul dl,
.hlist ul ol,
.hlist ul ul {
     display: inline;
}
}


table.ambox-style {
    border-left: 10px solid #fc3;
}


/* Hide empty list items */
table.ambox-move {
    border-left: 10px solid #9932cc;
}


.hlist .mw-empty-li {
table.ambox-protection {
     display: none;
     border-left: 10px solid #a2a9b1;
}
}


/* Image message box (imbox) */
table.imbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 3px solid #36c;
    background-color: var(--background-color-interactive-subtle, #fbfbfb);
    box-sizing: border-box;
}


/* Generate interpuncts */
.imbox .mbox-text .imbox {
    margin: 0 -0.5em;
    display: block;
}


.hlist dt:after {
.mbox-inside .imbox {
     content: ": ";
     margin: 4px;
}
}


table.imbox-notice {
    border: 3px solid #36c;
}


/**
table.imbox-speedy {
* Note hlist style usage differs in Minerva and is defined in core as well!
     border: 3px solid #b32424;
* Please check Minerva desktop (and Minerva.css) when changing
     background-color: #fee7e6;
* See https://phabricator.wikimedia.org/T213239
*/
 
.hlist dd:after,
.hlist li:after {
     content: " · ";
     font-weight: bold;
}
}


.hlist dd:last-child:after,
table.imbox-delete {
.hlist dt:last-child:after,
     border: 3px solid #b32424;
.hlist li:last-child:after {
     content: none;
}
}


table.imbox-content {
    border: 3px solid #f28500;
}


/* Add parentheses around nested lists */
table.imbox-style {
 
     border: 3px solid #fc3;
.hlist dd dd:first-child:before,
.hlist dd dt:first-child:before,
.hlist dd li:first-child:before,
.hlist dt dd:first-child:before,
.hlist dt dt:first-child:before,
.hlist dt li:first-child:before,
.hlist li dd:first-child:before,
.hlist li dt:first-child:before,
.hlist li li:first-child:before {
     content: " (";
    font-weight: normal;
}
}


.hlist dd dd:last-child:after,
table.imbox-move {
.hlist dd dt:last-child:after,
     border: 3px solid #9932cc;
.hlist dd li:last-child:after,
.hlist dt dd:last-child:after,
.hlist dt dt:last-child:after,
.hlist dt li:last-child:after,
.hlist li dd:last-child:after,
.hlist li dt:last-child:after,
.hlist li li:last-child:after {
     content: ")";
    font-weight: normal;
}
}


 
table.imbox-protection {
/* Put ordinals in front of ordered list items */
     border: 3px solid #a2a9b1;
 
.hlist ol {
     counter-reset: listitem;
}
}


.hlist ol>li {
table.imbox-license {
     counter-increment: listitem;
     border: 3px solid #88a;
    background-color: var(--background-color-interactive-subtle, #f7f8ff);
}
}


.hlist ol>li:before {
table.imbox-featured {
     content: " " counter(listitem) "\a0";
     border: 3px solid #cba135;
}
}


.hlist dd ol>li:first-child:before,
/* Category message box (cmbox) */
.hlist dt ol>li:first-child:before,
table.cmbox {
.hlist li ol>li:first-child:before {
    margin: 3px 10%;
    content: " (" counter(listitem) "\a0";
    border-collapse: collapse;
    border: 1px solid #a2a9b1;
    background-color: var(--background-color-progressive-subtle--hover, #dfe8ff);
    box-sizing: border-box;
}
}


table.cmbox-notice {
    background-color: var(--background-color-progressive-subtle--hover, #dfe8ff);
}


/* Unbulleted lists */
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b32424;
    background-color: var(--background-color-error-subtle--hover, #ffdbdb);
}


.plainlist ol,
table.cmbox-delete {
.plainlist ul {
     background-color: var(--background-color-error-subtle--hover, #ffdbdb);
     line-height: inherit;
    list-style: none none;
    margin: 0;
}
}


.plainlist ol li,
table.cmbox-content {
.plainlist ul li {
     background-color: #ffe7ce;
     margin-bottom: 0;
}
}


table.cmbox-style {
    background-color: #fff9db;
}


/* Default style for navigation boxes */
table.cmbox-move {
 
     background-color: #e4d8ff;
.navbox {
     /* Navbox container style */
    box-sizing: border-box;
    border: 1px solid #a2a9b1;
    width: 100%;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
    margin: 1em auto 0;
    /* Prevent preceding content from clinging to navboxes */
}
}


.navbox .navbox {
table.cmbox-protection {
     margin-top: 0;
     background-color: #efefe1;
    /* No top margin for nested navboxes */
}
}


.navbox+.navbox {
/* Other pages message box (ombox) */
     margin-top: -1px;
table.ombox {
     /* Single pixel border between adjacent navboxes */
     margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #a2a9b1;
    background-color: var(--background-color-neutral-subtle, #f8f9fa);
     box-sizing: border-box;
}
}


.navbox-inner,
table.ombox-notice {
.navbox-subgroup {
     border: 1px solid #a2a9b1;
     width: 100%;
}
}


.navbox-group,
table.ombox-speedy {
.navbox-title,
     border: 2px solid #b32424;
.navbox-abovebelow {
     background-color: #fee7e6;
     padding: 0.25em 1em;
    /* Title, group and above/below styles */
    line-height: 1.5em;
     text-align: center;
}
}


th.navbox-group {
table.ombox-delete {
     /* Group style */
     border: 2px solid #b32424;
    white-space: nowrap;
    /* @noflip */
    text-align: right;
}
}


.navbox,
table.ombox-content {
.navbox-subgroup {
     border: 1px solid #f28500;
     background-color: #fdfdfd;
    /* Background color */
}
}


.navbox-list {
table.ombox-style {
    line-height: 1.5em;
     border: 1px solid #fc3;
     border-color: #fdfdfd;
    /* Must match background color */
}
}


table.ombox-move {
    border: 1px solid #9932cc;
}


/* cell spacing for navbox cells */
table.ombox-protection {
 
     border: 2px solid #a2a9b1;
tr+tr>.navbox-abovebelow,
tr+tr>.navbox-group,
tr+tr>.navbox-image,
tr+tr>.navbox-list {
    /* Borders above 2nd, 3rd, etc. rows */
     border-top: 2px solid #fdfdfd;
    /* Must match background color */
}
}


.navbox th,
/* Talk page message box (tmbox) */
.navbox-title {
table.tmbox {
     background-color: #ccccff;
    margin: 4px 10%;
     /* Level 1 color */
    border-collapse: collapse;
    border: 1px solid #c0c090;
     background-color: #f8eaba;
     min-width: 80%;
    box-sizing: border-box;
}
}


.navbox-abovebelow,
.tmbox.mbox-small {
th.navbox-group,
     min-width: 0;
.navbox-subgroup .navbox-title {
     background-color: #ddddff;
    /* Level 2 color */
}
}


.navbox-subgroup .navbox-group,
.mediawiki .mbox-inside .tmbox {
.navbox-subgroup .navbox-abovebelow {
     margin: 2px 0;
     background-color: #e6e6ff;
     width: 100%;
     /* Level 3 color */
}
}


.navbox-even {
.mbox-inside .tmbox.mbox-small {
     background-color: #f7f7f7;
     line-height: 1.5em;
     /* Even row striping */
     font-size: 100%;
}
}


.navbox-odd {
table.tmbox-speedy {
     background-color: transparent;
    border: 2px solid #b32424;
    /* Odd row striping */
     background-color: #fee7e6;
}
}


.navbox .hlist td dl,
table.tmbox-delete {
.navbox .hlist td ol,
     border: 2px solid #b32424;
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
     padding: 0.125em 0;
    /* Adjust hlist padding in navboxes */
}
}


table.tmbox-content {
    border: 2px solid #f28500;
}


/* Styling for JQuery makeCollapsible, matching that of collapseButton */
table.tmbox-style {
 
     border: 2px solid #fc3;
.mw-parser-output .mw-collapsible-toggle {
     font-weight: normal;
    /* @noflip */
    text-align: right;
    padding-right: 0.2em;
    padding-left: 0.2em;
}
}


.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
table.tmbox-move {
     /* @noflip */
     border: 2px solid #9932cc;
    float: left;
    /* @noflip */
    text-align: left;
}
}


table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;
}


/* Infobox template style */
/* Footer message box (fmbox) */
 
table.fmbox {
.infobox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
     border: 1px solid #a2a9b1;
     border: 1px solid #a2a9b1;
     border-spacing: 3px;
     background-color: var(--background-color-neutral-subtle, #f8f9fa);
    background-color: #f8f9fa;
     box-sizing: border-box;
     color: black;
    /* @noflip */
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    /* @noflip */
    float: right;
    /* @noflip */
    clear: right;
    font-size: 88%;
    line-height: 1.5em;
    width: 22em;
}
}


table.fmbox-system {
    background-color: var(--background-color-neutral-subtle, #f8f9fa);
}


/* not strictly certain these styles are necessary
table.fmbox-warning {
* just replicating the module faithfully
    border: 1px solid #bb7070;
*/
    background-color: var(--background-color-destructive-subtle--hover, #ffdbdb);
}


.infobox-subbox {
table.fmbox-editnotice {
    padding: 0;
    border: none;
    margin: -3px;
    width: auto;
    min-width: 100%;
    font-size: 100%;
    clear: none;
    float: none;
     background-color: transparent;
     background-color: transparent;
}
}


.infobox-header,
.mw-warning-with-logexcerpt,
.infobox-label,
.mw-lag-warn-high,
.infobox-above,
.mw-cascadeprotectedwarning,
.infobox-full-data,
div.titleblacklist-warning,
.infobox-data,
.locked-warning,
.infobox-below,
#mw-protect-cascadeon {
.infobox-subheader,
    clear: both;
.infobox-image,
    margin: 0.2em 0;
.infobox-navbar,
    border: 1px solid #bb7070;
    background-color: var(--background-color-error-subtle, #ffdbdb);
    padding: 0.25em 0.9em;
    box-sizing: border-box;
}


/* Remove element declaration when both a) infobox3cols is migrated and
/* Küçük mbox stilleri */
* b) when every .infobox thing is using the standard module/templates  */
html body.mediawiki .mbox-small {
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    box-sizing: border-box;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}


.infobox th,
html body.mediawiki .mbox-small-left {
.infobox td {
     margin: 4px 1em 4px 0;
     vertical-align: top;
    box-sizing: border-box;
    overflow: hidden;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
}


.infobox-label,
/* Kompakt ambox */
.infobox-data,
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
    display: none;
}


/* Remove element declaration when both a) infobox3cols is migrated and
.compact-ambox table.ambox {
* b) when every .infobox thing is using the standard module/templates  */
    border: none;
 
    border-collapse: collapse;
.infobox th,
    background-color: transparent;
.infobox td {
    margin: 0 0 0 1.6em !important;
     /* @noflip */
    padding: 0 !important;
     text-align: left;
     width: auto;
     display: block;
}
}


body.mediawiki .compact-ambox table.mbox-small-left {
    font-size: 100%;
    width: auto;
    margin: 0;
}


/* remove .infobox when th, td above are removed */
.compact-ambox table .mbox-text {
    padding: 0 !important;
    margin: 0 !important;
}


.infobox .infobox-above,
.compact-ambox table .mbox-text-span {
.infobox .infobox-title,
    display: list-item;
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
}


/* Remove element declaration when both a) infobox3cols is migrated and
.compact-ambox .hide-when-compact {
* b) when every .infobox thing is using the standard module/templates  */
    display: none;
}


.infobox caption {
/* ============================================================================
    font-size: 125%;
  13. LINK STİLLERİ
    font-weight: bold;
  ============================================================================ */
    text-align: center;
}


.infobox-title,
.nounderlines a,
 
.IPA a:link,
/* Remove element declaration when both a) infobox3cols is migrated and
.IPA a:visited {
* b) when every .infobox thing is using the standard module/templates  */
     text-decoration: none !important;
 
.infobox caption {
     padding: 0.2em;
}
}


/* ============================================================================
  14. NAVFRAME (ESKİ DARALTMA SİSTEMİ)
  ============================================================================ */


/* remove .infobox when th, td above are removed */
div.NavFrame {
 
    padding: 4px;
.infobox .infobox-header,
    border: 1px solid #a2a9b1;
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
     text-align: center;
     text-align: center;
    font-size: 95%;
}
}


 
div.NavFrame + div.NavFrame {
/* remove .infobox when th, td above are removed */
     border-top-style: hidden;
 
.infobox .infobox-navbar {
     /* @noflip */
    text-align: right;
}
}


.infobox.bordered {
div.NavFrame div.NavHead {
     border-collapse: collapse;
     line-height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
}


div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}


/* TODO split definitions to appropriate class names when live from HTML element */
a.NavToggle {
 
    position: absolute;
.infobox.bordered td,
    top: 0;
.infobox.bordered th {
    right: 3px;
     border: 1px solid #a2a9b1;
    font-weight: normal;
     font-size: 90%;
}
}


/* ============================================================================
  15. HATNOTE VE DİĞER BİLDİRİMLER
  ============================================================================ */


/* TODO split definitions to appropriate class names when live from HTML element */
.hatnote {
 
     font-style: italic;
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
     border: 0;
}
}


.infobox.sisterproject {
.hatnote i {
    width: 20em;
     font-style: normal;
     font-size: 90%;
}
}


div.hatnote {
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}


/* styles for bordered infobox with merged rows */
div.hatnote + div.hatnote {
    margin-top: -0.5em;
}


/* ============================================================================
  16. METIN SARMA
  ============================================================================ */


/* TODO split definitions to appropriate class names when live from HTML element */
.nowrap,
.nowraplinks a {
    white-space: nowrap;
}


.infobox.bordered .mergedtoprow td,
.wrap,
.infobox.bordered .mergedtoprow th {
.wraplinks a {
     border: 0;
     white-space: normal;
    border-top: 1px solid #a2a9b1;
    /* @noflip */
    border-right: 1px solid #a2a9b1;
}
}


/* ============================================================================
  17. DOSYA YÜKLEME VE MİNYATÜRLER
  ============================================================================ */


/* TODO split definitions to appropriate class names when live from HTML element */
#wpUploadDescription {
 
     height: 13em;
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
     border: 0;
    /* @noflip */
    border-right: 1px solid #a2a9b1;
}
}


figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'],
.thumbinner {
    min-width: 100px;
}


/* Styles for geography infoboxes, eg countries,
#mw-subcategories,
  country subdivisions, cities, etc.            */
#mw-pages,
 
#mw-category-media,
.infobox.geography {
#filehistory,
     border-collapse: collapse;
#wikiPreview,
    line-height: 1.2em;
#wikiDiff {
    font-size: 90%;
     clear: both;
}
}


/* ============================================================================
  18. WİKİPROJE BANNER STİLLERİ
  ============================================================================ */


/* TODO split definitions to appropriate class names when live from HTML element */
.wpb .wpb-header {
    display: none;
}


.infobox.geography td,
.wpbs-inner .wpb .wpb-header {
.infobox.geography th {
     display: table-row;
     border-top: 1px solid #a2a9b1;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
}


.wpbs-inner .wpb-outside {
    display: none;
}


/* TODO split definitions to appropriate class names when live from HTML element */
/* ============================================================================
  19. ETİKET VE İZİNLER
  ============================================================================ */


.infobox.geography .mergedtoprow td,
.mw-tag-markers {
.infobox.geography .mergedtoprow th {
     font-style: italic;
     border-top: 1px solid #a2a9b1;
     font-size: 90%;
     padding: 0.4em 0.6em 0.2em 0.6em;
}
}


.checkuser-show,
.sysop-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
    display: none;
}


/* TODO split definitions to appropriate class names when live from HTML element */
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
.ve-ui-mwNoticesPopupTool-item .mbox-image,
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
    display: none !important;
}


.infobox.geography .mergedrow td,
ul.permissions-errors > li {
.infobox.geography .mergedrow th {
     list-style: none;
     border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
}


ul.permissions-errors {
    margin: 0;
}


/* TODO split definitions to appropriate class names when live from HTML element */
/* ============================================================================
  20. MATEMATİK FORMÜLLERI
  ============================================================================ */


.infobox.geography .mergedbottomrow td,
span.texhtml {
.infobox.geography .mergedbottomrow th {
    font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
     border-top: 0;
    font-size: 118%;
     border-bottom: 1px solid #a2a9b1;
     line-height: 1;
     padding: 0 0.6em 0.4em 0.6em;
     white-space: nowrap;
     -moz-font-feature-settings: "lnum", "tnum", "kern" 0;
    -webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
    font-feature-settings: "lnum", "tnum", "kern" 0;
    font-variant-numeric: lining-nums tabular-nums;
    font-kerning: none;
}
}


span.texhtml span.texhtml {
    font-size: 100%;
}


/* TODO split definitions to appropriate class names when live from HTML element */
span.mwe-math-mathml-inline {
    font-size: 118%;
}


.infobox.geography .maptable td,
.mwe-math-fallback-image-display,
.infobox.geography .maptable th {
.mwe-math-mathml-display {
     border: 0;
    margin-left: 1.6em !important;
     padding: 0;
     margin-top: 0.6em;
     margin-bottom: 0.6em;
}
}


.mwe-math-mathml-display math {
    display: inline;
}


/* Normal font styling for wikitable row headers with scope="row" tag */
/* ============================================================================
  21. GALERİ STİLLERİ
  ============================================================================ */


.wikitable.plainrowheaders th[scope=row] {
.bordered-images img {
     font-weight: normal;
     border: solid #ddd 1px;
    /* @noflip */
    text-align: left;
}
}


 
@media screen {
/* Lists in wikitable data cells are always left-aligned */
    .gallerybox .thumb img {
 
        background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
.wikitable td ul,
    }
.wikitable td ol,
   
.wikitable td dl {
    .ns-0 .gallerybox .thumb img,
     /* @noflip */
    .ns-2 .gallerybox .thumb img,
     text-align: left;
    .ns-100 .gallerybox .thumb img,
    .nochecker .gallerybox .thumb img {
        background-image: none;
    }
      
     #siteSub {
        display: block;
    }
}
}


/* ============================================================================
  22. FLAGGEDREVS VE DİĞER GİZLEMELER
  ============================================================================ */


/* ...unless they also use the hlist class */
.flaggedrevs_draft_synced,
 
.flaggedrevs_stable_synced,
.toc.hlist ul,
#t-upload {
#toc.hlist ul,
     display: none;
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
     text-align: inherit;
}
}


/* ============================================================================
  23. DİSMİSSABLE SİTE NOTİCE
  ============================================================================ */


/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
.mw-dismissable-notice-body {
    margin: 0 !important;
}


table.mw-hiero-table td {
.mw-dismissable-notice-close {
     vertical-align: middle;
     position: absolute !important;
    right: 10px !important;
    margin-top: 10px !important;
    z-index: 1;
}
}


/* ============================================================================
  24. TELEVİZYON PORTALI GÖRÜNÜMLERİ
  ============================================================================ */


/* Change the external link icon to an Adobe icon for all PDF files */
.round_page {
    border-style: solid;
    border-width: 1px;
    border-right-width: 0;
    font-size: 15px;
    display: inline-block;
    padding: 10px;
}


.mw-parser-output a[href$=".pdf"].external,
.round_page:first-child {
.mw-parser-output a[href*=".pdf?"].external,
    border-top-left-radius: 10px;
.mw-parser-output a[href*=".pdf#"].external,
     border-bottom-left-radius: 10px;
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
    background: url("//upload.wikimedia.org/wikipedia/commons/6/6c/PDF_icon.svg") no-repeat right;
     /* @noflip */
    padding-right: 18px;
}
}


.round_page:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right-width: 1px;
}


/* Messagebox templates */
.two-column {
 
     width: 50%;
.messagebox {
     display: table-cell;
    border: 1px solid #a2a9b1;
    background-color: var(--background-color-neutral-subtle, #f8f9fa);
     width: 80%;
     margin: 0 auto 1em auto;
    padding: .2em;
}
}


.messagebox.merge {
.contin {
     border: 1px solid #c0b8cc;
     display: none;
    background-color: #f0e5ff;
    text-align: center;
}
}


.messagebox.cleanup {
.mobile_margin {
     border: 1px solid #9f9fff;
     display: table;
    background-color: #efefff;
    text-align: center;
}
}


.messagebox.standard-talk {
@media screen and (max-width: 1000px) {
     border: 1px solid #c0c090;
    .two-column {
     background-color: #f8eaba;
        display: block;
    margin: 4px auto;
        width: 100%;
    }
   
     .contin {
        display: block;
     }
   
    .mobile_margin {
        padding: 0 15px;
        display: block;
    }
}
}


 
@media screen and (max-width: 800px) {
/* For old WikiProject banners inside banner shells. */
    .round_page {
 
        display: block;
.mbox-inside .standard-talk,
        border-width: 1px;
.messagebox.nested-talk {
        border-bottom-width: 0;
    border: 1px solid #c0c090;
    }
    background-color: #f8eaba;
   
    width: 100%;
    .round_page:first-child {
     margin: 2px 0;
        border-bottom-left-radius: 0;
    padding: 2px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
     }
   
    .round_page:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-width: 1px;
    }
}
}


.messagebox.small {
/* ============================================================================
     width: 238px;
  25. ROZET STİLLERİ
    font-size: 85%;
  ============================================================================ */
    /* @noflip */
 
    float: right;
.fbadge {
    clear: both;
     list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAIAAAD0YtNRAAAABnRSTlMA/AD+APzoM1ogAAAAWklEQVR4AWP48+8PLkR7uUdzcMvtU8EhdykHKAciEXL3pvw5FQIURaBDJkARoDhY3zEXiCgCHbNBmAlUiyaBkENoxZSDWnOtBmoAQu7TnT+3WuDOA7KBIkAGAGwiNeqjusp/AAAAAElFTkSuQmCC);
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
}


.messagebox.small-talk {
.gbadge {
     width: 238px;
     list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAIAAAD0YtNRAAAABnRSTlMAAAAAAABupgeRAAAAVklEQVR4AWIYSFBfX49TDtDWNBgAEMPAgZ+1B8jWtd0kp/u+z4AQImDh7SPnHCHkHtb7vmES5hFGCN3zQgh1deAegVW6YjlGa50NOgAAxpjWhjpMQuEBjxA1QR08A1oAAAAASUVORK5CYII=);
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background-color: #f8eaba;
}
}


/* ============================================================================
  26. METACAIXA (ANA SAYFA KUTU SİSTEMİ)
  ============================================================================ */


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
/* Varsayılan Lila Tema */
 
.mcBoto {
th.mbox-text,
    background-color: #d0b0ff;
td.mbox-text {
     border: 0.15em solid #000000;
     /* The message body cell(s) */
     border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff;
     border: none;
     border-radius: 0.5em 0.5em 0 0;
     /* @noflip */
     -moz-border-radius: 0.5em 0.5em 0 0;
     padding: 0.25em 0.9em;
     cursor: pointer;
     /* 0.9em left/right */
    display: inline;
     width: 100%;
    margin-right: 0.1em;
     /* Make all mboxes the same width regardless of text length */
     padding: 0.2em 0.3em;
     position: relative;
}
}


td.mbox-image {
.mcBoto a,
     /* The left image cell */
.mcBoto strong {
     border: none;
     background: none !important;
     /* @noflip */
     color: #7050a0 !important;
     padding: 2px 0 2px 0.9em;
     font-size: 90%;
     /* 0.9em left, 0px right */
     font-weight: bold;
     text-align: center;
     padding: 0 !important;
     text-decoration: none !important;
}
}


td.mbox-imageright {
.mcBoto a:hover,
    /* The right image cell */
.mcBoto strong:hover {
    border: none;
     color: black !important;
    /* @noflip */
     text-decoration: underline !important;
     padding: 2px 0.9em 2px 0;
    /* 0px left, 0.9em right */
     text-align: center;
}
}


td.mbox-empty-cell {
.mcBotoSel {
     /* An empty narrow cell */
    background-color: #9070c0;
     border: none;
    border: 0.15em solid #000000;
     padding: 0;
    border-color: #b090e0 #7050a0 #9070c0 #b090e0;
     width: 1px;
     border-radius: 0.5em 0.5em 0 0;
     -moz-border-radius: 0.5em 0.5em 0 0;
    cursor: default;
    display: inline;
    margin-right: 0.1em;
     padding: 0.2em 0.3em;
    position: relative;
     color: white;
}
}


.mcBotoSel a {
    background: none !important;
    color: white !important;
    cursor: default;
    font-size: 90%;
    font-weight: bold;
    padding: 0 !important;
    text-decoration: none !important;
}


/* Article message box styles */
.mcContingut {
    background-color: #f8f8ff;
    border: 0.2em solid #9070c0;
    border-color: #9070c0 #7050a0 #7050a0 #9070c0;
    border-radius: 0 0.5em 0.5em 0;
    -moz-border-radius: 0 0.5em 0.5em 0;
    padding: 1em;
    position: static;
}


table.ambox {
.mcPestanya {
     margin: 0 10%;
     background-color: #f8f8ff;
    /* 10% = Will not overlap with other elements */
     border-color: #7050a0 #b090e0 #b090e0 #7050a0;
    border: 1px solid #a2a9b1;
     width: 100%;
    /* @noflip */
     border-left: 10px solid #36c;
    /* Default "notice" blue */
    background-color: #fbfbfb;
     box-sizing: border-box;
}
}


table.ambox+table.ambox {
/* Yeşil Tema */
     /* Single border between stacked boxes. */
.mcVerd .mcBoto {
     margin-top: -1px;
     background-color: #a5e085;
     border-color: #c0f090 #90d060 #75c045 #c0f090;
}
}


.ambox th.mbox-text,
.mcVerd .mcBoto a,
.ambox td.mbox-text {
.mcVerd .mcBoto strong {
     /* The message body cell(s) */
     color: #60b030 !important;
    padding: 0.25em 0.5em;
    /* 0.5em left/right */
}
}


.ambox td.mbox-image {
.mcVerd .mcBoto a:hover,
     /* The left image cell */
.mcVerd .mcBoto strong:hover {
    /* @noflip */
     color: black !important;
    padding: 2px 0 2px 0.5em;
    /* 0.5em left, 0px right */
}
}


.ambox td.mbox-imageright {
.mcVerd .mcBotoSel {
     /* The right image cell */
     background-color: #75c045;
     /* @noflip */
     border-color: #90d060 #60b030 #75c045 #90d060;
    padding: 2px 0.5em 2px 0;
    /* 0px left, 0.5em right */
}
}


table.ambox-notice {
.mcVerd .mcContingut {
     /* @noflip */
     background-color: #f5fffa;
     border-left: 10px solid #36c;
     border-color: #75c045 #60b030 #60b030 #75c045;
    /* Blue */
}
}


table.ambox-speedy {
.mcVerd .mcPestanya {
     /* @noflip */
     background-color: #f5fffa;
    border-left: 10px solid #b32424;
     border-color: #60b030 #90d060 #90d060 #60b030;
     /* Red */
    background-color: #fee7e6;
    /* Pink */
}
}


table.ambox-delete {
/* Kırmızı Tema */
    /* @noflip */
.mcVermell .mcBoto {
     border-left: 10px solid #b32424;
     background-color: #FFAAAA;
     /* Red */
     border-color: #FFCCCC #FF8888 #FF0000 #FFCCCC;
}
}


table.ambox-content {
.mcVermell .mcBoto a,
     /* @noflip */
.mcVermell .mcBoto strong {
    border-left: 10px solid #f28500;
     color: #CC0000 !important;
    /* Orange */
}
}


table.ambox-style {
.mcVermell .mcBoto a:hover,
     /* @noflip */
.mcVermell .mcBoto strong:hover {
    border-left: 10px solid #fc3;
     color: black !important;
    /* Yellow */
}
}


table.ambox-move {
.mcVermell .mcBotoSel {
     /* @noflip */
     background-color: #FF0000;
     border-left: 10px solid #9932cc;
     border-color: #FF8888 #CC0000 #FF0000 #FF8888;
    /* Purple */
}
}


table.ambox-protection {
.mcVermell .mcContingut {
     /* @noflip */
     background-color: #fffafa;
     border-left: 10px solid #a2a9b1;
     border-color: #FF0000 #CC0000 #CC0000 #FF0000;
    /* Gray-gold */
}
}


.mcVermell .mcPestanya {
    background-color: #fffafa;
    border-color: #CC0000 #FF0000 #FF0000 #CC0000;
}


/* Image message box styles */
/* Mavi Tema */
.mcBlau .mcBoto {
    background-color: #a7c1e6;
    border-color: #c8d6e9 #88abde #5b8dd6 #c8d6e9;
}


table.imbox {
.mcBlau .mcBoto a,
     margin: 4px 10%;
.mcBlau .mcBoto strong {
    border-collapse: collapse;
     color: #3379de !important;
    border: 3px solid #36c;
    /* Default "notice" blue */
    background-color: var(--background-color-interactive-subtle, #fbfbfb);
    box-sizing: border-box;
}
}


.imbox .mbox-text .imbox {
.mcBlau .mcBoto a:hover,
    /* For imboxes inside imbox-text cells. */
.mcBlau .mcBoto strong:hover {
    margin: 0 -0.5em;
     color: black !important;
    /* 0.9 - 0.5 = 0.4em left/right.        */
     display: block;
    /* Fix for webkit to force 100% width.  */
}
}


.mbox-inside .imbox {
.mcBlau .mcBotoSel {
     /* For imboxes inside other templates.  */
     background-color: #5b8dd6;
     margin: 4px;
     border-color: #88abde #3379de #5b8dd6 #88abde;
}
}


table.imbox-notice {
.mcBlau .mcContingut {
     border: 3px solid #36c;
     background-color: #f0f8ff;
     /* Blue */
     border-color: #5b8dd6 #3379de #3379de #5b8dd6;
}
}


table.imbox-speedy {
.mcBlau .mcPestanya {
     border: 3px solid #b32424;
     background-color: #f0f8ff;
     /* Red */
     border-color: #3379de #88abde #88abde #3379de;
    background-color: #fee7e6;
    /* Pink */
}
}


table.imbox-delete {
/* Sarı Tema */
     border: 3px solid #b32424;
.mcGroc .mcBoto {
     /* Red */
     background-color: #fff1a4;
     border-color: #fef4bc #ffe977 #ffe147 #fef4bc;
}
}


table.imbox-content {
.mcGroc .mcBoto a,
     border: 3px solid #f28500;
.mcGroc .mcBoto strong {
    /* Orange */
     color: #ffd813 !important;
}
}


table.imbox-style {
.mcGroc .mcBoto a:hover,
     border: 3px solid #fc3;
.mcGroc .mcBoto strong:hover {
    /* Yellow */
     color: black !important;
}
}


table.imbox-move {
.mcGroc .mcBotoSel {
     border: 3px solid #9932cc;
     background-color: #ffe147;
     /* Purple */
     border-color: #ffe977 #ffd813 #ffe147 #ffe977;
}
}


table.imbox-protection {
.mcGroc .mcContingut {
     border: 3px solid #a2a9b1;
     background-color: #fffce8;
     /* Gray-gold */
     border-color: #ffe147 #ffd813 #ffd813 #ffe147;
}
}


table.imbox-license {
.mcGroc .mcPestanya {
     border: 3px solid #88a;
     background-color: #fffce8;
     /* Dark gray */
     border-color: #ffd813 #88abde #88abde #ffd813;
    background-color: var(--background-color-interactive-subtle, #f7f8ff);
    /* Light gray */
}
}


table.imbox-featured {
/* Turuncu Tema */
     border: 3px solid #cba135;
.mcTaronja .mcBoto {
     /* Brown-gold */
     background-color: #ffbd7f;
     border-color: #ffd0a4 #ffac5d #ff9d42 #ffd0a4;
}
}


.mcTaronja .mcBoto a,
.mcTaronja .mcBoto strong {
    color: #ff820e !important;
}


/* Category message box styles */
.mcTaronja .mcBoto a:hover,
.mcTaronja .mcBoto strong:hover {
    color: black !important;
}


table.cmbox {
.mcTaronja .mcBotoSel {
     margin: 3px 10%;
     background-color: #ff9d42;
    border-collapse: collapse;
     border-color: #ffac5d #ff820e #ff9d42 #ffac5d;
     border: 1px solid #a2a9b1;
    background-color: var(--background-color-progressive-subtle--hover, #dfe8ff);
    /* Default "notice" blue */
    box-sizing: border-box;
}
}


table.cmbox-notice {
.mcTaronja .mcContingut {
     background-color: var(--background-color-progressive-subtle--hover, #dfe8ff);
     background-color: #ffeedd;
    /* Blue */
    border-color: #ff9d42 #ff820e #ff820e #ff9d42;
}
}


table.cmbox-speedy {
.mcTaronja .mcPestanya {
     margin-top: 4px;
     background-color: #ffeedd;
    margin-bottom: 4px;
     border-color: #ff820e #ffac5d #ffac5d #ff820e;
     border: 4px solid #b32424;
    /* Red */
    background-color: var(--background-color-error-subtle--hover, #ffdbdb);
    /* Pink */
}
}


table.cmbox-delete {
/* ============================================================================
     background-color: var(--background-color-error-subtle--hover, #ffdbdb);
  27. LOGO DÜZENLEMELERİ
    /* Pink */
  ============================================================================ */
 
.globegris {
     background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png");
}
}


table.cmbox-content {
#p-logo {
     background-color: #ffe7ce;
    position: relative !important;
     /* Orange */
    width: 100% !important;
    height: 120px !important;
     background: none !important;
    text-align: center !important;
    margin: 0 auto !important;
     padding-top: 20px;
}
}


table.cmbox-style {
#p-logo a.mw-wiki-logo {
     background-color: #fff9db;
    display: inline-block !important;
     /* Yellow */
     background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 150px !important;
    height: 150px !important;
     background-color: rgba(255, 255, 255, 0.05);
}
}


table.cmbox-move {
/* ============================================================================
    background-color: #e4d8ff;
  28. KULLANICI ENGEL MESAJLARI
    /* Purple */
  ===========================================================
}
 
/* ============================================================================
  28. KULLANICI ENGEL MESAJLARI
  ============================================================================ */


table.cmbox-protection {
.user-block {
     background-color: #efefe1;
     padding: 5px;
     /* Gray-gold */
    margin-bottom: 0.5em;
    border: 1px solid #a9a9a9;
     background-color: #ffefd5;
}
}


/* ============================================================================
  29. SİLLAD ŞABLONLARI (SİLME TARTIŞMASI KAPANIŞ KUTULARI)
  ============================================================================ */


/* Other pages message box styles */
.xfd-closed-delete {
 
     padding: 15px 20px 15px 20px;
table.ombox {
    border-top: 5px solid red;
     margin: 4px 10%;
     border-left: 1px solid red;
     border-collapse: collapse;
     border-right: 1px solid red;
     border: 1px solid #a2a9b1;
     border-bottom: 1px solid #c8ccd1;
     /* Default "notice" gray */
     background: white url(https://upload.wikimedia.org/wikipedia/commons/f/f6/OOjs_UI_icon_alert-destructive.svg) no-repeat 98% 50%;
     background-color: var(--background-color-neutral-subtle, #f8f9fa);
    background-size: 32px;
     box-sizing: border-box;
     margin-top: 25px;
}
}


table.ombox-notice {
.xfd-closed-speed-delete {
     border: 1px solid #a2a9b1;
    padding: 15px 20px 15px 20px;
     /* Gray */
    border-top: 5px solid red;
     border-left: 1px solid red;
    border-right: 1px solid red;
    border-bottom: 1px solid #c8ccd1;
     background: white url(https://upload.wikimedia.org/wikipedia/commons/f/f6/OOjs_UI_icon_alert-destructive.svg) no-repeat 98% 50%;
    background-size: 32px;
    margin-top: 25px;
}
}


table.ombox-speedy {
.xfd-closed-keep {
     border: 2px solid #b32424;
    padding: 15px 20px 15px 20px;
     /* Red */
    border-top: 5px solid #04b189;
     background-color: #fee7e6;
    border-left: 1px solid #04af89;
     /* Pink */
     border-right: 1px solid #04af89;
}
     background: white url(https://upload.wikimedia.org/wikipedia/commons/a/a9/OOjs_UI_icon_alert-constructive.svg) no-repeat 98% 50%;
     background-size: 32px;
     margin-top: 25px;
}


table.ombox-delete {
.xfd-closed-speed-keep {
     border: 2px solid #b32424;
    padding: 15px 20px 15px 20px;
     /* Red */
     border-top: 5px solid #3366cb;
    border-left: 1px solid #3366cb;
    border-right: 1px solid #3366cb;
     background: white url(https://upload.wikimedia.org/wikipedia/commons/c/c9/OOjs_UI_icon_alert-progressive.svg) no-repeat 98% 50%;
    background-size: 32px;
    margin-top: 25px;
}
}


table.ombox-content {
.xfd-closed-no-consensus {
     border: 1px solid #f28500;
    padding: 15px 20px 15px 20px;
     /* Orange */
    border-top: 5px solid #fc3;
    border-left: 1px solid #fc3;
     border-right: 1px solid #fc3;
     background: white url(https://upload.wikimedia.org/wikipedia/commons/9/99/OOjs_UI_icon_alert-yellow.svg) no-repeat 98% 50%;
    background-size: 32px;
    margin-top: 25px;
}
}


table.ombox-style {
.xfd-closed-redirect {
     border: 1px solid #fc3;
    padding: 15px 20px 15px 20px;
     /* Yellow */
    border-top: 5px solid #ca82ca;
     border-left: 1px solid #ca82ca;
     border-right: 1px solid #ca82ca;
    background: #ca82ca url(https://upload.wikimedia.org/wikipedia/commons/d/d4/OOjs_UI_icon_alert-invert.svg) no-repeat 98% 50%;
    background-size: 32px;
    margin-top: 25px;
    color: white;
}
}


table.ombox-move {
.xfd-closed-merge {
     border: 1px solid #9932cc;
    padding: 15px 20px 15px 20px;
     /* Purple */
    border-top: 5px solid #ca82ca;
     border-left: 1px solid #ca82ca;
     border-right: 1px solid #ca82ca;
    background: #ca82ca url(https://upload.wikimedia.org/wikipedia/commons/d/d4/OOjs_UI_icon_alert-invert.svg) no-repeat 98% 50%;
    background-size: 32px;
    margin-top: 25px;
    color: white;
}
}


table.ombox-protection {
.xfd-closed-special {
     border: 2px solid #a2a9b1;
    padding: 15px 20px 15px 20px;
     /* Gray-gold */
     border-top: 5px solid #000000;
     border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background: white url(https://upload.wikimedia.org/wikipedia/commons/8/80/OOjs_UI_icon_alert.svg) no-repeat 98% 50%;
    background-size: 32px;
    margin-top: 25px;
}
}


.xfd-closed-bottom-warn {
    background: url(https://upload.wikimedia.org/wikipedia/commons/c/ca/OOjs_UI_icon_info.svg) no-repeat left center;
    background-size: 25px;
    margin-top: 10px;
    padding-left: 30px;
    font-size: 12px;
    display: grid;
}


/* Talk page message box styles */
.xfd-closed-not-deleted {
    padding: 18px;
    background: #de3333;
    color: white !important;
}


table.tmbox {
.xfd-closed-not-deleted a {
     margin: 4px 10%;
     color: #de3333 !important;
     border-collapse: collapse;
     background-color: #ffffff;
     border: 1px solid #c0c090;
     border: solid #ffffff;
     /* Default "notice" gray-brown */
    padding: 8px;
     background-color: #f8eaba;
    width: 70px;
     min-width: 80%;
     line-height: 1;
     box-sizing: border-box;
     text-align: center;
    cursor: pointer;
    border-radius: 3px;
    float: right;
     margin-top: -5px;
     background-image: none !important;
    text-decoration: none;
}
}


.tmbox.mbox-small {
.xfd-closed-not-deleted a:hover {
     min-width: 0;
     color: #ffffff !important;
     /* reset the min-width of tmbox above        */
    background-color: #f55e5e;
     border-color: #f55e5e;
}
}


.mediawiki .mbox-inside .tmbox {
/* ============================================================================
    /* For tmboxes inside other templates. The "mediawiki" class ensures that */
  30. ADİUTOR (YARDIMCI ARAÇ) STİLLERİ
    margin: 2px 0;
  ============================================================================ */
    /* this declaration overrides other styles (including mbox-small above)   */
    width: 100%;
    /* For Safari and Opera */
}


.mbox-inside .tmbox.mbox-small {
/* Genel stiller */
     /* "small" tmboxes should not be small when  */
.ADT-WT-H {
     line-height: 1.5em;
     padding: 15px 20px 15px 20px;
     /* also "nested", so reset styles that are  */
     background: white;
     font-size: 100%;
     background-repeat: no-repeat;
     /* set in "mbox-small" above.                */
     background-position: 98% 50%;
     background-size: 32px;
}
}


table.tmbox-speedy {
.ADT-WT-B {
     border: 2px solid #b32424;
     padding: 18px;
    /* Red */
    background-color: #fee7e6;
    /* Pink */
}
}


table.tmbox-delete {
.ADT-WT-F {
     border: 2px solid #b32424;
    padding: 18px 18px 10px 18px;
     /* Red */
     border-top: none;
     margin-top: -10px;
    text-align: right;
}
}


table.tmbox-content {
/* Başlık stilleri */
     border: 2px solid #f28500;
.ADT-H-L1 {
     /* Orange */
     border-top: 5px solid #3067cd;
     border-left: 1px solid #3067cd;
    border-right: 1px solid #3067cd;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/37/Eo_circle_blue_info.svg);
}
}


table.tmbox-style {
.ADT-H-L2 {
     border: 2px solid #fc3;
     border-top: 5px solid #ff5d01;
     /* Yellow */
    border-left: 1px solid #ff5d01;
     border-right: 1px solid #ff5d01;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/4c/OOjs_UI_icon_notice-warning.svg);
}
}


table.tmbox-move {
.ADT-H-L3 {
     border: 2px solid #9932cc;
     border-top: 5px solid #dd312f;
     /* Purple */
    border-left: 1px solid #dd312f;
     border-right: 1px solid #dd312f;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/bf/OOjs_UI_icon_notice-destructive.svg);
}
}


table.tmbox-protection,
/* Gövde içerik stilleri */
table.tmbox-notice {
.ADT-B-L1 {
     border: 1px solid #c0c090;
     border: 1px solid #3067cd;
     /* Gray-brown */
     border-bottom: none;
}
}


.ADT-B-L2 {
    border: 1px solid #ff5d01;
    border-bottom: none;
}


/* Footer and header message box styles */
.ADT-B-L3 {
    border: 1px solid #dd312f;
    border-bottom: none;
}


table.fmbox {
/* Alt bilgi stilleri */
    clear: both;
.ADT-F-L1 {
    margin: 0.2em 0;
     border: 1px solid #3067cd;
    width: 100%;
     border: 1px solid #a2a9b1;
    background-color: var(--background-color-neutral-subtle, #f8f9fa);
    /* Default "system" gray */
    box-sizing: border-box;
}
}


table.fmbox-system {
.ADT-F-L2 {
     background-color: var(--background-color-neutral-subtle, #f8f9fa);
     border: 1px solid #ff5d01;
}
}


table.fmbox-warning {
.ADT-F-L3 {
     border: 1px solid #bb7070;
     border: 1px solid #dd312f;
    /* Dark pink */
    background-color: var(--background-color-destructive-subtle--hover, #ffdbdb);
    /* Pink */
}
}


table.fmbox-editnotice {
/* ============================================================================
     background-color: transparent;
  31. ARKA PLAN RENKLERİ (HINTERGRUNDFARBE)
  ============================================================================ */
 
table > * > tr.hintergrundfarbe1 > th,
table > * > tr > th.hintergrundfarbe1,
table.hintergrundfarbe1,
.hintergrundfarbe1 {
     background-color: #f8f9fa;
}
}


table > * > tr.hintergrundfarbe2 > th,
table > * > tr > th.hintergrundfarbe2,
table.hintergrundfarbe2,
.hintergrundfarbe2 {
    background-color: #fff;
}


/* Div based "warning" style fmbox messages. */
table > * > tr.hintergrundfarbe3 > th,
 
table > * > tr > th.hintergrundfarbe3,
.mw-warning-with-logexcerpt,
table.hintergrundfarbe3,
.mw-lag-warn-high,
.hintergrundfarbe3 {
.mw-cascadeprotectedwarning,
     background-color: #ffff40;
.div.titleblacklist-warning,
.locked-warning,
#mw-protect-cascadeon
{
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
     background-color: var(--background-color-error-subtle, #ffdbdb);
    padding: 0.25em 0.9em;
    box-sizing: border-box;
}
}


table > * > tr.hintergrundfarbe4 > th,
table > * > tr > th.hintergrundfarbe4,
table.hintergrundfarbe4,
.hintergrundfarbe4 {
    background-color: #fa0;
}


/* These mbox-small classes must be placed after all other
table > * > tr.hintergrundfarbe5 > th,
  ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
table > * > tr > th.hintergrundfarbe5,
  they override "table.ambox + table.ambox" above. */
table.hintergrundfarbe5,
.hintergrundfarbe5 {
    background-color: #eaecf0;
}


html body.mediawiki .mbox-small {
table > * > tr.hintergrundfarbe6 > th,
    /* For the "small=yes" option. */
table > * > tr > th.hintergrundfarbe6,
    /* @noflip */
table.hintergrundfarbe6,
    clear: right;
.hintergrundfarbe6 {
     /* @noflip */
     background-color: var(--background-color-neutral);
    float: right;
    /* @noflip */
    margin: 4px 0 4px 1em;
    box-sizing: border-box;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
}


html body.mediawiki .mbox-small-left {
table > * > tr.hintergrundfarbe7 > th,
    /* For the "small=left" option. */
table > * > tr > th.hintergrundfarbe7,
    /* @noflip */
table.hintergrundfarbe7,
    margin: 4px 1em 4px 0;
.hintergrundfarbe7 {
     box-sizing: border-box;
     background-color: #ffcbcb;
    overflow: hidden;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
}


table > * > tr.hintergrundfarbe8 > th,
table > * > tr > th.hintergrundfarbe8,
table.hintergrundfarbe8,
.hintergrundfarbe8 {
    background-color: #ffebad;
}


/* Style for compact ambox */
table > * > tr.hintergrundfarbe9 > th,
table > * > tr > th.hintergrundfarbe9,
table.hintergrundfarbe9,
.hintergrundfarbe9 {
    background-color: #b9ffc5;
}


 
/* Zebra desenli tablolar */
/* Hide the images */
.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
 
     background: white;
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
     display: none;
}
}


/* ============================================================================
  32. HUKUK KUTULARI VE ÖZEL STİLLER
  ============================================================================ */


/* Remove borders, backgrounds, padding, etc. */
/* Kanun kutusu */
 
.lawbox {
.compact-ambox table.ambox {
    float: right;
     border: none;
    margin: 0 0 1em 1em;
     border-collapse: collapse;
     border: 1px solid #bcc6d6;
     background-color: transparent;
     border-radius: 6px;
     margin: 0 0 0 1.6em !important;
     background: #ffffff;
     padding: 0 !important;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
     overflow: hidden;
     width: auto;
     width: auto;
     display: block;
     max-width: 340px;
}
}


body.mediawiki .compact-ambox table.mbox-small-left {
.lawbox caption {
     font-size: 100%;
    background: linear-gradient(180deg, #e8f0ff, #d7e2fa);
     width: auto;
    color: #1f376d;
     margin: 0;
    font-weight: 700;
    text-align: center;
     padding: 8px;
     border-bottom: 2px solid #b5c1d7;
     font-size: 1em;
}
}


.lawbox th,
.lawbox td {
    border-bottom: 1px solid #d8e0ee;
    padding: 6px 8px;
}


/* Style the text cell as a list item and remove its padding */
.lawbox th {
    width: 38%;
    background: #f2f6fc;
    color: #1c1c1c;
    border-right: 1px solid #d8e0ee;
    font-weight: 600;
}


.compact-ambox table .mbox-text {
.lawbox td {
     padding: 0 !important;
     color: #222;
    margin: 0 !important;
}
}


.compact-ambox table .mbox-text-span {
/* Kavram kutusu */
     display: list-item;
.lawbox.kavram {
     line-height: 1.5em;
     float: left;
     list-style-type: square;
     clear: right;
    list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
     max-width: 280px;
}
}


.lawbox.kavram th {
    background: #f4f7ff;
}


/* Allow for hiding text in compact form */
.lawbox.kavram caption {
    background: linear-gradient(180deg, #f0f5ff, #dce7ff);
    color: #22335b;
    font-weight: 700;
    border-bottom: 1px solid #c8d6f2;
}


.compact-ambox .hide-when-compact {
.lawbox:hover {
     display: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
     transition: box-shadow 0.2s ease;
}
}


/* İçtihat kutusu */
.ictihatbox {
    background: #f8f9fa;
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    padding: 10px;
    margin: 1em 0 1em 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: inline-block;
}


/* Remove underlines from certain links */
.ictihatbox .lawbox-header {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px 6px 0 0;
    font-weight: bold;
}


.nounderlines a,
.ictihatbox .lawbox-body {
.IPA a:link,
    padding: 6px 10px;
.IPA a:visited {
     line-height: 1.5;
     text-decoration: none !important;
}
}


.ictihat-listesi ul {
    list-style-type: disc;
    margin-left: 1.5em;
}


/* [[Wikipedia:NavFrame]].
/* Kanun metni */
  Entirely deprecated. Slated for removal.
.kanun-metin {
  Use mw-collapsible. */
    background: #fff;
    font-family: "DejaVu Serif", Georgia, "Times New Roman", serif;
    line-height: 1.7;
    color: #222;
}


div.NavFrame {
.kanun-metin h2 {
     padding: 4px;
     color: #1e3a8a;
     border: 1px solid #a2a9b1;
     border-bottom: 2px solid #3b82f6;
     text-align: center;
    padding-bottom: 4px;
     font-size: 95%;
     margin-top: 1.3em;
     font-size: 1.2em;
}
}


div.NavFrame+div.NavFrame {
.kanun-metin b {
     border-top-style: none;
     color: #111;
    border-top-style: hidden;
}
}


div.NavFrame div.NavHead {
.kanun-metin dd {
     line-height: 1.6em;
     margin-left: 2em;
     font-weight: bold;
     text-indent: -1.2em;
    background-color: #ccf;
    position: relative;
}
}


div.NavFrame p,
.kanun-metin .iptal {
div.NavFrame div.NavContent,
    background: #f3f4f6;
div.NavFrame div.NavContent p {
    border-left: 3px solid #9ca3af;
     font-size: 100%;
    padding: 4px 8px;
    font-style: italic;
    color: #555;
    margin: 0.4em 0;
     border-radius: 4px;
}
}


a.NavToggle {
/* İçtihat kutusu (sağa yaslı kompakt) */
     position: absolute;
.lawbox-header {
     top: 0;
     background-color: #2c3e50;
     /* @noflip */
     color: white;
     right: 3px;
     padding: 8px 10px;
     font-weight: normal;
    font-weight: bold;
     font-size: 90%;
     text-align: center;
     border-bottom: 1px solid #2c3e50;
     font-size: 110%;
}
 
.lawbox-body {
    padding: 10px;
    text-align: left;
}
}


.lawbox-body div {
    margin-bottom: 6px;
}


/* Hatnotes and disambiguation notices */
.lawbox-body div b {
    color: #333;
    display: inline-block;
}


.hatnote {
.lawbox-body div:last-child {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e0e0e0;
    color: #555;
     font-style: italic;
     font-style: italic;
    background-color: #fdfdfd;
}
}


.hatnote i {
/* Günün maddesi tasarımı */
     font-style: normal;
.gmd-box {
     background-color: #f8f9fa;
    border: 1px solid #a2a9b1;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
}


div.hatnote {
.gmd-header {
     /* @noflip */
     background-color: #34495e;
     padding-left: 1.6em;
    color: white;
     margin-bottom: 0.5em;
     padding: 10px 15px;
    font-size: 1.1em;
     font-weight: bold;
    text-align: center;
}
}


div.hatnote+div.hatnote {
.gmd-body {
     margin-top: -0.5em;
     padding: 15px;
    font-size: 1em;
    line-height: 1.5;
}
}


.gmd-body > div:first-child a {
    color: #2980b9;
    text-decoration: none;
}


/* Prevent line breaks in silly places where desired (nowrap)
.gmd-body > div:first-child a:hover {
  and links when we don't want them to (nowraplinks a) */
     text-decoration: underline;
 
.nowrap,
.nowraplinks a {
     white-space: nowrap;
}
}


/* ============================================================================
  33. BİLDİRİM KUTULARI (WİKİ-BOX)
  ============================================================================ */


/* But allow wrapping where desired: */
/* Genel kutu stili */
.wiki-box {
    padding: 15px 15px 15px 60px;
    margin: 10px 0;
    border-left-width: 8px;
    border-left-style: solid;
    border-radius: 4px;
    background-color: #f8f8f8;
    position: relative;
    font-size: 0.95em;
}


.wrap,
/* Bilgi kutusu (Mavi) */
.wraplinks a {
.wiki-box-info {
     white-space: normal;
     border-left-color: #31708f;
    background-color: #d9edf7;
    color: #31708f;
}
}


/* Uyarı kutusu (Sarı) */
.wiki-box-warning {
    border-left-color: #8a6d3b;
    background-color: #fcf8e3;
    color: #8a6d3b;
}


/* Increase the height of the image upload box */
/* Dikkat/Hata kutusu (Kırmızı) */
.wiki-box-danger {
    border-left-color: #a94442;
    background-color: #f2dede;
    color: #a94442;
}


#wpUploadDescription {
/* Başarı kutusu (Yeşil) */
     height: 13em;
.wiki-box-success {
    border-left-color: #3c763d;
    background-color: #dff0d8;
     color: #3c763d;
}
}


/* Tek satır kutu genel stili */
.inline-box {
    display: flex;
    align-items: center;
    padding: 3px;
    margin: auto;
    border: 1px solid transparent;
    border-radius: 1px;
    font-size: 0.9em;
    font-style: italic;
}


/* Minimum thumb width */
/* Bilgi kutusu (Mavi) */
.inline-box-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}


figure[typeof~='mw:File/Thumb'],
/* Uyarı kutusu (Sarı) */
figure[typeof~='mw:File/Frame'],
.inline-box-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}


.thumbinner {
/* Dikkat/Hata kutusu (Kırmızı) */
     min-width: 100px;
.inline-box-danger {
     color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
}


/* Başarı kutusu (Yeşil) */
.inline-box-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


/* Prevent floating boxes from overlapping any category listings,
/* İkon stili */
  file histories, edit previews, and edit [Show changes] views. */
.inline-box .icon {
 
     margin-right: 3px;
#mw-subcategories,
     font-size: 1.2em;
#mw-pages,
#mw-category-media,
#filehistory,
#wikiPreview,
#wikiDiff {
    clear: both;
}
 
 
/* Selectively hide headers in WikiProject banners */
 
 
/* TemplateStyles */
 
.wpb .wpb-header {
    display: none;
}
 
.wpbs-inner .wpb .wpb-header {
    display: table-row;
}
 
.wpbs-inner .wpb-outside {
    display: none;
    /* hide things that should only display outside shells */
}
 
 
/* Styling for Abuse Filter tags */
 
.mw-tag-markers {
    font-style: italic;
    font-size: 90%;
}
 
 
/* Hide stuff meant for accounts with special permissions. Made visible again in
  [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
  [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
 
.checkuser-show,
.sysop-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
    display: none;
}
 
 
/* Hide the redlink generated by {{Editnotice}},
  this overrides the ".sysop-show { display: none; }" above that applies
  to the same link as well. See [[phab:T45013]]
 
  Hide the images in editnotices to keep them readable in VE view.
  Long term, editnotices should become a core feature so that they can be designed responsive. */
 
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
.ve-ui-mwNoticesPopupTool-item .mbox-image,
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
    display: none !important;
}
 
 
/* Remove bullets when there are multiple edit page warnings */
 
ul.permissions-errors>li {
    list-style: none none;
}
 
ul.permissions-errors {
    margin: 0;
}
 
 
/* texhtml class for inline math (based on generic times-serif class) */
 
span.texhtml {
    font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
    font-size: 118%;
    line-height: 1;
    white-space: nowrap;
    /* Force tabular and lining display for texhtml */
    -moz-font-feature-settings: "lnum", "tnum", "kern" 0;
    -webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
    font-feature-settings: "lnum", "tnum", "kern" 0;
    font-variant-numeric: lining-nums tabular-nums;
    font-kerning: none;
}
 
span.texhtml span.texhtml {
    font-size: 100%;
}
 
span.mwe-math-mathml-inline {
    font-size: 118%;
}
 
 
/* Make <math display="block"> be left aligned with one space indent for
* compatibility with style conventions
*/
 
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
     margin-left: 1.6em !important;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}
 
.mwe-math-mathml-display math {
    display: inline;
}
 
 
/* Force imgs in galleries to have borders by wrapping them in class=bordered-images */
 
.bordered-images img {
    border: solid #ddd 1px;
}
 
@media screen {
    /* Put a chequered background behind images, only visible if they have transparency.
  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
    .gallerybox .thumb img {
        background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
    }
    /* But not on articles, user pages, portals or with opt-out. */
    .ns-0 .gallerybox .thumb img,
    .ns-2 .gallerybox .thumb img,
    .ns-100 .gallerybox .thumb img,
    .nochecker .gallerybox .thumb img {
        background-image: none;
    }
    /* Display "From Wikipedia, the free encyclopedia" in skins that support it,
  do not apply to print mode */
    #siteSub {
        display: block;
    }
}
 
 
/* Hide FlaggedRevs notice UI when there are no pending changes */
 
.flaggedrevs_draft_synced,
.flaggedrevs_stable_synced,
 
/* "Temporary" to remove links in sidebar T255381 */
 
#t-upload {
    display: none;
}
 
 
/* Extension:DismissableSiteNotice eklentisinin site notunu ikiye bölmesi ve sağda büyük alan kaplaması nedeniyle dismissable etiketleri düzenlenmiştir */
 
.mw-dismissable-notice-body {
    margin: 0px 0px 0px 0px !important;
}
 
.mw-dismissable-notice-close {
    position: absolute !important;
    right: 10px !important;
    margin-top: 10px !important;
    z-index: 1;
}
 
 
/* Televizyon Portali görünümü için ayarlar -> [[Özel:KalıcıBağ/18295490#Css_kodlar.C4.B1]] */
 
.round_page {
    border-style: solid;
    border-width: 1px;
    border-right-width: 0;
     font-size: 15px;
    display: inline-block;
    padding: 10px;
}
 
.round_page:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
 
.round_page:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right-width: 1px;
}
 
@media screen and (max-width: 800px) {
    .round_page {
        display: block;
        border-width: 1px;
        border-bottom-width: 0;
    }
    .round_page:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .round_page:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-width: 1px;
    }
}
 
.two-column {
    width: 50%;
    display: table-cell;
}
 
.contin {
    display: none;
}
 
.mobile_margin {
    display: table;
}
 
@media screen and (max-width: 1000px) {
    .two-column {
        display: block;
        width: 100%;
    }
    .contin {
        display: block;
    }
    .mobile_margin {
        padding: 0 15px;
        display: block;
    }
}
 
#mw-subcategories,
#mw-pages,
#mw-category-media,
#filehistory,
#wikiPreview,
#wikiDiff {
    clear: both;
}
 
.fbadge {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAIAAAD0YtNRAAAABnRSTlMA/AD+APzoM1ogAAAAWklEQVR4AWP48+8PLkR7uUdzcMvtU8EhdykHKAciEXL3pvw5FQIURaBDJkARoDhY3zEXiCgCHbNBmAlUiyaBkENoxZSDWnOtBmoAQu7TnT+3WuDOA7KBIkAGAGwiNeqjusp/AAAAAElFTkSuQmCC);
}
 
.gbadge {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAIAAAD0YtNRAAAABnRSTlMAAAAAAABupgeRAAAAVklEQVR4AWIYSFBfX49TDtDWNBgAEMPAgZ+1B8jWtd0kp/u+z4AQImDh7SPnHCHkHtb7vmES5hFGCN3zQgh1deAegVW6YjlGa50NOgAAxpjWhjpMQuEBjxA1QR08A1oAAAAASUVORK5CYII=);
}
 
 
/* Ana sayfa altındaki kutu için */
 
 
/* Nou esquema de colors per a la Plantilla:Metacaixa usada a la portada */
 
 
/* Configuració per defecte en lila
  Tons usats; 1; 7050a0 2; 9070c0 3; b090e0 4; d0b0ff 5; f0d0ff */
 
.mcBoto {
    background-color: #d0b0ff;
    /* 4 */
    border: 0.15em solid #000000;
    border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff;
    /* 5 3 3 5 */
    border-radius-topleft: .5em;
    border-radius-topright: .5em;
    -moz-border-radius: .5em .5em 0em 0em;
    cursor: pointer;
    display: inline;
    margin-right: 0.1em;
    padding: 0.2em 0.3em 0.2em 0.3em;
    position: relative;
}
 
.mcBoto a,
.mcBoto strong {
    background: none !important;
    color: #7050a0 !important;
    /* 1 */
    font-size: 90%;
    font-weight: bold;
    padding: 0 !important;
    text-decoration: none !important;
}
 
.mcBoto a:hover,
.mcBoto strong:hover {
    color: black !important;
    text-decoration: underline !important;
}
 
.mcBotoSel {
    background-color: #9070c0;
    /* 2 */
    border: 0.15em solid #000000;
    border-color: #b090e0 #7050a0 #9070c0 #b090e0;
    /* 3 1 2 3 */
    border-radius-topleft: .5em;
    border-radius-topright: .5em;
    -moz-border-radius: .5em .5em 0em 0em;
    cursor: default;
    display: inline;
    margin-right: 0.1em;
    padding: 0.2em 0.3em 0.2em 0.3em;
    position: relative;
    color: white;
}
 
.mcBotoSel a {
    background: none !important;
    color: white !important;
    cursor: default;
    font-size: 90%;
    font-weight: bold;
    padding: 0 !important;
    text-decoration: none !important;
}
 
.mcContingut {
    background-color: #f8f8ff;
    border: 0.2em solid #9070c0;
    /* 2 */
    border-color: #9070c0 #7050a0 #7050a0 #9070c0;
    /* 2 1 1 2 */
    -moz-border-radius: 0em .5em .5em 0em;
    border-radius-topright: .5em;
    border-radius-bottomright: .5em;
    padding: 1em;
    position: static;
    /* Si hi posem relative falla amb MSIE */
}
 
.mcPestanya {
    background-color: #f8f8ff;
    border-color: #7050a0 #b090e0 #b090e0 #7050a0;
    /* 1 3 3 1 */
    width: 100%;
}
 
 
/* Configuració del Verd 1;60b030 2;75c045 3;90d060 4;a5e085 5;c0f090 */
 
.mcVerd .mcBoto {
    background-color: #a5e085;
    /* 4 */
    border-color: #c0f090 #90d060 #75c045 #c0f090;
    /* 5 3 2 5 */
}
 
.mcVerd .mcBoto a,
.mcVerd .mcBoto strong {
    color: #60b030 !important;
    /* 1 */
    font-size: 90%
}
 
.mcVerd .mcBoto a:hover,
.mcVerd .mcBoto strong:hover {
    color: black !important;
    text-decoration: underline;
}
 
.mcVerd .mcBotoSel {
    background-color: #75c045;
    /* 2 */
    border-color: #90d060 #60b030 #75c045 #90d060;
    /* 3 1 2 3 */
}
 
.mcVerd .mcContingut {
    background-color: #f5fffa;
    border-color: #75c045 #60b030 #60b030 #75c045;
    /* 2 1 1 2 */
}
 
.mcVerd .mcPestanya {
    background-color: #f5fffa;
    border-color: #60b030 #90d060 #90d060 #60b030;
    /* 1 3 3 1 */
}
 
 
/* Configuració del Vermell 1;CC0000 2;FF0000 3;FF8888 4;FFAAAA 5;FFCCCC */
 
.mcVermell .mcBoto {
    background-color: #FFAAAA;
    /* 4 */
    border-color: #FFCCCC #FF8888 #FF0000 #FFCCCC;
    /* 5 3 2 5 */
}
 
.mcVermell .mcBoto a,
.mcVermell .mcBoto strong {
    color: #CC0000 !important;
    /* 1 */
    font-size: 90%
}
 
.mcVermell .mcBoto a:hover .mcVermell .mcBoto strong:hover {
    color: black !important;
    text-decoration: underline;
}
 
.mcVermell .mcBotoSel {
    background-color: #FF0000;
    /* 2 */
    border-color: #FF8888 #CC0000 #FF0000 #FF8888;
    /* 3 1 2 3 */
}
 
.mcVermell .mcContingut {
    background-color: #fffafa;
    border-color: #FF0000 #CC0000 #CC0000 #FF0000;
    /* 2 1 1 2 */
}
 
.mcVermell .mcPestanya {
    background-color: #fffafa;
    border-color: #CC0000 #FF0000 #FF0000 #CC0000;
    /* 1 3 3 1 */
}
 
 
/* Configuració del Blau 1;3379de 2;5b8dd6 3;88abde 4;a7c1e6 5;c8d6e9 */
 
.mcBlau .mcBoto {
    background-color: #a7c1e6;
    /* 4 */
    border-color: #c8d6e9 #88abde #5b8dd6 #c8d6e9;
    /* 5 3 2 5 */
}
 
.mcBlau .mcBoto a,
.mcBlau .mcBoto strong {
    color: #3379de !important;
    /* 1 */
    font-size: 90%
}
 
.mcBlau .mcBoto a:hover .mcBlau .mcBoto strong:hover {
    color: black !important;
    text-decoration: underline;
}
 
.mcBlau .mcBotoSel {
    background-color: #5b8dd6;
    /* 2 */
    border-color: #88abde #3379de #5b8dd6 #88abde;
    /* 3 1 2 3 */
}
 
.mcBlau .mcContingut {
    background-color: #f0f8ff;
    border-color: #5b8dd6 #3379de #3379de #5b8dd6;
    /* 2 1 1 2 */
}
 
.mcBlau .mcPestanya {
    background-color: #f0f8ff;
    border-color: #3379de #88abde #88abde #3379de;
    /* 1 3 3 1 */
}
 
 
/* Configuració del Groc 1;ffd813 2;ffe147 3;ffe977 4;fff1a4 5;fef4bc */
 
.mcGroc .mcBoto {
    background-color: #fff1a4;
    /* 4 */
    border-color: #fef4bc #ffe977 #ffe147 #fef4bc;
    /* 5 3 2 5 */
}
 
.mcGroc .mcBoto a,
.mcGroc .mcBoto strong {
    color: #ffd813 !important;
    /* 1 */
    font-size: 90%
}
 
.mcGroc .mcBoto a:hover .mcGroc .mcBoto strong:hover {
    color: black !important;
    text-decoration: underline;
}
 
.mcGroc .mcBotoSel {
    background-color: #ffe147;
    /* 2 */
    border-color: #ffe977 #ffd813 #ffe147 #ffe977;
    /* 3 1 2 3 */
}
 
.mcGroc .mcContingut {
    background-color: #fffce8;
    border-color: #ffe147 #ffd813 #ffd813 #ffe147;
    /* 2 1 1 2 */
}
 
.mcGroc .mcPestanya {
    background-color: #fffce8;
    border-color: #ffd813 #88abde #88abde #ffd813;
    /* 1 3 3 1 */
}
 
 
/* Configuració del Taronja 1;ff820e 2;ff9d42 3;ffac5d 4;ffbd7f 5;ffd0a4 6;ffeedd */
 
.mcTaronja .mcBoto {
    background-color: #ffbd7f;
    /* 4 */
    border-color: #ffd0a4 #ffac5d #ff9d42 #ffd0a4;
    /* 5 3 2 5 */
}
 
.mcTaronja .mcBoto a,
.mcTaronja .mcBoto strong {
    color: #ff820e !important;
    /* 1 */
    font-size: 90%
}
 
.mcTaronja .mcBoto a:hover .mcTaronja .mcBoto strong:hover {
    color: black !important;
    text-decoration: underline;
}
 
.mcTaronja .mcBotoSel {
    background-color: #ff9d42;
    /* 2 */
    border-color: #ffac5d #ff820e #ff9d42 #ffac5d;
    /* 3 1 2 3 */
}
 
.mcTaronja .mcContingut {
    background-color: #ffeedd;
    /* 6 */
    border-color: #ff9d42 #ff820e #ff820e #ff9d42;
    /* 2 1 1 2 */
}
 
.mcTaronja .mcPestanya {
    background-color: #ffeedd;
    /* 6 */
    border-color: #ff820e #ffac5d #ffac5d #ff820e;
    /* 1 3 3 1 */
}
 
 
/* Final d'estils de la Metacaixa */
 
.globegris {
    background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png")
}
 
#p-logo {
    width: 155px;
}
 
 
/* Don't over-ride the proper logo; use the more efficient one which is faster and better for readers
#p-logo a, #p-logo a:hover {
    background-image: url("//upload.wikimedia.org/wikipedia/tr/b/bc/Wiki.png") !important;
    display: block;
    height: 145px;
    width: 155px;
    background-repeat: no-repeat;
    background-position: 35% 50% !important;
    text-decoration: none;
}
*/
 
 
/* Ana sayfadaki bazı detayların gözükmesini önler */
 
body.page-Main_Page #ca-delete,
body.page-Anasayfa #contentSub,
body.page-Main_Page #deleteconfirm,
body.page-Anasayfa #t-cite,
body.page-Anasayfa #lastmod,
body.page-Anasayfa #siteSub,
body.page-Anasayfa h1.firstHeading {
    display: none !important;
}
 
 
/* Yeni oluşturulan sayfalarda görüldü olarak işaretle yazısını ve son değişikliklerdeki kırmızı ünlemi kaldırır */
 
 
/*abbr.unpatrolled {*/
 
 
/* display: none;*/
 
 
/*}*/
 
 
/*.patrollink {*/
 
 
/* display: none;*/
 
 
/*}*/
 
 
/* Anasayfada kategori kutusunu gizler */
 
.action-view.page-Anasayfa #catlinks {
    display: none;
}
 
 
/* Kullanıcı engel mesajları */
 
.user-block {
    padding: 5px;
    margin-bottom: 0.5em;
    border: 1px solid #a9a9a9;
    background-color: #ffefd5;
}
 
 
/* Bkz. https://w.wiki/3yCT */
 
.reflist ol.references {
    list-style-type: inherit;
    /* Enable custom list style types */
}
 
/* SilLAD Şablonları */
 
.xfd-closed-delete {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 5px solid red;
    background: white;
    padding-left: 20px;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/f6/OOjs_UI_icon_alert-destructive.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 32px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #c8ccd1;
    border-left: 1px solid red;
    border-right: 1px solid red;
    margin-top: 25px;
}
 
.xfd-closed-speed-delete {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 5px solid red;
    background: white;
    padding-left: 20px;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/f6/OOjs_UI_icon_alert-destructive.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 32px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #c8ccd1;
    border-left: 1px solid red;
    border-right: 1px solid red;
    margin-top: 25px;
}
 
.xfd-closed-keep {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 5px solid #04b189;
    background: white;
    padding-left: 20px;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/a/a9/OOjs_UI_icon_alert-constructive.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 32px;
    border-left: 1px solid #04af89;
    border-right: 1px solid #04af89;
    margin-top: 25px;
}
 
.xfd-closed-speed-keep {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 5px solid #3366cb;
    background: white;
    padding-left: 20px;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/c/c9/OOjs_UI_icon_alert-progressive.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 32px;
    border-left: 1px solid #3366cb;
    border-right: 1px solid #3366cb;
    margin-top: 25px;
}
 
.xfd-closed-no-consensus {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 5px solid #fc3;
    background: white;
    padding-left: 20px;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/9/99/OOjs_UI_icon_alert-yellow.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 32px;
    border-left: 1px solid #fc3;
    border-right: 1px solid #fc3;
    margin-top: 25px;
}
 
.xfd-closed-redirect {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 5px solid #ca82ca;
    background: #ca82ca;
    padding-left: 20px;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/d/d4/OOjs_UI_icon_alert-invert.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 32px;
    border-left: 1px solid #ca82ca;
    border-right: 1px solid #ca82ca;
    margin-top: 25px;
    color: white;
}
 
.xfd-closed-merge {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 5px solid #ca82ca;
    background: #ca82ca;
    padding-left: 20px;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/d/d4/OOjs_UI_icon_alert-invert.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 32px;
    border-left: 1px solid #ca82ca;
    border-right: 1px solid #ca82ca;
    margin-top: 25px;
    color: white;
}
 
.xfd-closed-special {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 5px solid #000000;
    background: white;
    padding-left: 20px;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/8/80/OOjs_UI_icon_alert.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 32px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    margin-top: 25px;
}
 
.xfd-closed-bottom-warn {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/c/ca/OOjs_UI_icon_info.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    margin-top: 10px;
    padding-left: 30px;
    font-size: 12px;
    display: grid;
}
 
.xfd-closed-not-deleted {
    padding: 18px;
    background: #de3333;
    color: white !important;
}
 
.xfd-closed-not-deleted a {
    color: #de3333 !important;
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 8px;
    width: 70px;
    line-height: 1;
    border-style: solid;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    float: right;
    margin-top: -5px;
    background-image: none !important;
    text-decoration: none;
}
 
.xfd-closed-not-deleted a:hover {
    color: #ffffff !important;
    background-color: #f55e5e;
    border-color: #f55e5e;
}
 
/* toolbar'daki dosya yükleme bağlantısı Mediawiki:Sidebar'a taşındığı için varsayılandan kaldırılıyor */
#t-upload {
display: none;
}
 
/* Add these codes to MediaWiki:Common.css page. */
/* The following lines are used by Adiutor */
 
/* General styles */
.ADT-WT-H {
    padding-top: 15px;
    padding-bottom: 15px;
    background: white;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 32px;
}
 
.ADT-WT-B {
    padding: 18px;
}
 
.ADT-WT-F {
    padding: 18px;
    border-top: none;
    padding-top: 20px;
    margin-top: -10px;
    padding-bottom: 10px;
}
 
/* Header styles */
.ADT-H-L1 {
    border-top: 5px solid #3067cd;
    border-left: 1px solid #3067cd;
    border-right: 1px solid #3067cd;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/37/Eo_circle_blue_info.svg);
}
 
.ADT-H-L2 {
    border-top: 5px solid #ff5d01;
    border-left: 1px solid #ff5d01;
    border-right: 1px solid #ff5d01;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/4c/OOjs_UI_icon_notice-warning.svg);
}
 
.ADT-H-L3 {
    border-top: 5px solid #dd312f;
    border-left: 1px solid #dd312f;
    border-right: 1px solid #dd312f;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/bf/OOjs_UI_icon_notice-destructive.svg);
}
 
/* Header content styles */
.ADT-B-L1 {
    border: 1px solid #3067cd;
    border-bottom: none;
}
 
.ADT-B-L2 {
    border: 1px solid #ff5d01;
    border-bottom: none;
}
 
.ADT-B-L3 {
    border: 1px solid #dd312f;
    border-bottom: none;
}
 
/* Footer styles */
.ADT-WT-F {
    padding: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
}
 
/* Footer content styles */
.ADT-F-L1 {
    border: 1px solid #3067cd;
}
 
.ADT-F-L2 {
    border: 1px solid #ff5d01;
}
 
.ADT-F-L3 {
    border: 1px solid #dd312f;
}
 
/* The above lines are used by Adiutor */
 
/* Wie Inhaltsverzeichnis (mediawiki.skinning/content.css) */
table > * > tr.hintergrundfarbe1 > th,
table > * > tr > th.hintergrundfarbe1,
table.hintergrundfarbe1,
.hintergrundfarbe1 {
background-color: #f8f9fa;
}
/* „Weiß“, für Nicht-Artikel-Seiten, neutral */
table > * > tr.hintergrundfarbe2 > th,
table > * > tr > th.hintergrundfarbe2,
table.hintergrundfarbe2,
.hintergrundfarbe2 {
background-color: #fff;
}
/* „Gelb“, auffällig */
table > * > tr.hintergrundfarbe3 > th,
table > * > tr > th.hintergrundfarbe3,
table.hintergrundfarbe3,
.hintergrundfarbe3 {
background-color: #ffff40;
}
/* Sehr auffällig */
table > * > tr.hintergrundfarbe4 > th,
table > * > tr > th.hintergrundfarbe4,
table.hintergrundfarbe4,
.hintergrundfarbe4 {
background-color: #fa0;
}
/* Neutral, abgesetzt */
table > * > tr.hintergrundfarbe5 > th,
table > * > tr > th.hintergrundfarbe5,
table.hintergrundfarbe5,
.hintergrundfarbe5 {
background-color: #eaecf0;
}
/* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
table > * > tr.hintergrundfarbe6 > th,
table > * > tr > th.hintergrundfarbe6,
table.hintergrundfarbe6,
.hintergrundfarbe6 {
background-color: var(--background-color-neutral);
}
/* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
table > * > tr.hintergrundfarbe7 > th,
table > * > tr > th.hintergrundfarbe7,
table.hintergrundfarbe7,
.hintergrundfarbe7 {
background-color: #ffcbcb;
}
/* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
table > * > tr.hintergrundfarbe8 > th,
table > * > tr > th.hintergrundfarbe8,
table.hintergrundfarbe8,
.hintergrundfarbe8 {
background-color: #ffebad;
}
/* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
table > * > tr.hintergrundfarbe9 > th,
table > * > tr > th.hintergrundfarbe9,
table.hintergrundfarbe9,
.hintergrundfarbe9 {
background-color: #b9ffc5;
}
 
.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
background: white;
}
}

08.57, 28 Kasım 2025 itibarı ile sayfanın şu anki hâli

/* ============================================================================
   HUKUKIPEDIA - COMMON.CSS
   Ana Stil Dosyası
   ============================================================================ */

/* ============================================================================
   1. TEMEL RESETLER VE TİPOGRAFİ
   ============================================================================ */

/* İtalik stilini sıfırla */
cite,
dfn {
    font-style: inherit;
}

/* Tırnak işaretleri */
q {
    quotes: '"' '"' "'" "'";
}

/* Blockquote düzenlemesi */
blockquote {
    overflow: hidden;
    margin: 1em 0;
    padding: 0 40px;
}

/* Tutarlı font boyutları */
small {
    font-size: 85%;
}

.mw-body-content sub,
.mw-body-content sup {
    font-size: 80%;
}

/* Tartışma sayfası paragraf boşlukları */
.ns-talk .mw-body-content dd {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

/* ============================================================================
   2. ANA SAYFA DÜZENLEMELERİ
   ============================================================================ */

#interwiki-completelist {
    font-weight: bold;
}

/* Ana sayfada gereksiz elemanları gizle */
body.page-Anasayfa #contentSub,
body.page-Anasayfa #t-cite,
body.page-Anasayfa #lastmod,
body.page-Anasayfa #siteSub,
body.page-Anasayfa h1.firstHeading,
.action-view.page-Anasayfa #catlinks {
    display: none !important;
}

/* ============================================================================
   3. SAYFA GÖRÜNÜRLÜĞÜ VE DARALTMA
   ============================================================================ */

.client-js .mw-special-Watchlist #watchlist-message,
.client-js .NavFrame.collapsed .NavContent,
.client-js .collapsible:not(.mw-made-collapsible).collapsed > tbody > tr:not(:first-child) {
    display: none;
}

.mw-rcfilters-enabled .mw-specialpage-summary {
    margin-top: 1em;
}

#editpage-specialchars {
    display: none;
}

/* ============================================================================
   4. ALINTI VE REFERANSLAR
   ============================================================================ */

/* Hedef vurgulama (mavi) */
body.action-info .mw-body-content :target,
.citation:target {
    background-color: rgba(0, 127, 255, 0.133);
}

/* Alıntı stilleri */
.citation {
    word-wrap: break-word;
}

/* Referans listesi */
ol.references {
    font-size: 90%;
    margin-bottom: 0.5em;
    list-style-type: inherit;
}

/* Parsoid Cite desteği */
span[rel="mw:referencedBy"]::before {
    font-weight: bold;
    content: "^ ";
}

span[rel="mw:referencedBy"] {
    counter-reset: mw-ref-linkback 0;
}

span[rel="mw:referencedBy"] > a::before {
    font-weight: bold;
    font-style: italic;
    content: counter(mw-ref-linkback, lower-alpha);
}

a[rel="mw:referencedBy"]::before {
    font-weight: bold;
    content: "^";
}

/* ============================================================================
   5. YATAY LİSTELER (HLIST)
   ============================================================================ */

.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}

.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
}

.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl,
.hlist dl ol,
.hlist dl ul,
.hlist ol dl,
.hlist ol ol,
.hlist ol ul,
.hlist ul dl,
.hlist ul ol,
.hlist ul ul {
    display: inline;
}

.hlist .mw-empty-li {
    display: none;
}

/* Ayırıcılar */
.hlist dt:after {
    content: ": ";
}

.hlist dd:after,
.hlist li:after {
    content: " · ";
    font-weight: bold;
}

.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}

/* Parantezler */
.hlist dd dd:first-child:before,
.hlist dd dt:first-child:before,
.hlist dd li:first-child:before,
.hlist dt dd:first-child:before,
.hlist dt dt:first-child:before,
.hlist dt li:first-child:before,
.hlist li dd:first-child:before,
.hlist li dt:first-child:before,
.hlist li li:first-child:before {
    content: " (";
    font-weight: normal;
}

.hlist dd dd:last-child:after,
.hlist dd dt:last-child:after,
.hlist dd li:last-child:after,
.hlist dt dd:last-child:after,
.hlist dt dt:last-child:after,
.hlist dt li:last-child:after,
.hlist li dd:last-child:after,
.hlist li dt:last-child:after,
.hlist li li:last-child:after {
    content: ")";
    font-weight: normal;
}

/* Sıralı listeler */
.hlist ol {
    counter-reset: listitem;
}

.hlist ol > li {
    counter-increment: listitem;
}

.hlist ol > li:before {
    content: " " counter(listitem) "\a0";
}

.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
    content: " (" counter(listitem) "\a0";
}

/* ============================================================================
   6. DÜZ LİSTELER (PLAINLIST)
   ============================================================================ */

.plainlist ol,
.plainlist ul {
    line-height: inherit;
    list-style: none;
    margin: 0;
}

.plainlist ol li,
.plainlist ul li {
    margin-bottom: 0;
}

/* ============================================================================
   7. NAVİGASYON KUTULARI (NAVBOX)
   ============================================================================ */

.navbox {
    box-sizing: border-box;
    border: 1px solid #a2a9b1;
    width: 100%;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
    margin: 1em auto 0;
}

.navbox .navbox {
    margin-top: 0;
}

.navbox + .navbox {
    margin-top: -1px;
}

.navbox-inner,
.navbox-subgroup {
    width: 100%;
}

.navbox-group,
.navbox-title,
.navbox-abovebelow {
    padding: 0.25em 1em;
    line-height: 1.5em;
    text-align: center;
}

th.navbox-group {
    white-space: nowrap;
    text-align: right;
}

.navbox,
.navbox-subgroup {
    background-color: #fdfdfd;
}

.navbox-list {
    line-height: 1.5em;
    border-color: #fdfdfd;
}

tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {
    border-top: 2px solid #fdfdfd;
}

/* Navbox renkleri */
.navbox th,
.navbox-title {
    background-color: #ccccff;
}

.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
    background-color: #ddddff;
}

.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background-color: #e6e6ff;
}

.navbox-even {
    background-color: #f7f7f7;
}

.navbox-odd {
    background-color: transparent;
}

.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
    padding: 0.125em 0;
}

/* ============================================================================
   8. DARALTMA DÜĞMELERİ
   ============================================================================ */

.mw-parser-output .mw-collapsible-toggle {
    font-weight: normal;
    text-align: right;
    padding-right: 0.2em;
    padding-left: 0.2em;
}

.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
    float: left;
    text-align: left;
}

/* ============================================================================
   9. BİLGİ KUTULARI (INFOBOX)
   ============================================================================ */

.infobox {
    border: 1px solid #a2a9b1;
    border-spacing: 3px;
    background-color: #f8f9fa;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    font-size: 88%;
    line-height: 1.5em;
    width: 22em;
}

.infobox-subbox {
    padding: 0;
    border: none;
    margin: -3px;
    width: auto;
    min-width: 100%;
    font-size: 100%;
    clear: none;
    float: none;
    background-color: transparent;
}

.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
.infobox th,
.infobox td {
    vertical-align: top;
}

.infobox-label,
.infobox-data,
.infobox th,
.infobox td {
    text-align: left;
}

.infobox .infobox-above,
.infobox .infobox-title,
.infobox caption {
    font-size: 125%;
    font-weight: bold;
    text-align: center;
}

.infobox-title,
.infobox caption {
    padding: 0.2em;
}

.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
    text-align: center;
}

.infobox .infobox-navbar {
    text-align: right;
}

.infobox.bordered {
    border-collapse: collapse;
}

.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #a2a9b1;
}

.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}

.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}

.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #a2a9b1;
    border-right: 1px solid #a2a9b1;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #a2a9b1;
}

/* Coğrafya infobox'ları */
.infobox.geography {
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
}

.infobox.geography td,
.infobox.geography th {
    border-top: 1px solid #a2a9b1;
    padding: 0.4em 0.6em;
}

.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: 1px solid #a2a9b1;
    padding: 0.4em 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
    border-top: 0;
    border-bottom: 1px solid #a2a9b1;
    padding: 0 0.6em 0.4em 0.6em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
    border: 0;
    padding: 0;
}

/* ============================================================================
   10. WIKI TABLOLARI
   ============================================================================ */

.wikitable.plainrowheaders th[scope=row] {
    font-weight: normal;
    text-align: left;
}

.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
    text-align: left;
}

.toc.hlist ul,
#toc.hlist ul,
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
    text-align: inherit;
}

table.mw-hiero-table td {
    vertical-align: middle;
}

/* ============================================================================
   11. DOSYA İKONLARI
   ============================================================================ */

.mw-parser-output a[href$=".pdf"].external,
.mw-parser-output a[href*=".pdf?"].external,
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
    background: url("//upload.wikimedia.org/wikipedia/commons/6/6c/PDF_icon.svg") no-repeat right;
    padding-right: 18px;
}

/* ============================================================================
   12. MESAJ KUTULARI (MESSAGE BOXES)
   ============================================================================ */

/* Genel messagebox */
.messagebox {
    border: 1px solid #a2a9b1;
    background-color: var(--background-color-neutral-subtle, #f8f9fa);
    width: 80%;
    margin: 0 auto 1em auto;
    padding: 0.2em;
}

.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}

.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}

.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin: 4px auto;
}

.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}

.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}

.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background-color: #f8eaba;
}

/* Mbox hücre boyutları */
th.mbox-text,
td.mbox-text {
    border: none;
    padding: 0.25em 0.9em;
    width: 100%;
}

td.mbox-image {
    border: none;
    padding: 2px 0 2px 0.9em;
    text-align: center;
}

td.mbox-imageright {
    border: none;
    padding: 2px 0.9em 2px 0;
    text-align: center;
}

td.mbox-empty-cell {
    border: none;
    padding: 0;
    width: 1px;
}

/* Article message box (ambox) */
table.ambox {
    margin: 0 10%;
    border: 1px solid #a2a9b1;
    border-left: 10px solid #36c;
    background-color: #fbfbfb;
    box-sizing: border-box;
}

table.ambox + table.ambox {
    margin-top: -1px;
}

.ambox th.mbox-text,
.ambox td.mbox-text {
    padding: 0.25em 0.5em;
}

.ambox td.mbox-image {
    padding: 2px 0 2px 0.5em;
}

.ambox td.mbox-imageright {
    padding: 2px 0.5em 2px 0;
}

table.ambox-notice {
    border-left: 10px solid #36c;
}

table.ambox-speedy {
    border-left: 10px solid #b32424;
    background-color: #fee7e6;
}

table.ambox-delete {
    border-left: 10px solid #b32424;
}

table.ambox-content {
    border-left: 10px solid #f28500;
}

table.ambox-style {
    border-left: 10px solid #fc3;
}

table.ambox-move {
    border-left: 10px solid #9932cc;
}

table.ambox-protection {
    border-left: 10px solid #a2a9b1;
}

/* Image message box (imbox) */
table.imbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 3px solid #36c;
    background-color: var(--background-color-interactive-subtle, #fbfbfb);
    box-sizing: border-box;
}

.imbox .mbox-text .imbox {
    margin: 0 -0.5em;
    display: block;
}

.mbox-inside .imbox {
    margin: 4px;
}

table.imbox-notice {
    border: 3px solid #36c;
}

table.imbox-speedy {
    border: 3px solid #b32424;
    background-color: #fee7e6;
}

table.imbox-delete {
    border: 3px solid #b32424;
}

table.imbox-content {
    border: 3px solid #f28500;
}

table.imbox-style {
    border: 3px solid #fc3;
}

table.imbox-move {
    border: 3px solid #9932cc;
}

table.imbox-protection {
    border: 3px solid #a2a9b1;
}

table.imbox-license {
    border: 3px solid #88a;
    background-color: var(--background-color-interactive-subtle, #f7f8ff);
}

table.imbox-featured {
    border: 3px solid #cba135;
}

/* Category message box (cmbox) */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #a2a9b1;
    background-color: var(--background-color-progressive-subtle--hover, #dfe8ff);
    box-sizing: border-box;
}

table.cmbox-notice {
    background-color: var(--background-color-progressive-subtle--hover, #dfe8ff);
}

table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b32424;
    background-color: var(--background-color-error-subtle--hover, #ffdbdb);
}

table.cmbox-delete {
    background-color: var(--background-color-error-subtle--hover, #ffdbdb);
}

table.cmbox-content {
    background-color: #ffe7ce;
}

table.cmbox-style {
    background-color: #fff9db;
}

table.cmbox-move {
    background-color: #e4d8ff;
}

table.cmbox-protection {
    background-color: #efefe1;
}

/* Other pages message box (ombox) */
table.ombox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #a2a9b1;
    background-color: var(--background-color-neutral-subtle, #f8f9fa);
    box-sizing: border-box;
}

table.ombox-notice {
    border: 1px solid #a2a9b1;
}

table.ombox-speedy {
    border: 2px solid #b32424;
    background-color: #fee7e6;
}

table.ombox-delete {
    border: 2px solid #b32424;
}

table.ombox-content {
    border: 1px solid #f28500;
}

table.ombox-style {
    border: 1px solid #fc3;
}

table.ombox-move {
    border: 1px solid #9932cc;
}

table.ombox-protection {
    border: 2px solid #a2a9b1;
}

/* Talk page message box (tmbox) */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    min-width: 80%;
    box-sizing: border-box;
}

.tmbox.mbox-small {
    min-width: 0;
}

.mediawiki .mbox-inside .tmbox {
    margin: 2px 0;
    width: 100%;
}

.mbox-inside .tmbox.mbox-small {
    line-height: 1.5em;
    font-size: 100%;
}

table.tmbox-speedy {
    border: 2px solid #b32424;
    background-color: #fee7e6;
}

table.tmbox-delete {
    border: 2px solid #b32424;
}

table.tmbox-content {
    border: 2px solid #f28500;
}

table.tmbox-style {
    border: 2px solid #fc3;
}

table.tmbox-move {
    border: 2px solid #9932cc;
}

table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;
}

/* Footer message box (fmbox) */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #a2a9b1;
    background-color: var(--background-color-neutral-subtle, #f8f9fa);
    box-sizing: border-box;
}

table.fmbox-system {
    background-color: var(--background-color-neutral-subtle, #f8f9fa);
}

table.fmbox-warning {
    border: 1px solid #bb7070;
    background-color: var(--background-color-destructive-subtle--hover, #ffdbdb);
}

table.fmbox-editnotice {
    background-color: transparent;
}

.mw-warning-with-logexcerpt,
.mw-lag-warn-high,
.mw-cascadeprotectedwarning,
div.titleblacklist-warning,
.locked-warning,
#mw-protect-cascadeon {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background-color: var(--background-color-error-subtle, #ffdbdb);
    padding: 0.25em 0.9em;
    box-sizing: border-box;
}

/* Küçük mbox stilleri */
html body.mediawiki .mbox-small {
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    box-sizing: border-box;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}

html body.mediawiki .mbox-small-left {
    margin: 4px 1em 4px 0;
    box-sizing: border-box;
    overflow: hidden;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}

/* Kompakt ambox */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
    display: none;
}

.compact-ambox table.ambox {
    border: none;
    border-collapse: collapse;
    background-color: transparent;
    margin: 0 0 0 1.6em !important;
    padding: 0 !important;
    width: auto;
    display: block;
}

body.mediawiki .compact-ambox table.mbox-small-left {
    font-size: 100%;
    width: auto;
    margin: 0;
}

.compact-ambox table .mbox-text {
    padding: 0 !important;
    margin: 0 !important;
}

.compact-ambox table .mbox-text-span {
    display: list-item;
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
}

.compact-ambox .hide-when-compact {
    display: none;
}

/* ============================================================================
   13. LINK STİLLERİ
   ============================================================================ */

.nounderlines a,
.IPA a:link,
.IPA a:visited {
    text-decoration: none !important;
}

/* ============================================================================
   14. NAVFRAME (ESKİ DARALTMA SİSTEMİ)
   ============================================================================ */

div.NavFrame {
    padding: 4px;
    border: 1px solid #a2a9b1;
    text-align: center;
    font-size: 95%;
}

div.NavFrame + div.NavFrame {
    border-top-style: hidden;
}

div.NavFrame div.NavHead {
    line-height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}

div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}

a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}

/* ============================================================================
   15. HATNOTE VE DİĞER BİLDİRİMLER
   ============================================================================ */

.hatnote {
    font-style: italic;
}

.hatnote i {
    font-style: normal;
}

div.hatnote {
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}

div.hatnote + div.hatnote {
    margin-top: -0.5em;
}

/* ============================================================================
   16. METIN SARMA
   ============================================================================ */

.nowrap,
.nowraplinks a {
    white-space: nowrap;
}

.wrap,
.wraplinks a {
    white-space: normal;
}

/* ============================================================================
   17. DOSYA YÜKLEME VE MİNYATÜRLER
   ============================================================================ */

#wpUploadDescription {
    height: 13em;
}

figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'],
.thumbinner {
    min-width: 100px;
}

#mw-subcategories,
#mw-pages,
#mw-category-media,
#filehistory,
#wikiPreview,
#wikiDiff {
    clear: both;
}

/* ============================================================================
   18. WİKİPROJE BANNER STİLLERİ
   ============================================================================ */

.wpb .wpb-header {
    display: none;
}

.wpbs-inner .wpb .wpb-header {
    display: table-row;
}

.wpbs-inner .wpb-outside {
    display: none;
}

/* ============================================================================
   19. ETİKET VE İZİNLER
   ============================================================================ */

.mw-tag-markers {
    font-style: italic;
    font-size: 90%;
}

.checkuser-show,
.sysop-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
    display: none;
}

.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
.ve-ui-mwNoticesPopupTool-item .mbox-image,
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
    display: none !important;
}

ul.permissions-errors > li {
    list-style: none;
}

ul.permissions-errors {
    margin: 0;
}

/* ============================================================================
   20. MATEMATİK FORMÜLLERI
   ============================================================================ */

span.texhtml {
    font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
    font-size: 118%;
    line-height: 1;
    white-space: nowrap;
    -moz-font-feature-settings: "lnum", "tnum", "kern" 0;
    -webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
    font-feature-settings: "lnum", "tnum", "kern" 0;
    font-variant-numeric: lining-nums tabular-nums;
    font-kerning: none;
}

span.texhtml span.texhtml {
    font-size: 100%;
}

span.mwe-math-mathml-inline {
    font-size: 118%;
}

.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
    margin-left: 1.6em !important;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.mwe-math-mathml-display math {
    display: inline;
}

/* ============================================================================
   21. GALERİ STİLLERİ
   ============================================================================ */

.bordered-images img {
    border: solid #ddd 1px;
}

@media screen {
    .gallerybox .thumb img {
        background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
    }
    
    .ns-0 .gallerybox .thumb img,
    .ns-2 .gallerybox .thumb img,
    .ns-100 .gallerybox .thumb img,
    .nochecker .gallerybox .thumb img {
        background-image: none;
    }
    
    #siteSub {
        display: block;
    }
}

/* ============================================================================
   22. FLAGGEDREVS VE DİĞER GİZLEMELER
   ============================================================================ */

.flaggedrevs_draft_synced,
.flaggedrevs_stable_synced,
#t-upload {
    display: none;
}

/* ============================================================================
   23. DİSMİSSABLE SİTE NOTİCE
   ============================================================================ */

.mw-dismissable-notice-body {
    margin: 0 !important;
}

.mw-dismissable-notice-close {
    position: absolute !important;
    right: 10px !important;
    margin-top: 10px !important;
    z-index: 1;
}

/* ============================================================================
   24. TELEVİZYON PORTALI GÖRÜNÜMLERİ
   ============================================================================ */

.round_page {
    border-style: solid;
    border-width: 1px;
    border-right-width: 0;
    font-size: 15px;
    display: inline-block;
    padding: 10px;
}

.round_page:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.round_page:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right-width: 1px;
}

.two-column {
    width: 50%;
    display: table-cell;
}

.contin {
    display: none;
}

.mobile_margin {
    display: table;
}

@media screen and (max-width: 1000px) {
    .two-column {
        display: block;
        width: 100%;
    }
    
    .contin {
        display: block;
    }
    
    .mobile_margin {
        padding: 0 15px;
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .round_page {
        display: block;
        border-width: 1px;
        border-bottom-width: 0;
    }
    
    .round_page:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    
    .round_page:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-width: 1px;
    }
}

/* ============================================================================
   25. ROZET STİLLERİ
   ============================================================================ */

.fbadge {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAIAAAD0YtNRAAAABnRSTlMA/AD+APzoM1ogAAAAWklEQVR4AWP48+8PLkR7uUdzcMvtU8EhdykHKAciEXL3pvw5FQIURaBDJkARoDhY3zEXiCgCHbNBmAlUiyaBkENoxZSDWnOtBmoAQu7TnT+3WuDOA7KBIkAGAGwiNeqjusp/AAAAAElFTkSuQmCC);
}

.gbadge {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAIAAAD0YtNRAAAABnRSTlMAAAAAAABupgeRAAAAVklEQVR4AWIYSFBfX49TDtDWNBgAEMPAgZ+1B8jWtd0kp/u+z4AQImDh7SPnHCHkHtb7vmES5hFGCN3zQgh1deAegVW6YjlGa50NOgAAxpjWhjpMQuEBjxA1QR08A1oAAAAASUVORK5CYII=);
}

/* ============================================================================
   26. METACAIXA (ANA SAYFA KUTU SİSTEMİ)
   ============================================================================ */

/* Varsayılan Lila Tema */
.mcBoto {
    background-color: #d0b0ff;
    border: 0.15em solid #000000;
    border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff;
    border-radius: 0.5em 0.5em 0 0;
    -moz-border-radius: 0.5em 0.5em 0 0;
    cursor: pointer;
    display: inline;
    margin-right: 0.1em;
    padding: 0.2em 0.3em;
    position: relative;
}

.mcBoto a,
.mcBoto strong {
    background: none !important;
    color: #7050a0 !important;
    font-size: 90%;
    font-weight: bold;
    padding: 0 !important;
    text-decoration: none !important;
}

.mcBoto a:hover,
.mcBoto strong:hover {
    color: black !important;
    text-decoration: underline !important;
}

.mcBotoSel {
    background-color: #9070c0;
    border: 0.15em solid #000000;
    border-color: #b090e0 #7050a0 #9070c0 #b090e0;
    border-radius: 0.5em 0.5em 0 0;
    -moz-border-radius: 0.5em 0.5em 0 0;
    cursor: default;
    display: inline;
    margin-right: 0.1em;
    padding: 0.2em 0.3em;
    position: relative;
    color: white;
}

.mcBotoSel a {
    background: none !important;
    color: white !important;
    cursor: default;
    font-size: 90%;
    font-weight: bold;
    padding: 0 !important;
    text-decoration: none !important;
}

.mcContingut {
    background-color: #f8f8ff;
    border: 0.2em solid #9070c0;
    border-color: #9070c0 #7050a0 #7050a0 #9070c0;
    border-radius: 0 0.5em 0.5em 0;
    -moz-border-radius: 0 0.5em 0.5em 0;
    padding: 1em;
    position: static;
}

.mcPestanya {
    background-color: #f8f8ff;
    border-color: #7050a0 #b090e0 #b090e0 #7050a0;
    width: 100%;
}

/* Yeşil Tema */
.mcVerd .mcBoto {
    background-color: #a5e085;
    border-color: #c0f090 #90d060 #75c045 #c0f090;
}

.mcVerd .mcBoto a,
.mcVerd .mcBoto strong {
    color: #60b030 !important;
}

.mcVerd .mcBoto a:hover,
.mcVerd .mcBoto strong:hover {
    color: black !important;
}

.mcVerd .mcBotoSel {
    background-color: #75c045;
    border-color: #90d060 #60b030 #75c045 #90d060;
}

.mcVerd .mcContingut {
    background-color: #f5fffa;
    border-color: #75c045 #60b030 #60b030 #75c045;
}

.mcVerd .mcPestanya {
    background-color: #f5fffa;
    border-color: #60b030 #90d060 #90d060 #60b030;
}

/* Kırmızı Tema */
.mcVermell .mcBoto {
    background-color: #FFAAAA;
    border-color: #FFCCCC #FF8888 #FF0000 #FFCCCC;
}

.mcVermell .mcBoto a,
.mcVermell .mcBoto strong {
    color: #CC0000 !important;
}

.mcVermell .mcBoto a:hover,
.mcVermell .mcBoto strong:hover {
    color: black !important;
}

.mcVermell .mcBotoSel {
    background-color: #FF0000;
    border-color: #FF8888 #CC0000 #FF0000 #FF8888;
}

.mcVermell .mcContingut {
    background-color: #fffafa;
    border-color: #FF0000 #CC0000 #CC0000 #FF0000;
}

.mcVermell .mcPestanya {
    background-color: #fffafa;
    border-color: #CC0000 #FF0000 #FF0000 #CC0000;
}

/* Mavi Tema */
.mcBlau .mcBoto {
    background-color: #a7c1e6;
    border-color: #c8d6e9 #88abde #5b8dd6 #c8d6e9;
}

.mcBlau .mcBoto a,
.mcBlau .mcBoto strong {
    color: #3379de !important;
}

.mcBlau .mcBoto a:hover,
.mcBlau .mcBoto strong:hover {
    color: black !important;
}

.mcBlau .mcBotoSel {
    background-color: #5b8dd6;
    border-color: #88abde #3379de #5b8dd6 #88abde;
}

.mcBlau .mcContingut {
    background-color: #f0f8ff;
    border-color: #5b8dd6 #3379de #3379de #5b8dd6;
}

.mcBlau .mcPestanya {
    background-color: #f0f8ff;
    border-color: #3379de #88abde #88abde #3379de;
}

/* Sarı Tema */
.mcGroc .mcBoto {
    background-color: #fff1a4;
    border-color: #fef4bc #ffe977 #ffe147 #fef4bc;
}

.mcGroc .mcBoto a,
.mcGroc .mcBoto strong {
    color: #ffd813 !important;
}

.mcGroc .mcBoto a:hover,
.mcGroc .mcBoto strong:hover {
    color: black !important;
}

.mcGroc .mcBotoSel {
    background-color: #ffe147;
    border-color: #ffe977 #ffd813 #ffe147 #ffe977;
}

.mcGroc .mcContingut {
    background-color: #fffce8;
    border-color: #ffe147 #ffd813 #ffd813 #ffe147;
}

.mcGroc .mcPestanya {
    background-color: #fffce8;
    border-color: #ffd813 #88abde #88abde #ffd813;
}

/* Turuncu Tema */
.mcTaronja .mcBoto {
    background-color: #ffbd7f;
    border-color: #ffd0a4 #ffac5d #ff9d42 #ffd0a4;
}

.mcTaronja .mcBoto a,
.mcTaronja .mcBoto strong {
    color: #ff820e !important;
}

.mcTaronja .mcBoto a:hover,
.mcTaronja .mcBoto strong:hover {
    color: black !important;
}

.mcTaronja .mcBotoSel {
    background-color: #ff9d42;
    border-color: #ffac5d #ff820e #ff9d42 #ffac5d;
}

.mcTaronja .mcContingut {
    background-color: #ffeedd;
    border-color: #ff9d42 #ff820e #ff820e #ff9d42;
}

.mcTaronja .mcPestanya {
    background-color: #ffeedd;
    border-color: #ff820e #ffac5d #ffac5d #ff820e;
}

/* ============================================================================
   27. LOGO DÜZENLEMELERİ
   ============================================================================ */

.globegris {
    background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png");
}

#p-logo {
    position: relative !important;
    width: 100% !important;
    height: 120px !important;
    background: none !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding-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: 150px !important;
    height: 150px !important;
    background-color: rgba(255, 255, 255, 0.05);
}

/* ============================================================================
   28. KULLANICI ENGEL MESAJLARI
   ===========================================================

/* ============================================================================
   28. KULLANICI ENGEL MESAJLARI
   ============================================================================ */

.user-block {
    padding: 5px;
    margin-bottom: 0.5em;
    border: 1px solid #a9a9a9;
    background-color: #ffefd5;
}

/* ============================================================================
   29. SİLLAD ŞABLONLARI (SİLME TARTIŞMASI KAPANIŞ KUTULARI)
   ============================================================================ */

.xfd-closed-delete {
    padding: 15px 20px 15px 20px;
    border-top: 5px solid red;
    border-left: 1px solid red;
    border-right: 1px solid red;
    border-bottom: 1px solid #c8ccd1;
    background: white url(https://upload.wikimedia.org/wikipedia/commons/f/f6/OOjs_UI_icon_alert-destructive.svg) no-repeat 98% 50%;
    background-size: 32px;
    margin-top: 25px;
}

.xfd-closed-speed-delete {
    padding: 15px 20px 15px 20px;
    border-top: 5px solid red;
    border-left: 1px solid red;
    border-right: 1px solid red;
    border-bottom: 1px solid #c8ccd1;
    background: white url(https://upload.wikimedia.org/wikipedia/commons/f/f6/OOjs_UI_icon_alert-destructive.svg) no-repeat 98% 50%;
    background-size: 32px;
    margin-top: 25px;
}

.xfd-closed-keep {
    padding: 15px 20px 15px 20px;
    border-top: 5px solid #04b189;
    border-left: 1px solid #04af89;
    border-right: 1px solid #04af89;
    background: white url(https://upload.wikimedia.org/wikipedia/commons/a/a9/OOjs_UI_icon_alert-constructive.svg) no-repeat 98% 50%;
    background-size: 32px;
    margin-top: 25px;
}

.xfd-closed-speed-keep {
    padding: 15px 20px 15px 20px;
    border-top: 5px solid #3366cb;
    border-left: 1px solid #3366cb;
    border-right: 1px solid #3366cb;
    background: white url(https://upload.wikimedia.org/wikipedia/commons/c/c9/OOjs_UI_icon_alert-progressive.svg) no-repeat 98% 50%;
    background-size: 32px;
    margin-top: 25px;
}

.xfd-closed-no-consensus {
    padding: 15px 20px 15px 20px;
    border-top: 5px solid #fc3;
    border-left: 1px solid #fc3;
    border-right: 1px solid #fc3;
    background: white url(https://upload.wikimedia.org/wikipedia/commons/9/99/OOjs_UI_icon_alert-yellow.svg) no-repeat 98% 50%;
    background-size: 32px;
    margin-top: 25px;
}

.xfd-closed-redirect {
    padding: 15px 20px 15px 20px;
    border-top: 5px solid #ca82ca;
    border-left: 1px solid #ca82ca;
    border-right: 1px solid #ca82ca;
    background: #ca82ca url(https://upload.wikimedia.org/wikipedia/commons/d/d4/OOjs_UI_icon_alert-invert.svg) no-repeat 98% 50%;
    background-size: 32px;
    margin-top: 25px;
    color: white;
}

.xfd-closed-merge {
    padding: 15px 20px 15px 20px;
    border-top: 5px solid #ca82ca;
    border-left: 1px solid #ca82ca;
    border-right: 1px solid #ca82ca;
    background: #ca82ca url(https://upload.wikimedia.org/wikipedia/commons/d/d4/OOjs_UI_icon_alert-invert.svg) no-repeat 98% 50%;
    background-size: 32px;
    margin-top: 25px;
    color: white;
}

.xfd-closed-special {
    padding: 15px 20px 15px 20px;
    border-top: 5px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background: white url(https://upload.wikimedia.org/wikipedia/commons/8/80/OOjs_UI_icon_alert.svg) no-repeat 98% 50%;
    background-size: 32px;
    margin-top: 25px;
}

.xfd-closed-bottom-warn {
    background: url(https://upload.wikimedia.org/wikipedia/commons/c/ca/OOjs_UI_icon_info.svg) no-repeat left center;
    background-size: 25px;
    margin-top: 10px;
    padding-left: 30px;
    font-size: 12px;
    display: grid;
}

.xfd-closed-not-deleted {
    padding: 18px;
    background: #de3333;
    color: white !important;
}

.xfd-closed-not-deleted a {
    color: #de3333 !important;
    background-color: #ffffff;
    border: solid #ffffff;
    padding: 8px;
    width: 70px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    float: right;
    margin-top: -5px;
    background-image: none !important;
    text-decoration: none;
}

.xfd-closed-not-deleted a:hover {
    color: #ffffff !important;
    background-color: #f55e5e;
    border-color: #f55e5e;
}

/* ============================================================================
   30. ADİUTOR (YARDIMCI ARAÇ) STİLLERİ
   ============================================================================ */

/* Genel stiller */
.ADT-WT-H {
    padding: 15px 20px 15px 20px;
    background: white;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 32px;
}

.ADT-WT-B {
    padding: 18px;
}

.ADT-WT-F {
    padding: 18px 18px 10px 18px;
    border-top: none;
    margin-top: -10px;
    text-align: right;
}

/* Başlık stilleri */
.ADT-H-L1 {
    border-top: 5px solid #3067cd;
    border-left: 1px solid #3067cd;
    border-right: 1px solid #3067cd;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/37/Eo_circle_blue_info.svg);
}

.ADT-H-L2 {
    border-top: 5px solid #ff5d01;
    border-left: 1px solid #ff5d01;
    border-right: 1px solid #ff5d01;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/4c/OOjs_UI_icon_notice-warning.svg);
}

.ADT-H-L3 {
    border-top: 5px solid #dd312f;
    border-left: 1px solid #dd312f;
    border-right: 1px solid #dd312f;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/bf/OOjs_UI_icon_notice-destructive.svg);
}

/* Gövde içerik stilleri */
.ADT-B-L1 {
    border: 1px solid #3067cd;
    border-bottom: none;
}

.ADT-B-L2 {
    border: 1px solid #ff5d01;
    border-bottom: none;
}

.ADT-B-L3 {
    border: 1px solid #dd312f;
    border-bottom: none;
}

/* Alt bilgi stilleri */
.ADT-F-L1 {
    border: 1px solid #3067cd;
}

.ADT-F-L2 {
    border: 1px solid #ff5d01;
}

.ADT-F-L3 {
    border: 1px solid #dd312f;
}

/* ============================================================================
   31. ARKA PLAN RENKLERİ (HINTERGRUNDFARBE)
   ============================================================================ */

table > * > tr.hintergrundfarbe1 > th,
table > * > tr > th.hintergrundfarbe1,
table.hintergrundfarbe1,
.hintergrundfarbe1 {
    background-color: #f8f9fa;
}

table > * > tr.hintergrundfarbe2 > th,
table > * > tr > th.hintergrundfarbe2,
table.hintergrundfarbe2,
.hintergrundfarbe2 {
    background-color: #fff;
}

table > * > tr.hintergrundfarbe3 > th,
table > * > tr > th.hintergrundfarbe3,
table.hintergrundfarbe3,
.hintergrundfarbe3 {
    background-color: #ffff40;
}

table > * > tr.hintergrundfarbe4 > th,
table > * > tr > th.hintergrundfarbe4,
table.hintergrundfarbe4,
.hintergrundfarbe4 {
    background-color: #fa0;
}

table > * > tr.hintergrundfarbe5 > th,
table > * > tr > th.hintergrundfarbe5,
table.hintergrundfarbe5,
.hintergrundfarbe5 {
    background-color: #eaecf0;
}

table > * > tr.hintergrundfarbe6 > th,
table > * > tr > th.hintergrundfarbe6,
table.hintergrundfarbe6,
.hintergrundfarbe6 {
    background-color: var(--background-color-neutral);
}

table > * > tr.hintergrundfarbe7 > th,
table > * > tr > th.hintergrundfarbe7,
table.hintergrundfarbe7,
.hintergrundfarbe7 {
    background-color: #ffcbcb;
}

table > * > tr.hintergrundfarbe8 > th,
table > * > tr > th.hintergrundfarbe8,
table.hintergrundfarbe8,
.hintergrundfarbe8 {
    background-color: #ffebad;
}

table > * > tr.hintergrundfarbe9 > th,
table > * > tr > th.hintergrundfarbe9,
table.hintergrundfarbe9,
.hintergrundfarbe9 {
    background-color: #b9ffc5;
}

/* Zebra desenli tablolar */
.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
    background: white;
}

/* ============================================================================
   32. HUKUK KUTULARI VE ÖZEL STİLLER
   ============================================================================ */

/* Kanun kutusu */
.lawbox {
    float: right;
    margin: 0 0 1em 1em;
    border: 1px solid #bcc6d6;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    width: auto;
    max-width: 340px;
}

.lawbox caption {
    background: linear-gradient(180deg, #e8f0ff, #d7e2fa);
    color: #1f376d;
    font-weight: 700;
    text-align: center;
    padding: 8px;
    border-bottom: 2px solid #b5c1d7;
    font-size: 1em;
}

.lawbox th,
.lawbox td {
    border-bottom: 1px solid #d8e0ee;
    padding: 6px 8px;
}

.lawbox th {
    width: 38%;
    background: #f2f6fc;
    color: #1c1c1c;
    border-right: 1px solid #d8e0ee;
    font-weight: 600;
}

.lawbox td {
    color: #222;
}

/* Kavram kutusu */
.lawbox.kavram {
    float: left;
    clear: right;
    max-width: 280px;
}

.lawbox.kavram th {
    background: #f4f7ff;
}

.lawbox.kavram caption {
    background: linear-gradient(180deg, #f0f5ff, #dce7ff);
    color: #22335b;
    font-weight: 700;
    border-bottom: 1px solid #c8d6f2;
}

.lawbox:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease;
}

/* İçtihat kutusu */
.ictihatbox {
    background: #f8f9fa;
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    padding: 10px;
    margin: 1em 0 1em 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: inline-block;
}

.ictihatbox .lawbox-header {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px 6px 0 0;
    font-weight: bold;
}

.ictihatbox .lawbox-body {
    padding: 6px 10px;
    line-height: 1.5;
}

.ictihat-listesi ul {
    list-style-type: disc;
    margin-left: 1.5em;
}

/* Kanun metni */
.kanun-metin {
    background: #fff;
    font-family: "DejaVu Serif", Georgia, "Times New Roman", serif;
    line-height: 1.7;
    color: #222;
}

.kanun-metin h2 {
    color: #1e3a8a;
    border-bottom: 2px solid #3b82f6;
    padding-bottom: 4px;
    margin-top: 1.3em;
    font-size: 1.2em;
}

.kanun-metin b {
    color: #111;
}

.kanun-metin dd {
    margin-left: 2em;
    text-indent: -1.2em;
}

.kanun-metin .iptal {
    background: #f3f4f6;
    border-left: 3px solid #9ca3af;
    padding: 4px 8px;
    font-style: italic;
    color: #555;
    margin: 0.4em 0;
    border-radius: 4px;
}

/* İçtihat kutusu (sağa yaslı kompakt) */
.lawbox-header {
    background-color: #2c3e50;
    color: white;
    padding: 8px 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #2c3e50;
    font-size: 110%;
}

.lawbox-body {
    padding: 10px;
    text-align: left;
}

.lawbox-body div {
    margin-bottom: 6px;
}

.lawbox-body div b {
    color: #333;
    display: inline-block;
}

.lawbox-body div:last-child {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e0e0e0;
    color: #555;
    font-style: italic;
    background-color: #fdfdfd;
}

/* Günün maddesi tasarımı */
.gmd-box {
    background-color: #f8f9fa;
    border: 1px solid #a2a9b1;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.gmd-header {
    background-color: #34495e;
    color: white;
    padding: 10px 15px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}

.gmd-body {
    padding: 15px;
    font-size: 1em;
    line-height: 1.5;
}

.gmd-body > div:first-child a {
    color: #2980b9;
    text-decoration: none;
}

.gmd-body > div:first-child a:hover {
    text-decoration: underline;
}

/* ============================================================================
   33. BİLDİRİM KUTULARI (WİKİ-BOX)
   ============================================================================ */

/* Genel kutu stili */
.wiki-box {
    padding: 15px 15px 15px 60px;
    margin: 10px 0;
    border-left-width: 8px;
    border-left-style: solid;
    border-radius: 4px;
    background-color: #f8f8f8;
    position: relative;
    font-size: 0.95em;
}

/* Bilgi kutusu (Mavi) */
.wiki-box-info {
    border-left-color: #31708f;
    background-color: #d9edf7;
    color: #31708f;
}

/* Uyarı kutusu (Sarı) */
.wiki-box-warning {
    border-left-color: #8a6d3b;
    background-color: #fcf8e3;
    color: #8a6d3b;
}

/* Dikkat/Hata kutusu (Kırmızı) */
.wiki-box-danger {
    border-left-color: #a94442;
    background-color: #f2dede;
    color: #a94442;
}

/* Başarı kutusu (Yeşil) */
.wiki-box-success {
    border-left-color: #3c763d;
    background-color: #dff0d8;
    color: #3c763d;
}

/* Tek satır kutu genel stili */
.inline-box {
    display: flex;
    align-items: center;
    padding: 3px;
    margin: auto;
    border: 1px solid transparent;
    border-radius: 1px;
    font-size: 0.9em;
    font-style: italic;
}

/* Bilgi kutusu (Mavi) */
.inline-box-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

/* Uyarı kutusu (Sarı) */
.inline-box-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

/* Dikkat/Hata kutusu (Kırmızı) */
.inline-box-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/* Başarı kutusu (Yeşil) */
.inline-box-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

/* İkon stili */
.inline-box .icon {
    margin-right: 3px;
    font-size: 1.2em;
}