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 7 değişikliği gösterilmiyor)
1. satır: 1. satır:
/* Reset italic styling set by user agent */
/* --- WikiKod: Kurumsal Hukuk Teması (v2 optimize) --- */
 
/* Vector 2022 ile tam uyumlu, sade ve kurumsal görünüm */
cite,
dfn {
    font-style: inherit;
}
 
 
/* Straight quote marks for <q> */
 
q {
    quotes: '"' '"' "'" "'";
}
 
 
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
 
blockquote {
    overflow: hidden;
    margin: 1em 0;
    padding: 0 40px;
}
 
 
/* Consistent size for <small>, <sub> and <sup> */
 
small {
    font-size: 85%;
}


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




/* Hide charinsert base for those not using the gadget */
/*Logo Son*/  
 
body {
#editpage-specialchars {
  background-color: #f8f9fa;
    display: none;
  color: #202122;
  font-family: 'Linux Libertine', Georgia, serif;  
}
}


a { color: #0645ad; }
a:visited { color: #0b0080; }
a:hover { text-decoration: underline; }


/* Highlight linked elements (such as clicked references) in blue */
.mw-body-content {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1.2rem 1.5rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}


body.action-info .mw-body-content :target,
/* Başlıklar */
.citation:target {
h1, h2 {
    background-color: rgba(0, 127, 255, 0.133);
  color: #2a4b8d;
  font-weight: 600;
  border-bottom: 2px solid #dbe4f3;
  padding-bottom: 0.2em;
  margin-top: 1.2em;
}
h3, h4 {
  color: #22335b;
  border-left: 4px solid #c2d0ec;
  padding-left: 6px;
  font-weight: 600;
}
}




/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
/* Hover efekti */
 
.infobox:hover {
.citation {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    word-wrap: break-word;
  transition: box-shadow 0.2s ease;
}
}
/* ==========================================================
  HUKUKİ KUTULAR
  ========================================================== */
/* === Kanun kutusu === */
/* Kanun kutusu */
.lawbox {
  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 */
}




/* Make the list of references smaller
* Keep in sync with Template:Refbegin/styles.css
* And Template:Reflist/styles.css
*/


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


/* T156351: Support for Parsoid's Cite implementation */
.lawbox th, .lawbox td {
span[rel="mw:referencedBy"]::before {
  border-bottom: 1px solid #d8e0ee;
    font-weight: bold;
  padding: 6px 8px;
    content: "^ ";
}
.lawbox th {
  width: 38%;
  background: #f2f6fc;
  color: #1c1c1c;
  border-right: 1px solid #d8e0ee;
  font-weight: 600;
}
}
span[rel="mw:referencedBy"] {
.lawbox td { color: #222; }
    counter-reset: mw-ref-linkback 0;
 
/* Kavram kutusu */
.lawbox.kavram {
  float: left;
  clear: right;
 
  max-width: 2280px;
}
}
span[rel="mw:referencedBy"] > a::before {
.lawbox.kavram th { background: #f4f7ff; }
    font-weight: bold;
.lawbox.kavram caption {
    font-style: italic;
  background: linear-gradient(180deg, #f0f5ff, #dce7ff);
    content: counter( mw-ref-linkback, lower-alpha );
  color: #22335b;
  font-weight: 700;
  border-bottom: 1px solid #c8d6f2;
}
}
a[rel="mw:referencedBy"]::before {
 
    font-weight: bold;
/* Hover */
    content: "^";
.lawbox:hover {
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: box-shadow 0.2s ease;
}
}


/* Style for horizontal lists (separator following item).
/* ==========================================================
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
  MAKALE DÜZENİ
  @revision 8 (2016-05-21)
  ========================================================== */
  @author [[User:Edokter]]
.mw-parser-output p {
*/
  text-align: justify;
  line-height: 1.65;
  margin: 0.6em 0;
}
.mw-parser-output ul {
  margin: 0.5em 0 0.5em 1.5em;
}
.mw-parser-output li { margin-bottom: 4px; }


.hlist dl,
blockquote {
.hlist ol,
  background: #f4f7fb;
.hlist ul {
  border-left: 4px solid #4c6ef5;
    margin: 0;
  padding: 8px 12px;
    padding: 0;
  margin: 1em 0;
  font-style: italic;
}
.references {
  border-top: 1px solid #dbe4f3;
  padding-top: 6px;
}
}


/* ==========================================================
  UYARI / BİLGİ KUTULARI
  ========================================================== */
.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;
}


/* Display list items inline */
.notice-box *,
.warning-box *,
.deprecated-box * {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}


.hlist dd,
.notice-box {
.hlist dt,
  border: 1px solid #cfd8ea;
.hlist li {
  background: #f1f5ff;
    margin: 0;
  color: #1e2a4a;
    /* don't trust the note that says margin doesn't work with inline
}
* removing margin: 0 makes dds have margins again */
.notice-box::before {
    display: inline;
  content: "ℹ️";
  color: #22335b;
}
}


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


/* Display nested lists inline */
.deprecated-box {
  border: 1px solid #e2b0b0;
  background: #fff0f0;
  color: #5a1f1f;
}
.deprecated-box::before {
  content: "⛔";
  color: #b52d2d;
}


.hlist.inline,
/* === Güncellik şeridi === */
.hlist.inline dl,
.outdated-banner {
.hlist.inline ol,
  background: linear-gradient(90deg, #ffe8a3, #fff4cf);
.hlist.inline ul,
  border: 1px solid #f3d08c;
.hlist dl dl,
  padding: 8px;
.hlist dl ol,
  border-radius: 4px;
.hlist dl ul,
  font-weight: 500;
.hlist ol dl,
  color: #664d00;
.hlist ol ol,
  text-align: center;
.hlist ol ul,
  margin: 1em 0;
.hlist ul dl,
}
.hlist ul ol,
 
.hlist ul ul {
/* Kod blokları */
    display: inline;
pre, code {
  background: #f1f3f5;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 6px 10px;
  display: block;
  font-family: "Consolas", monospace;
  font-size: 0.95em;
}
}


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


/* Hide empty list items */
.main-column {
  flex: 1;
  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);
}


.hlist .mw-empty-li {
.main-column h2 {
    display: none;
  color: #2a4b8d;
  border-bottom: 1px solid #dbe4f3;
  padding-bottom: 4px;
  margin-bottom: 10px;
  font-size: 1.1em;
}
}


.main-column ul { margin: 0; padding-left: 16px; }
.main-column li { margin: 5px 0; }


/* Generate interpuncts */
.footer-bar {
  text-align: center;
  margin-top: 40px;
  font-size: 0.9em;
  color: #555;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}


.hlist dt:after {
/* Üst Navigasyon */
    content: ": ";
.top-nav {
  background: linear-gradient(180deg, #30448a, #2a3b76);
  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;
  background: #f9fbff;
}


/**
* Note hlist style usage differs in Minerva and is defined in core as well!
* Please check Minerva desktop (and Minerva.css) when changing
* See https://phabricator.wikimedia.org/T213239
*/


.hlist dd:after,
.ictihatbox {
.hlist li:after {
background: #f8f9fa;
    content: " · ";
border: 1px solid #cbd5e0;
    font-weight: bold;
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 {
background: #fff;
/*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);*/
}
}


.hlist dd:last-child:after,
.kanun-metin h2 {
.hlist dt:last-child:after,
color: #1e3a8a;
.hlist li:last-child:after {
border-bottom: 2px solid #3b82f6;
    content: none;
padding-bottom: 4px;
margin-top: 1.3em;
font-size: 1.2em;
}
}


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


/* Add parentheses around nested lists */
.kanun-metin dd {
margin-left: 2em;
text-indent: -1.2em;
}


.hlist dd dd:first-child:before,
.kanun-metin .iptal {
.hlist dd dt:first-child:before,
background: #f3f4f6;
.hlist dd li:first-child:before,
border-left: 3px solid #9ca3af;
.hlist dt dd:first-child:before,
padding: 4px 8px;
.hlist dt dt:first-child:before,
font-style: italic;
.hlist dt li:first-child:before,
color: #555;
.hlist li dd:first-child:before,
margin: 0.4em 0;
.hlist li dt:first-child:before,
border-radius: 4px;
.hlist li li:first-child:before {
    content: " (";
    font-weight: normal;
}
}


.hlist dd dd:last-child:after,
 
.hlist dd dt:last-child:after,
/* === Ana sayfa portalı === */
.hlist dd li:last-child:after,
.main-portal {
.hlist dt dd:last-child:after,
  max-width: 960px;
.hlist dt dt:last-child:after,
  margin: 0 auto;
.hlist dt li:last-child:after,
  text-align: center;
.hlist li dd:last-child:after,
  font-family: "Segoe UI", "Inter", sans-serif;
.hlist li dt:last-child:after,
}
.hlist li li:last-child:after {
 
    content: ")";
.portal-header {
    font-weight: normal;
  margin-top: 30px;
}
}


.portal-header h1 {
  font-size: 2em;
  color: #1e3a8a;
  margin: 0.2em 0;
}


/* Put ordinals in front of ordered list items */
.portal-header .subtitle {
 
  color: #555;
.hlist ol {
  font-size: 1.1em;
    counter-reset: listitem;
}
}


.hlist ol>li {
.portal-logo {
    counter-increment: listitem;
  width: 140px;
  margin-bottom: 10px;
}
}


.hlist ol>li:before {
.portal-sections {
    content: " " counter(listitem) "\a0";
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
}


.hlist dd ol>li:first-child:before,
.portal-card {
.hlist dt ol>li:first-child:before,
  background: #ffffff;
.hlist li ol>li:first-child:before {
  border: 1px solid #e5e7eb;
    content: " (" counter(listitem) "\a0";
  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 {
/* Unbulleted lists */
  transform: translateY(-3px);
 
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
.plainlist ol,
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
}


.plainlist ol li,
.portal-card h2 {
.plainlist ul li {
  color: #1e3a8a;
    margin-bottom: 0;
}
 
.portal-link {
  display: inline-block;
  margin-top: 8px;
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}
.portal-link:hover {
  text-decoration: underline;
}
 
 
/*İhtisas kutusu*/
 
.ihtisas-box {
  border: 1px solid #cbd5e1;
  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 {
  font-size: 16px;
  color: #1e3a8a;
  margin-bottom: 6px;
}
 
.ihtisas-task {
  color: #111827;
  font-size: 15px;
  margin-bottom: 10px;
}
 
.ihtisas-details {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 14px;
  color: #111;
  line-height: 1.6;
}
 
.ihtisas-details ol {
  margin: 0;
  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;
 
}
 
/* Logo görselini ortala ve boyutlandır */
#p-logo a.mw-wiki-logo {
  display: inline-block !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 120px !important;
  height: 120px !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  background-color: rgba(255,255,255,0.05);
}
 
 
/* Logonun sol taraftaki boş alanda görünmesini engelle */
#mw-panel {
  padding-top: 0 !important;
}
}


369. satır: 642. satır:




/* Styling for JQuery makeCollapsible, matching that of collapseButton */


.mw-parser-output .mw-collapsible-toggle {
 
     font-weight: normal;
.mw-body-content sub,
    /* @noflip */
.mw-body-content sup {
    text-align: right;
     font-size: 80%;
    padding-right: 0.2em;
    padding-left: 0.2em;
}
}


.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
 
     /* @noflip */
/* Same spacing for indented and unindented paragraphs on talk pages */
    float: left;
 
     /* @noflip */
.ns-talk .mw-body-content dd {
    text-align: left;
     margin-top: 0.4em;
     margin-bottom: 0.4em;
}
}




/* Infobox template style */
/* Main page fixes */
 
#interwiki-completelist {
    font-weight: bold;
}
 


.infobox {
/* Reduce page jumps by hiding collapsed/dismissed content */
    border: 1px solid #a2a9b1;
 
    border-spacing: 3px;
.client-js .mw-special-Watchlist #watchlist-message,
    background-color: #f8f9fa;
.client-js .NavFrame.collapsed .NavContent,
    color: black;
.client-js .collapsible:not( .mw-made-collapsible).collapsed>tbody>tr:not(:first-child) {
    /* @noflip */
     display: none;
    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;
}
}




/* not strictly certain these styles are necessary
/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */
* just replicating the module faithfully
*/


.infobox-subbox {
.mw-rcfilters-enabled .mw-specialpage-summary {
    padding: 0;
     margin-top: 1em;
    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,


/* Remove element declaration when both a) infobox3cols is migrated and
/* Hide charinsert base for those not using the gadget */
* b) when every .infobox thing is using the standard module/templates  */
 
 
#editpage-specialchars {
.infobox th,
     display: none;
.infobox td {
     vertical-align: top;
}
}


.infobox-label,
.infobox-data,


/* Remove element declaration when both a) infobox3cols is migrated and
/* Highlight linked elements (such as clicked references) in blue */
* b) when every .infobox thing is using the standard module/templates  */


.infobox th,
body.action-info .mw-body-content :target,
.infobox td {
.citation:target {
     /* @noflip */
     background-color: rgba(0, 127, 255, 0.133);
    text-align: left;
}
}




/* remove .infobox when th, td above are removed */
/* Styling for citations. Breaks long urls, etc., rather than overflowing box */


.infobox .infobox-above,
.citation {
.infobox .infobox-title,
     word-wrap: break-word;
 
/* Remove element declaration when both a) infobox3cols is migrated and
* b) when every .infobox thing is using the standard module/templates  */
 
.infobox caption {
     font-size: 125%;
    font-weight: bold;
    text-align: center;
}
}


.infobox-title,


/* Remove element declaration when both a) infobox3cols is migrated and
/* Make the list of references smaller
  * b) when every .infobox thing is using the standard module/templates */
  * Keep in sync with Template:Refbegin/styles.css
* And Template:Reflist/styles.css
  */


.infobox caption {
ol.references {
     padding: 0.2em;
     font-size: 90%;
    margin-bottom: 0.5em;
}
}


 
/* T156351: Support for Parsoid's Cite implementation */
/* remove .infobox when th, td above are removed */
span[rel="mw:referencedBy"]::before {
 
    font-weight: bold;
.infobox .infobox-header,
    content: "^ ";
.infobox .infobox-subheader,
}
.infobox .infobox-image,
span[rel="mw:referencedBy"] {
.infobox .infobox-full-data,
    counter-reset: mw-ref-linkback 0;
.infobox .infobox-below {
}
     text-align: center;
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: "^";
}
}


/* Style for horizontal lists (separator following item).
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
  @revision 8 (2016-05-21)
  @author [[User:Edokter]]
*/


/* remove .infobox when th, td above are removed */
.hlist dl,
 
.hlist ol,
.infobox .infobox-navbar {
.hlist ul {
     /* @noflip */
     margin: 0;
     text-align: right;
     padding: 0;
}
}


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


/* Display list items inline */


/* TODO split definitions to appropriate class names when live from HTML element */
.hlist dd,
 
.hlist dt,
.infobox.bordered td,
.hlist li {
.infobox.bordered th {
     margin: 0;
     border: 1px solid #a2a9b1;
    /* don't trust the note that says margin doesn't work with inline
* removing margin: 0 makes dds have margins again */
    display: inline;
}
}




/* TODO split definitions to appropriate class names when live from HTML element */
/* Display nested lists inline */


.infobox.bordered .borderless td,
.hlist.inline,
.infobox.bordered .borderless th {
.hlist.inline dl,
     border: 0;
.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;
}
}


.infobox.sisterproject {
 
     width: 20em;
/* Hide empty list items */
    font-size: 90%;
 
.hlist .mw-empty-li {
     display: none;
}
}




/* styles for bordered infobox with merged rows */
/* Generate interpuncts */
 
.hlist dt:after {
    content: ": ";
}




/* TODO split definitions to appropriate class names when live from HTML element */
/**
* Note hlist style usage differs in Minerva and is defined in core as well!
* Please check Minerva desktop (and Minerva.css) when changing
* See https://phabricator.wikimedia.org/T213239
*/


.infobox.bordered .mergedtoprow td,
.hlist dd:after,
.infobox.bordered .mergedtoprow th {
.hlist li:after {
     border: 0;
     content: " · ";
     border-top: 1px solid #a2a9b1;
     font-weight: bold;
    /* @noflip */
    border-right: 1px solid #a2a9b1;
}
}


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


/* TODO split definitions to appropriate class names when live from HTML element */


.infobox.bordered .mergedrow td,
/* Add parentheses around nested lists */
.infobox.bordered .mergedrow th {
 
     border: 0;
.hlist dd dd:first-child:before,
     /* @noflip */
.hlist dd dt:first-child:before,
    border-right: 1px solid #a2a9b1;
.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;
}


/* Styles for geography infoboxes, eg countries,
  country subdivisions, cities, etc.            */


.infobox.geography {
/* Put ordinals in front of ordered list items */
    border-collapse: collapse;
 
    line-height: 1.2em;
.hlist ol {
     font-size: 90%;
     counter-reset: listitem;
}
}


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


/* TODO split definitions to appropriate class names when live from HTML element */
.hlist ol>li:before {
    content: " " counter(listitem) "\a0";
}


.infobox.geography td,
.hlist dd ol>li:first-child:before,
.infobox.geography th {
.hlist dt ol>li:first-child:before,
    border-top: 1px solid #a2a9b1;
.hlist li ol>li:first-child:before {
     padding: 0.4em 0.6em 0.4em 0.6em;
     content: " (" counter(listitem) "\a0";
}
}




/* TODO split definitions to appropriate class names when live from HTML element */
/* Unbulleted lists */


.infobox.geography .mergedtoprow td,
.plainlist ol,
.infobox.geography .mergedtoprow th {
.plainlist ul {
     border-top: 1px solid #a2a9b1;
     line-height: inherit;
     padding: 0.4em 0.6em 0.2em 0.6em;
    list-style: none none;
     margin: 0;
}
}


 
.plainlist ol li,
/* TODO split definitions to appropriate class names when live from HTML element */
.plainlist ul li {
 
     margin-bottom: 0;
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
     border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
}




/* TODO split definitions to appropriate class names when live from HTML element */
/* Default style for navigation boxes */


.infobox.geography .mergedbottomrow td,
.navbox {
.infobox.geography .mergedbottomrow th {
    /* Navbox container style */
     border-top: 0;
     box-sizing: border-box;
     border-bottom: 1px solid #a2a9b1;
     border: 1px solid #a2a9b1;
     padding: 0 0.6em 0.4em 0.6em;
    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 {
    margin-top: 0;
    /* No top margin for nested navboxes */
}


/* TODO split definitions to appropriate class names when live from HTML element */
.navbox+.navbox {
    margin-top: -1px;
    /* Single pixel border between adjacent navboxes */
}


.infobox.geography .maptable td,
.navbox-inner,
.infobox.geography .maptable th {
.navbox-subgroup {
     border: 0;
     width: 100%;
    padding: 0;
}
}


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


/* Normal font styling for wikitable row headers with scope="row" tag */
th.navbox-group {
 
    /* Group style */
.wikitable.plainrowheaders th[scope=row] {
     white-space: nowrap;
     font-weight: normal;
     /* @noflip */
     /* @noflip */
     text-align: left;
     text-align: right;
}
}


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


/* Lists in wikitable data cells are always left-aligned */
.navbox-list {
 
    line-height: 1.5em;
.wikitable td ul,
    border-color: #fdfdfd;
.wikitable td ol,
     /* Must match background color */
.wikitable td dl {
     /* @noflip */
    text-align: left;
}
}




/* ...unless they also use the hlist class */
/* cell spacing for navbox cells */


.toc.hlist ul,
tr+tr>.navbox-abovebelow,
#toc.hlist ul,
tr+tr>.navbox-group,
.wikitable.hlist td ul,
tr+tr>.navbox-image,
.wikitable.hlist td ol,
tr+tr>.navbox-list {
.wikitable.hlist td dl {
    /* Borders above 2nd, 3rd, etc. rows */
     text-align: inherit;
     border-top: 2px solid #fdfdfd;
    /* Must match background color */
}
}


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


/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
    background-color: #ddddff;
    /* Level 2 color */
}


table.mw-hiero-table td {
.navbox-subgroup .navbox-group,
     vertical-align: middle;
.navbox-subgroup .navbox-abovebelow {
     background-color: #e6e6ff;
    /* Level 3 color */
}
}


.navbox-even {
    background-color: #f7f7f7;
    /* Even row striping */
}


/* Change the external link icon to an Adobe icon for all PDF files */
.navbox-odd {
 
     background-color: transparent;
.mw-parser-output a[href$=".pdf"].external,
     /* Odd row striping */
.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;
     /* @noflip */
    padding-right: 18px;
}
}


.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;
    /* Adjust hlist padding in navboxes */
}


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


.messagebox.merge {
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}


.messagebox.cleanup {
.mw-parser-output .mw-collapsible-toggle {
     border: 1px solid #9f9fff;
     font-weight: normal;
     background-color: #efefff;
    /* @noflip */
     text-align: center;
    text-align: right;
     padding-right: 0.2em;
     padding-left: 0.2em;
}
}


.messagebox.standard-talk {
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
     border: 1px solid #c0c090;
     /* @noflip */
     background-color: #f8eaba;
    float: left;
     margin: 4px auto;
     /* @noflip */
     text-align: left;
}
}




/* For old WikiProject banners inside banner shells. */
/* Infobox template style */


.mbox-inside .standard-talk,
.infobox {
.messagebox.nested-talk {
     border: 1px solid #a2a9b1;
     border: 1px solid #c0c090;
    border-spacing: 3px;
     background-color: #f8eaba;
     background-color: #f8f9fa;
     width: 100%;
     color: black;
     margin: 2px 0;
    /* @noflip */
     padding: 2px;
     margin: 0.5em 0 0.5em 1em;
}
     padding: 0.2em;
 
.messagebox.small {
    width: 238px;
    font-size: 85%;
     /* @noflip */
     /* @noflip */
     float: right;
     float: right;
    clear: both;
     /* @noflip */
     /* @noflip */
     margin: 0 0 1em 1em;
     clear: right;
     line-height: 1.25em;
    font-size: 88%;
     line-height: 1.5em;
    width: 22em;
}
}


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


/* not strictly certain these styles are necessary
* just replicating the module faithfully
*/


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
.infobox-subbox {
 
     padding: 0;
th.mbox-text,
td.mbox-text {
     /* The message body cell(s) */
     border: none;
     border: none;
     /* @noflip */
     margin: -3px;
     padding: 0.25em 0.9em;
     width: auto;
     /* 0.9em left/right */
     min-width: 100%;
     width: 100%;
     font-size: 100%;
     /* Make all mboxes the same width regardless of text length */
     clear: none;
    float: none;
    background-color: transparent;
}
}


td.mbox-image {
.infobox-header,
    /* The left image cell */
.infobox-label,
    border: none;
.infobox-above,
    /* @noflip */
.infobox-full-data,
    padding: 2px 0 2px 0.9em;
.infobox-data,
    /* 0.9em left, 0px right */
.infobox-below,
    text-align: center;
.infobox-subheader,
}
.infobox-image,
.infobox-navbar,
 
/* Remove element declaration when both a) infobox3cols is migrated and
* b) when every .infobox thing is using the standard module/templates  */


td.mbox-imageright {
.infobox th,
    /* The right image cell */
.infobox td {
    border: none;
     vertical-align: top;
    /* @noflip */
    padding: 2px 0.9em 2px 0;
    /* 0px left, 0.9em right */
     text-align: center;
}
}


td.mbox-empty-cell {
.infobox-label,
    /* An empty narrow cell */
.infobox-data,
    border: none;
    padding: 0;
    width: 1px;
}


/* Remove element declaration when both a) infobox3cols is migrated and
* b) when every .infobox thing is using the standard module/templates  */


/* Article message box styles */
.infobox th,
 
.infobox td {
table.ambox {
    margin: 0 10%;
    /* 10% = Will not overlap with other elements */
    border: 1px solid #a2a9b1;
     /* @noflip */
     /* @noflip */
     border-left: 10px solid #36c;
     text-align: left;
    /* Default "notice" blue */
    background-color: #fbfbfb;
    box-sizing: border-box;
}
}


table.ambox+table.ambox {
    /* Single border between stacked boxes. */
    margin-top: -1px;
}


.ambox th.mbox-text,
/* remove .infobox when th, td above are removed */
.ambox td.mbox-text {
    /* The message body cell(s) */
    padding: 0.25em 0.5em;
    /* 0.5em left/right */
}


.ambox td.mbox-image {
.infobox .infobox-above,
    /* The left image cell */
.infobox .infobox-title,
     /* @noflip */
 
     padding: 2px 0 2px 0.5em;
/* Remove element declaration when both a) infobox3cols is migrated and
     /* 0.5em left, 0px right */
* b) when every .infobox thing is using the standard module/templates  */
 
.infobox caption {
     font-size: 125%;
     font-weight: bold;
     text-align: center;
}
}


.ambox td.mbox-imageright {
.infobox-title,
    /* The right image cell */
 
    /* @noflip */
/* Remove element declaration when both a) infobox3cols is migrated and
    padding: 2px 0.5em 2px 0;
* b) when every .infobox thing is using the standard module/templates  */
    /* 0px left, 0.5em right */
}


table.ambox-notice {
.infobox caption {
     /* @noflip */
     padding: 0.2em;
    border-left: 10px solid #36c;
    /* Blue */
}
}


table.ambox-speedy {
 
    /* @noflip */
/* remove .infobox when th, td above are removed */
    border-left: 10px solid #b32424;
 
    /* Red */
.infobox .infobox-header,
     background-color: #fee7e6;
.infobox .infobox-subheader,
    /* Pink */
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
     text-align: center;
}
}


table.ambox-delete {
 
/* remove .infobox when th, td above are removed */
 
.infobox .infobox-navbar {
     /* @noflip */
     /* @noflip */
     border-left: 10px solid #b32424;
     text-align: right;
    /* Red */
}
}


table.ambox-content {
.infobox.bordered {
    /* @noflip */
     border-collapse: collapse;
     border-left: 10px solid #f28500;
    /* Orange */
}
}


table.ambox-style {
    /* @noflip */
    border-left: 10px solid #fc3;
    /* Yellow */
}


table.ambox-move {
/* TODO split definitions to appropriate class names when live from HTML element */
    /* @noflip */
    border-left: 10px solid #9932cc;
    /* Purple */
}


table.ambox-protection {
.infobox.bordered td,
    /* @noflip */
.infobox.bordered th {
     border-left: 10px solid #a2a9b1;
     border: 1px solid #a2a9b1;
    /* Gray-gold */
}
}




/* Image message box styles */
/* TODO split definitions to appropriate class names when live from HTML element */


table.imbox {
.infobox.bordered .borderless td,
    margin: 4px 10%;
.infobox.bordered .borderless th {
    border-collapse: collapse;
     border: 0;
     border: 3px solid #36c;
    /* Default "notice" blue */
    background-color: var(--background-color-interactive-subtle, #fbfbfb);
    box-sizing: border-box;
}
}


.imbox .mbox-text .imbox {
.infobox.sisterproject {
     /* For imboxes inside imbox-text cells. */
     width: 20em;
    margin: 0 -0.5em;
     font-size: 90%;
     /* 0.9 - 0.5 = 0.4em left/right.        */
    display: block;
    /* Fix for webkit to force 100% width.  */
}
}


.mbox-inside .imbox {
    /* For imboxes inside other templates.  */
    margin: 4px;
}


table.imbox-notice {
/* styles for bordered infobox with merged rows */
    border: 3px solid #36c;
    /* Blue */
}


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


table.imbox-delete {
/* TODO split definitions to appropriate class names when live from HTML element */
    border: 3px solid #b32424;
    /* Red */
}


table.imbox-content {
.infobox.bordered .mergedtoprow td,
     border: 3px solid #f28500;
.infobox.bordered .mergedtoprow th {
     /* Orange */
     border: 0;
    border-top: 1px solid #a2a9b1;
     /* @noflip */
    border-right: 1px solid #a2a9b1;
}
}


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


table.imbox-move {
/* TODO split definitions to appropriate class names when live from HTML element */
     border: 3px solid #9932cc;
 
     /* Purple */
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
     border: 0;
     /* @noflip */
    border-right: 1px solid #a2a9b1;
}
}


table.imbox-protection {
    border: 3px solid #a2a9b1;
    /* Gray-gold */
}


table.imbox-license {
/* Styles for geography infoboxes, eg countries,
    border: 3px solid #88a;
  country subdivisions, cities, etc.            */
    /* Dark gray */
    background-color: var(--background-color-interactive-subtle, #f7f8ff);
    /* Light gray */
}


table.imbox-featured {
.infobox.geography {
     border: 3px solid #cba135;
     border-collapse: collapse;
     /* Brown-gold */
     line-height: 1.2em;
    font-size: 90%;
}
}




/* Category message box styles */
/* TODO split definitions to appropriate class names when live from HTML element */


table.cmbox {
.infobox.geography td,
    margin: 3px 10%;
.infobox.geography th {
     border-collapse: collapse;
     border-top: 1px solid #a2a9b1;
    border: 1px solid #a2a9b1;
     padding: 0.4em 0.6em 0.4em 0.6em;
     background-color: var(--background-color-progressive-subtle--hover, #dfe8ff);
    /* Default "notice" blue */
    box-sizing: border-box;
}
}


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


table.cmbox-speedy {
/* TODO split definitions to appropriate class names when live from HTML element */
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b32424;
    /* Red */
    background-color: var(--background-color-error-subtle--hover, #ffdbdb);
    /* Pink */
}


table.cmbox-delete {
.infobox.geography .mergedtoprow td,
     background-color: var(--background-color-error-subtle--hover, #ffdbdb);
.infobox.geography .mergedtoprow th {
     /* Pink */
     border-top: 1px solid #a2a9b1;
     padding: 0.4em 0.6em 0.2em 0.6em;
}
}


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


table.cmbox-style {
/* TODO split definitions to appropriate class names when live from HTML element */
     background-color: #fff9db;
 
     /* Yellow */
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
     border: 0;
     padding: 0 0.6em 0.2em 0.6em;
}
}


table.cmbox-move {
 
     background-color: #e4d8ff;
/* TODO split definitions to appropriate class names when live from HTML element */
     /* Purple */
 
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
    border-top: 0;
     border-bottom: 1px solid #a2a9b1;
     padding: 0 0.6em 0.4em 0.6em;
}
}


table.cmbox-protection {
 
     background-color: #efefe1;
/* TODO split definitions to appropriate class names when live from HTML element */
     /* Gray-gold */
 
.infobox.geography .maptable td,
.infobox.geography .maptable th {
     border: 0;
     padding: 0;
}
}




/* Other pages message box styles */
/* Normal font styling for wikitable row headers with scope="row" tag */


table.ombox {
.wikitable.plainrowheaders th[scope=row] {
     margin: 4px 10%;
     font-weight: normal;
    border-collapse: collapse;
     /* @noflip */
    border: 1px solid #a2a9b1;
     text-align: left;
     /* Default "notice" gray */
     background-color: var(--background-color-neutral-subtle, #f8f9fa);
    box-sizing: border-box;
}
}


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


table.ombox-speedy {
/* Lists in wikitable data cells are always left-aligned */
    border: 2px solid #b32424;
    /* Red */
    background-color: #fee7e6;
    /* Pink */
}


table.ombox-delete {
.wikitable td ul,
    border: 2px solid #b32424;
.wikitable td ol,
     /* Red */
.wikitable td dl {
     /* @noflip */
    text-align: left;
}
}


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


table.ombox-style {
/* ...unless they also use the hlist class */
     border: 1px solid #fc3;
 
    /* Yellow */
.toc.hlist ul,
#toc.hlist ul,
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
     text-align: inherit;
}
}


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


table.ombox-protection {
/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
     border: 2px solid #a2a9b1;
 
    /* Gray-gold */
table.mw-hiero-table td {
     vertical-align: middle;
}
}




/* Talk page message box styles */
/* Change the external link icon to an Adobe icon for all PDF files */


table.tmbox {
.mw-parser-output a[href$=".pdf"].external,
    margin: 4px 10%;
.mw-parser-output a[href*=".pdf?"].external,
    border-collapse: collapse;
.mw-parser-output a[href*=".pdf#"].external,
    border: 1px solid #c0c090;
.mw-parser-output a[href$=".PDF"].external,
    /* Default "notice" gray-brown */
.mw-parser-output a[href*=".PDF?"].external,
     background-color: #f8eaba;
.mw-parser-output a[href*=".PDF#"].external {
     min-width: 80%;
     background: url("//upload.wikimedia.org/wikipedia/commons/6/6c/PDF_icon.svg") no-repeat right;
     box-sizing: border-box;
     /* @noflip */
     padding-right: 18px;
}
}


.tmbox.mbox-small {
 
     min-width: 0;
/* Messagebox templates */
     /* reset the min-width of tmbox above        */
 
.messagebox {
     border: 1px solid #a2a9b1;
    background-color: var(--background-color-neutral-subtle, #f8f9fa);
    width: 80%;
    margin: 0 auto 1em auto;
     padding: .2em;
}
}


.mediawiki .mbox-inside .tmbox {
.messagebox.merge {
     /* For tmboxes inside other templates. The "mediawiki" class ensures that */
     border: 1px solid #c0b8cc;
     margin: 2px 0;
     background-color: #f0e5ff;
     /* this declaration overrides other styles (including mbox-small above)  */
     text-align: center;
    width: 100%;
    /* For Safari and Opera */
}
}


.mbox-inside .tmbox.mbox-small {
.messagebox.cleanup {
     /* "small" tmboxes should not be small when  */
     border: 1px solid #9f9fff;
     line-height: 1.5em;
     background-color: #efefff;
     /* also "nested", so reset styles that are  */
     text-align: center;
    font-size: 100%;
    /* set in "mbox-small" above.                */
}
}


table.tmbox-speedy {
.messagebox.standard-talk {
     border: 2px solid #b32424;
     border: 1px solid #c0c090;
    /* Red */
     background-color: #f8eaba;
     background-color: #fee7e6;
     margin: 4px auto;
     /* Pink */
}
}


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


table.tmbox-content {
/* For old WikiProject banners inside banner shells. */
     border: 2px solid #f28500;
 
     /* Orange */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
     border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
     padding: 2px;
}
}


table.tmbox-style {
.messagebox.small {
     border: 2px solid #fc3;
    width: 238px;
     /* Yellow */
    font-size: 85%;
    /* @noflip */
    float: right;
     clear: both;
     /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
}


table.tmbox-move {
.messagebox.small-talk {
     border: 2px solid #9932cc;
     width: 238px;
     /* Purple */
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
     /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background-color: #f8eaba;
}
}


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


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */


/* Footer and header message box styles */
th.mbox-text,
 
td.mbox-text {
table.fmbox {
    /* The message body cell(s) */
     clear: both;
     border: none;
     margin: 0.2em 0;
     /* @noflip */
    padding: 0.25em 0.9em;
    /* 0.9em left/right */
     width: 100%;
     width: 100%;
    border: 1px solid #a2a9b1;
     /* Make all mboxes the same width regardless of text length */
    background-color: var(--background-color-neutral-subtle, #f8f9fa);
     /* Default "system" gray */
    box-sizing: border-box;
}
}


table.fmbox-system {
td.mbox-image {
     background-color: var(--background-color-neutral-subtle, #f8f9fa);
     /* The left image cell */
    border: none;
    /* @noflip */
    padding: 2px 0 2px 0.9em;
    /* 0.9em left, 0px right */
    text-align: center;
}
}


table.fmbox-warning {
td.mbox-imageright {
     border: 1px solid #bb7070;
    /* The right image cell */
     /* Dark pink */
     border: none;
     background-color: var(--background-color-destructive-subtle--hover, #ffdbdb);
     /* @noflip */
     /* Pink */
     padding: 2px 0.9em 2px 0;
     /* 0px left, 0.9em right */
    text-align: center;
}
}


table.fmbox-editnotice {
td.mbox-empty-cell {
     background-color: transparent;
     /* An empty narrow cell */
    border: none;
    padding: 0;
    width: 1px;
}
}




/* Div based "warning" style fmbox messages. */
/* Article message box styles */


.mw-warning-with-logexcerpt,
table.ambox {
.mw-lag-warn-high,
     margin: 0 10%;
.mw-cascadeprotectedwarning,
     /* 10% = Will not overlap with other elements */
.div.titleblacklist-warning,
     border: 1px solid #a2a9b1;
.locked-warning,
     /* @noflip */
#mw-protect-cascadeon
    border-left: 10px solid #36c;
{
     /* Default "notice" blue */
     clear: both;
    background-color: #fbfbfb;
     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;
     box-sizing: border-box;
}
}


table.ambox+table.ambox {
    /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text {
    /* The message body cell(s) */
    padding: 0.25em 0.5em;
    /* 0.5em left/right */
}


/* These mbox-small classes must be placed after all other
.ambox td.mbox-image {
  ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
     /* The left image cell */
  they override "table.ambox + table.ambox" above. */
 
html body.mediawiki .mbox-small {
     /* For the "small=yes" option. */
     /* @noflip */
     /* @noflip */
     clear: right;
     padding: 2px 0 2px 0.5em;
     /* @noflip */
     /* 0.5em left, 0px right */
    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 {
.ambox td.mbox-imageright {
     /* For the "small=left" option. */
     /* The right image cell */
     /* @noflip */
     /* @noflip */
     margin: 4px 1em 4px 0;
     padding: 2px 0.5em 2px 0;
     box-sizing: border-box;
     /* 0px left, 0.5em right */
    overflow: hidden;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
}


table.ambox-notice {
    /* @noflip */
    border-left: 10px solid #36c;
    /* Blue */
}


/* Style for compact ambox */
table.ambox-speedy {
    /* @noflip */
    border-left: 10px solid #b32424;
    /* Red */
    background-color: #fee7e6;
    /* Pink */
}


table.ambox-delete {
    /* @noflip */
    border-left: 10px solid #b32424;
    /* Red */
}


/* Hide the images */
table.ambox-content {
    /* @noflip */
    border-left: 10px solid #f28500;
    /* Orange */
}


.compact-ambox table .mbox-image,
table.ambox-style {
.compact-ambox table .mbox-imageright,
    /* @noflip */
.compact-ambox table .mbox-empty-cell {
     border-left: 10px solid #fc3;
     display: none;
    /* Yellow */
}
}


 
table.ambox-move {
/* Remove borders, backgrounds, padding, etc. */
     /* @noflip */
 
     border-left: 10px solid #9932cc;
.compact-ambox table.ambox {
     /* Purple */
     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 {
table.ambox-protection {
     font-size: 100%;
     /* @noflip */
     width: auto;
     border-left: 10px solid #a2a9b1;
     margin: 0;
     /* Gray-gold */
}
}




/* Style the text cell as a list item and remove its padding */
/* Image message box styles */


.compact-ambox table .mbox-text {
table.imbox {
     padding: 0 !important;
    margin: 4px 10%;
     margin: 0 !important;
    border-collapse: collapse;
    border: 3px solid #36c;
    /* Default "notice" blue */
     background-color: var(--background-color-interactive-subtle, #fbfbfb);
     box-sizing: border-box;
}
}


.compact-ambox table .mbox-text-span {
.imbox .mbox-text .imbox {
     display: list-item;
     /* For imboxes inside imbox-text cells. */
     line-height: 1.5em;
     margin: 0 -0.5em;
     list-style-type: square;
     /* 0.9 - 0.5 = 0.4em left/right.        */
     list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
    display: block;
     /* Fix for webkit to force 100% width.  */
}
}


.mbox-inside .imbox {
    /* For imboxes inside other templates.  */
    margin: 4px;
}


/* Allow for hiding text in compact form */
table.imbox-notice {
 
     border: 3px solid #36c;
.compact-ambox .hide-when-compact {
    /* Blue */
     display: none;
}
}


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


/* Remove underlines from certain links */
table.imbox-delete {
 
     border: 3px solid #b32424;
.nounderlines a,
    /* Red */
.IPA a:link,
.IPA a:visited {
     text-decoration: none !important;
}
}


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


/* [[Wikipedia:NavFrame]].
table.imbox-style {
  Entirely deprecated. Slated for removal.
    border: 3px solid #fc3;
  Use mw-collapsible. */
    /* Yellow */
}


div.NavFrame {
table.imbox-move {
    padding: 4px;
     border: 3px solid #9932cc;
     border: 1px solid #a2a9b1;
     /* Purple */
     text-align: center;
    font-size: 95%;
}
}


div.NavFrame+div.NavFrame {
table.imbox-protection {
     border-top-style: none;
     border: 3px solid #a2a9b1;
     border-top-style: hidden;
     /* Gray-gold */
}
}


div.NavFrame div.NavHead {
table.imbox-license {
     line-height: 1.6em;
     border: 3px solid #88a;
     font-weight: bold;
     /* Dark gray */
     background-color: #ccf;
     background-color: var(--background-color-interactive-subtle, #f7f8ff);
     position: relative;
     /* Light gray */
}
}


div.NavFrame p,
table.imbox-featured {
div.NavFrame div.NavContent,
     border: 3px solid #cba135;
div.NavFrame div.NavContent p {
    /* Brown-gold */
     font-size: 100%;
}
}


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


/* Category message box styles */


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


.hatnote {
table.cmbox-notice {
     font-style: italic;
     background-color: var(--background-color-progressive-subtle--hover, #dfe8ff);
    /* Blue */
}
}


.hatnote i {
table.cmbox-speedy {
     font-style: normal;
     margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b32424;
    /* Red */
    background-color: var(--background-color-error-subtle--hover, #ffdbdb);
    /* Pink */
}
}


div.hatnote {
table.cmbox-delete {
     /* @noflip */
     background-color: var(--background-color-error-subtle--hover, #ffdbdb);
    padding-left: 1.6em;
     /* Pink */
     margin-bottom: 0.5em;
}
}


div.hatnote+div.hatnote {
table.cmbox-content {
     margin-top: -0.5em;
     background-color: #ffe7ce;
    /* Orange */
}
}


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


/* Prevent line breaks in silly places where desired (nowrap)
table.cmbox-move {
  and links when we don't want them to (nowraplinks a) */
    background-color: #e4d8ff;
    /* Purple */
}


.nowrap,
table.cmbox-protection {
.nowraplinks a {
     background-color: #efefe1;
     white-space: nowrap;
    /* Gray-gold */
}
}




/* But allow wrapping where desired: */
/* Other pages message box styles */


.wrap,
table.ombox {
.wraplinks a {
    margin: 4px 10%;
     white-space: normal;
    border-collapse: collapse;
    border: 1px solid #a2a9b1;
    /* Default "notice" gray */
    background-color: var(--background-color-neutral-subtle, #f8f9fa);
     box-sizing: border-box;
}
}


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


/* Increase the height of the image upload box */
table.ombox-speedy {
    border: 2px solid #b32424;
    /* Red */
    background-color: #fee7e6;
    /* Pink */
}


#wpUploadDescription {
table.ombox-delete {
     height: 13em;
     border: 2px solid #b32424;
    /* Red */
}
}


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


/* Minimum thumb width */
table.ombox-style {
    border: 1px solid #fc3;
    /* Yellow */
}


figure[typeof~='mw:File/Thumb'],
table.ombox-move {
figure[typeof~='mw:File/Frame'],
    border: 1px solid #9932cc;
    /* Purple */
}


.thumbinner {
table.ombox-protection {
     min-width: 100px;
     border: 2px solid #a2a9b1;
    /* Gray-gold */
}
}




/* Prevent floating boxes from overlapping any category listings,
/* Talk page message box styles */
  file histories, edit previews, and edit [Show changes] views. */


#mw-subcategories,
table.tmbox {
#mw-pages,
    margin: 4px 10%;
#mw-category-media,
    border-collapse: collapse;
#filehistory,
    border: 1px solid #c0c090;
#wikiPreview,
    /* Default "notice" gray-brown */
#wikiDiff {
    background-color: #f8eaba;
     clear: both;
    min-width: 80%;
     box-sizing: border-box;
}
}


.tmbox.mbox-small {
    min-width: 0;
    /* reset the min-width of tmbox above        */
}


/* Selectively hide headers in WikiProject banners */
.mediawiki .mbox-inside .tmbox {
 
    /* For tmboxes inside other templates. The "mediawiki" class ensures that */
 
    margin: 2px 0;
/* TemplateStyles */
    /* this declaration overrides other styles (including mbox-small above)  */
 
     width: 100%;
.wpb .wpb-header {
    /* For Safari and Opera */
     display: none;
}
}


.wpbs-inner .wpb .wpb-header {
.mbox-inside .tmbox.mbox-small {
     display: table-row;
     /* "small" tmboxes should not be small when  */
    line-height: 1.5em;
    /* also "nested", so reset styles that are  */
    font-size: 100%;
    /* set in "mbox-small" above.                */
}
}


.wpbs-inner .wpb-outside {
table.tmbox-speedy {
     display: none;
     border: 2px solid #b32424;
     /* hide things that should only display outside shells */
    /* Red */
    background-color: #fee7e6;
     /* Pink */
}
}


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


/* Styling for Abuse Filter tags */
table.tmbox-content {
    border: 2px solid #f28500;
    /* Orange */
}


.mw-tag-markers {
table.tmbox-style {
     font-style: italic;
     border: 2px solid #fc3;
     font-size: 90%;
     /* Yellow */
}
}


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


/* Hide stuff meant for accounts with special permissions. Made visible again in
table.tmbox-protection,
  [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
table.tmbox-notice {
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
    border: 1px solid #c0c090;
  [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
    /* Gray-brown */
 
.checkuser-show,
.sysop-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
    display: none;
}
}




/* Hide the redlink generated by {{Editnotice}},
/* Footer and header message box styles */
  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.
table.fmbox {
  Long term, editnotices should become a core feature so that they can be designed responsive. */
    clear: both;
 
    margin: 0.2em 0;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
    width: 100%;
.ve-ui-mwNoticesPopupTool-item .mbox-image,
    border: 1px solid #a2a9b1;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
    background-color: var(--background-color-neutral-subtle, #f8f9fa);
     display: none !important;
    /* Default "system" gray */
     box-sizing: border-box;
}
}


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


/* Remove bullets when there are multiple edit page warnings */
table.fmbox-warning {
 
    border: 1px solid #bb7070;
ul.permissions-errors>li {
    /* Dark pink */
     list-style: none none;
     background-color: var(--background-color-destructive-subtle--hover, #ffdbdb);
    /* Pink */
}
}


ul.permissions-errors {
table.fmbox-editnotice {
     margin: 0;
     background-color: transparent;
}
}




/* texhtml class for inline math (based on generic times-serif class) */
/* Div based "warning" style fmbox messages. */


span.texhtml {
.mw-warning-with-logexcerpt,
    font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
.mw-lag-warn-high,
     font-size: 118%;
.mw-cascadeprotectedwarning,
     line-height: 1;
.div.titleblacklist-warning,
     white-space: nowrap;
.locked-warning,
     /* Force tabular and lining display for texhtml */
#mw-protect-cascadeon
    -moz-font-feature-settings: "lnum", "tnum", "kern" 0;
{
    -webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
     clear: both;
     font-feature-settings: "lnum", "tnum", "kern" 0;
     margin: 0.2em 0;
     font-variant-numeric: lining-nums tabular-nums;
     border: 1px solid #bb7070;
    font-kerning: none;
     background-color: var(--background-color-error-subtle, #ffdbdb);
     padding: 0.25em 0.9em;
     box-sizing: border-box;
}
}


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


span.mwe-math-mathml-inline {
/* These mbox-small classes must be placed after all other
    font-size: 118%;
  ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
}
  they override "table.ambox + table.ambox" above. */


html body.mediawiki .mbox-small {
    /* For the "small=yes" option. */
    /* @noflip */
    clear: right;
    /* @noflip */
    float: right;
    /* @noflip */
    margin: 4px 0 4px 1em;
    box-sizing: border-box;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}


/* Make <math display="block"> be left aligned with one space indent for
html body.mediawiki .mbox-small-left {
* compatibility with style conventions
    /* For the "small=left" option. */
*/
    /* @noflip */
 
    margin: 4px 1em 4px 0;
.mwe-math-fallback-image-display,
    box-sizing: border-box;
.mwe-math-mathml-display {
    overflow: hidden;
     margin-left: 1.6em !important;
    width: 238px;
     margin-top: 0.6em;
     border-collapse: collapse;
     margin-bottom: 0.6em;
     font-size: 88%;
     line-height: 1.25em;
}
}


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


/* Style for compact ambox */


/* Force imgs in galleries to have borders by wrapping them in class=bordered-images */


.bordered-images img {
/* Hide the images */
    border: solid #ddd 1px;
}


@media screen {
.compact-ambox table .mbox-image,
    /* Put a chequered background behind images, only visible if they have transparency.
.compact-ambox table .mbox-imageright,
  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
.compact-ambox table .mbox-empty-cell {
    .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;
     display: none;
}
}




/* Extension:DismissableSiteNotice eklentisinin site notunu ikiye bölmesi ve sağda büyük alan kaplaması nedeniyle dismissable etiketleri düzenlenmiştir */
/* Remove borders, backgrounds, padding, etc. */


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


.mw-dismissable-notice-close {
body.mediawiki .compact-ambox table.mbox-small-left {
     position: absolute !important;
     font-size: 100%;
     right: 10px !important;
     width: auto;
     margin-top: 10px !important;
     margin: 0;
    z-index: 1;
}
}




/* Televizyon Portali görünümü için ayarlar -> [[Özel:KalıcıBağ/18295490#Css_kodlar.C4.B1]] */
/* Style the text cell as a list item and remove its padding */


.round_page {
.compact-ambox table .mbox-text {
    border-style: solid;
     padding: 0 !important;
    border-width: 1px;
     margin: 0 !important;
     border-right-width: 0;
     font-size: 15px;
    display: inline-block;
    padding: 10px;
}
}


.round_page:first-child {
.compact-ambox table .mbox-text-span {
     border-top-left-radius: 10px;
    display: list-item;
     border-bottom-left-radius: 10px;
     line-height: 1.5em;
    list-style-type: square;
     list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
}
}


.round_page:last-child {
 
    border-top-right-radius: 10px;
/* Allow for hiding text in compact form */
    border-bottom-right-radius: 10px;
 
     border-right-width: 1px;
.compact-ambox .hide-when-compact {
     display: none;
}
}


@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 {
/* Remove underlines from certain links */
    width: 50%;
 
     display: table-cell;
.nounderlines a,
.IPA a:link,
.IPA a:visited {
     text-decoration: none !important;
}
}


.contin {
 
     display: none;
/* [[Wikipedia:NavFrame]].
  Entirely deprecated. Slated for removal.
  Use mw-collapsible. */
 
div.NavFrame {
     padding: 4px;
    border: 1px solid #a2a9b1;
    text-align: center;
    font-size: 95%;
}
}


.mobile_margin {
div.NavFrame+div.NavFrame {
     display: table;
     border-top-style: none;
    border-top-style: hidden;
}
}


@media screen and (max-width: 1000px) {
div.NavFrame div.NavHead {
     .two-column {
     line-height: 1.6em;
        display: block;
    font-weight: bold;
        width: 100%;
     background-color: #ccf;
     }
     position: relative;
    .contin {
        display: block;
     }
    .mobile_margin {
        padding: 0 15px;
        display: block;
    }
}
}


#mw-subcategories,
div.NavFrame p,
#mw-pages,
div.NavFrame div.NavContent,
#mw-category-media,
div.NavFrame div.NavContent p {
#filehistory,
     font-size: 100%;
#wikiPreview,
#wikiDiff {
     clear: both;
}
}


.fbadge {
a.NavToggle {
     list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAIAAAD0YtNRAAAABnRSTlMA/AD+APzoM1ogAAAAWklEQVR4AWP48+8PLkR7uUdzcMvtU8EhdykHKAciEXL3pvw5FQIURaBDJkARoDhY3zEXiCgCHbNBmAlUiyaBkENoxZSDWnOtBmoAQu7TnT+3WuDOA7KBIkAGAGwiNeqjusp/AAAAAElFTkSuQmCC);
     position: absolute;
    top: 0;
    /* @noflip */
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
}


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


/* Hatnotes and disambiguation notices */


/* Ana sayfa altındaki kutu için */
.hatnote {
    font-style: italic;
}


.hatnote i {
    font-style: normal;
}


/* Nou esquema de colors per a la Plantilla:Metacaixa usada a la portada */
div.hatnote {
    /* @noflip */
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}
 
div.hatnote+div.hatnote {
    margin-top: -0.5em;
}




/* Configuració per defecte en lila
/* Prevent line breaks in silly places where desired (nowrap)
   Tons usats; 1; 7050a0 2; 9070c0 3; b090e0 4; d0b0ff 5; f0d0ff */
   and links when we don't want them to (nowraplinks a) */


.mcBoto {
.nowrap,
     background-color: #d0b0ff;
.nowraplinks a {
    /* 4 */
     white-space: nowrap;
    border: 0.15em solid #000000;
}
    border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff;
 
    /* 5 3 3 5 */
 
    border-radius-topleft: .5em;
/* But allow wrapping where desired: */
    border-radius-topright: .5em;
 
    -moz-border-radius: .5em .5em 0em 0em;
.wrap,
    cursor: pointer;
.wraplinks a {
    display: inline;
     white-space: normal;
     margin-right: 0.1em;
    padding: 0.2em 0.3em 0.2em 0.3em;
    position: relative;
}
}


.mcBoto a,
 
.mcBoto strong {
/* Increase the height of the image upload box */
    background: none !important;
 
    color: #7050a0 !important;
#wpUploadDescription {
    /* 1 */
     height: 13em;
    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 {
/* Minimum thumb width */
    background-color: #9070c0;
 
    /* 2 */
figure[typeof~='mw:File/Thumb'],
    border: 0.15em solid #000000;
figure[typeof~='mw:File/Frame'],
    border-color: #b090e0 #7050a0 #9070c0 #b090e0;
 
    /* 3 1 2 3 */
.thumbinner {
    border-radius-topleft: .5em;
     min-width: 100px;
    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 {
/* Prevent floating boxes from overlapping any category listings,
    background-color: #f8f8ff;
  file histories, edit previews, and edit [Show changes] views. */
    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 {
#mw-subcategories,
    background-color: #f8f8ff;
#mw-pages,
    border-color: #7050a0 #b090e0 #b090e0 #7050a0;
#mw-category-media,
    /* 1 3 3 1 */
#filehistory,
     width: 100%;
#wikiPreview,
#wikiDiff {
     clear: both;
}
}




/* Configuració del Verd 1;60b030 2;75c045 3;90d060 4;a5e085 5;c0f090 */
/* Selectively hide headers in WikiProject banners */


.mcVerd .mcBoto {
    background-color: #a5e085;
    /* 4 */
    border-color: #c0f090 #90d060 #75c045 #c0f090;
    /* 5 3 2 5 */
}


.mcVerd .mcBoto a,
/* TemplateStyles */
.mcVerd .mcBoto strong {
    color: #60b030 !important;
    /* 1 */
    font-size: 90%
}


.mcVerd .mcBoto a:hover,
.wpb .wpb-header {
.mcVerd .mcBoto strong:hover {
     display: none;
     color: black !important;
    text-decoration: underline;
}
}


.mcVerd .mcBotoSel {
.wpbs-inner .wpb .wpb-header {
     background-color: #75c045;
     display: table-row;
    /* 2 */
    border-color: #90d060 #60b030 #75c045 #90d060;
    /* 3 1 2 3 */
}
}


.mcVerd .mcContingut {
.wpbs-inner .wpb-outside {
     background-color: #f5fffa;
     display: none;
    border-color: #75c045 #60b030 #60b030 #75c045;
     /* hide things that should only display outside shells */
     /* 2 1 1 2 */
}
}


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


/* Styling for Abuse Filter tags */


/* Configuració del Vermell 1;CC0000 2;FF0000 3;FF8888 4;FFAAAA 5;FFCCCC */
.mw-tag-markers {
    font-style: italic;
    font-size: 90%;
}


.mcVermell .mcBoto {
    background-color: #FFAAAA;
    /* 4 */
    border-color: #FFCCCC #FF8888 #FF0000 #FFCCCC;
    /* 5 3 2 5 */
}


.mcVermell .mcBoto a,
/* Hide stuff meant for accounts with special permissions. Made visible again in
.mcVermell .mcBoto strong {
  [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
    color: #CC0000 !important;
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
    /* 1 */
  [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
    font-size: 90%
}


.mcVermell .mcBoto a:hover .mcVermell .mcBoto strong:hover {
.checkuser-show,
     color: black !important;
.sysop-show,
    text-decoration: underline;
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
     display: none;
}
}


.mcVermell .mcBotoSel {
 
    background-color: #FF0000;
/* Hide the redlink generated by {{Editnotice}},
    /* 2 */
  this overrides the ".sysop-show { display: none; }" above that applies
     border-color: #FF8888 #CC0000 #FF0000 #FF8888;
  to the same link as well. See [[phab:T45013]]
    /* 3 1 2 3 */
 
  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;
}
}


.mcVermell .mcContingut {
 
     background-color: #fffafa;
/* Remove bullets when there are multiple edit page warnings */
    border-color: #FF0000 #CC0000 #CC0000 #FF0000;
 
    /* 2 1 1 2 */
ul.permissions-errors>li {
     list-style: none none;
}
}


.mcVermell .mcPestanya {
ul.permissions-errors {
     background-color: #fffafa;
     margin: 0;
    border-color: #CC0000 #FF0000 #FF0000 #CC0000;
    /* 1 3 3 1 */
}
}




/* Configuració del Blau 1;3379de 2;5b8dd6 3;88abde 4;a7c1e6 5;c8d6e9 */
/* texhtml class for inline math (based on generic times-serif class) */


.mcBlau .mcBoto {
span.texhtml {
     background-color: #a7c1e6;
     font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
     /* 4 */
    font-size: 118%;
     border-color: #c8d6e9 #88abde #5b8dd6 #c8d6e9;
    line-height: 1;
     /* 5 3 2 5 */
    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;
}
}


.mcBlau .mcBoto a,
span.texhtml span.texhtml {
.mcBlau .mcBoto strong {
     font-size: 100%;
    color: #3379de !important;
    /* 1 */
     font-size: 90%
}
}


.mcBlau .mcBoto a:hover .mcBlau .mcBoto strong:hover {
span.mwe-math-mathml-inline {
     color: black !important;
     font-size: 118%;
    text-decoration: underline;
}
}


.mcBlau .mcBotoSel {
    background-color: #5b8dd6;
    /* 2 */
    border-color: #88abde #3379de #5b8dd6 #88abde;
    /* 3 1 2 3 */
}


.mcBlau .mcContingut {
/* Make <math display="block"> be left aligned with one space indent for
     background-color: #f0f8ff;
* compatibility with style conventions
     border-color: #5b8dd6 #3379de #3379de #5b8dd6;
*/
     /* 2 1 1 2 */
 
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
     margin-left: 1.6em !important;
     margin-top: 0.6em;
     margin-bottom: 0.6em;
}
}


.mcBlau .mcPestanya {
.mwe-math-mathml-display math {
     background-color: #f0f8ff;
     display: inline;
    border-color: #3379de #88abde #88abde #3379de;
    /* 1 3 3 1 */
}
}




/* Configuració del Groc 1;ffd813 2;ffe147 3;ffe977 4;fff1a4 5;fef4bc */
/* Force imgs in galleries to have borders by wrapping them in class=bordered-images */


.mcGroc .mcBoto {
.bordered-images img {
    background-color: #fff1a4;
     border: solid #ddd 1px;
    /* 4 */
     border-color: #fef4bc #ffe977 #ffe147 #fef4bc;
    /* 5 3 2 5 */
}
}


.mcGroc .mcBoto a,
@media screen {
.mcGroc .mcBoto strong {
    /* Put a chequered background behind images, only visible if they have transparency.
    color: #ffd813 !important;
  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
     /* 1 */
    .gallerybox .thumb img {
     font-size: 90%
        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;
    }
}
}


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


.mcGroc .mcBotoSel {
/* Hide FlaggedRevs notice UI when there are no pending changes */
    background-color: #ffe147;
    /* 2 */
    border-color: #ffe977 #ffd813 #ffe147 #ffe977;
    /* 3 1 2 3 */
}


.mcGroc .mcContingut {
.flaggedrevs_draft_synced,
    background-color: #fffce8;
.flaggedrevs_stable_synced,
    border-color: #ffe147 #ffd813 #ffd813 #ffe147;
 
    /* 2 1 1 2 */
/* "Temporary" to remove links in sidebar T255381 */
}


.mcGroc .mcPestanya {
#t-upload {
     background-color: #fffce8;
     display: none;
    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 */
/* Extension:DismissableSiteNotice eklentisinin site notunu ikiye bölmesi ve sağda büyük alan kaplaması nedeniyle dismissable etiketleri düzenlenmiştir */


.mcTaronja .mcBoto {
.mw-dismissable-notice-body {
     background-color: #ffbd7f;
     margin: 0px 0px 0px 0px !important;
    /* 4 */
    border-color: #ffd0a4 #ffac5d #ff9d42 #ffd0a4;
    /* 5 3 2 5 */
}
}


.mcTaronja .mcBoto a,
.mw-dismissable-notice-close {
.mcTaronja .mcBoto strong {
    position: absolute !important;
     color: #ff820e !important;
     right: 10px !important;
     /* 1 */
     margin-top: 10px !important;
     font-size: 90%
     z-index: 1;
}
}


.mcTaronja .mcBoto a:hover .mcTaronja .mcBoto strong:hover {
 
     color: black !important;
/* Televizyon Portali görünümü için ayarlar -> [[Özel:KalıcıBağ/18295490#Css_kodlar.C4.B1]] */
     text-decoration: underline;
 
.round_page {
    border-style: solid;
    border-width: 1px;
    border-right-width: 0;
     font-size: 15px;
     display: inline-block;
    padding: 10px;
}
}


.mcTaronja .mcBotoSel {
.round_page:first-child {
     background-color: #ff9d42;
     border-top-left-radius: 10px;
    /* 2 */
     border-bottom-left-radius: 10px;
     border-color: #ffac5d #ff820e #ff9d42 #ffac5d;
    /* 3 1 2 3 */
}
}


.mcTaronja .mcContingut {
.round_page:last-child {
     background-color: #ffeedd;
     border-top-right-radius: 10px;
     /* 6 */
     border-bottom-right-radius: 10px;
     border-color: #ff9d42 #ff820e #ff820e #ff9d42;
     border-right-width: 1px;
    /* 2 1 1 2 */
}
}


.mcTaronja .mcPestanya {
@media screen and (max-width: 800px) {
    background-color: #ffeedd;
    .round_page {
     /* 6 */
        display: block;
     border-color: #ff820e #ffac5d #ffac5d #ff820e;
        border-width: 1px;
     /* 1 3 3 1 */
        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;
}


/* Final d'estils de la Metacaixa */
.contin {
 
     display: none;
.globegris {
     background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png")
}
}


#p-logo {
.mobile_margin {
     width: 155px;
     display: table;
}
}


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


/* Don't over-ride the proper logo; use the more efficient one which is faster and better for readers
#mw-subcategories,
#p-logo a, #p-logo a:hover {
#mw-pages,
    background-image: url("//upload.wikimedia.org/wikipedia/tr/b/bc/Wiki.png") !important;
#mw-category-media,
    display: block;
#filehistory,
    height: 145px;
#wikiPreview,
    width: 155px;
#wikiDiff {
     background-repeat: no-repeat;
     clear: both;
    background-position: 35% 50% !important;
    text-decoration: none;
}
}
*/


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


/* Ana sayfadaki bazı detayların gözükmesini önler */
.gbadge {
 
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAIAAAD0YtNRAAAABnRSTlMAAAAAAABupgeRAAAAVklEQVR4AWIYSFBfX49TDtDWNBgAEMPAgZ+1B8jWtd0kp/u+z4AQImDh7SPnHCHkHtb7vmES5hFGCN3zQgh1deAegVW6YjlGa50NOgAAxpjWhjpMQuEBjxA1QR08A1oAAAAASUVORK5CYII=);
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 */
/* Ana sayfa altındaki kutu için */




/*abbr.unpatrolled {*/
/* Nou esquema de colors per a la Plantilla:Metacaixa usada a la portada */




/* display: none;*/
/* 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,
/*.patrollink {*/
.mcBoto strong:hover {
 
    color: black !important;
 
    text-decoration: underline !important;
/* display: none;*/
 
 
/*}*/
 
 
/* Anasayfada kategori kutusunu gizler */
 
.action-view.page-Anasayfa #catlinks {
    display: none;
}
}


 
.mcBotoSel {
/* Kullanıcı engel mesajları */
    background-color: #9070c0;
 
    /* 2 */
.user-block {
    border: 0.15em solid #000000;
     padding: 5px;
    border-color: #b090e0 #7050a0 #9070c0 #b090e0;
     margin-bottom: 0.5em;
    /* 3 1 2 3 */
     border: 1px solid #a9a9a9;
    border-radius-topleft: .5em;
     background-color: #ffefd5;
    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 {
/* Bkz. https://w.wiki/3yCT */
    background: none !important;
 
    color: white !important;
.reflist ol.references {
    cursor: default;
     list-style-type: inherit;
     font-size: 90%;
     /* Enable custom list style types */
    font-weight: bold;
     padding: 0 !important;
    text-decoration: none !important;
}
}


/* SilLAD Şablonları */
.mcContingut {
 
     background-color: #f8f8ff;
.xfd-closed-delete {
     border: 0.2em solid #9070c0;
     padding-top: 15px;
     /* 2 */
    padding-bottom: 15px;
     border-color: #9070c0 #7050a0 #7050a0 #9070c0;
     border-top: 5px solid red;
     /* 2 1 1 2 */
     background: white;
     -moz-border-radius: 0em .5em .5em 0em;
     padding-left: 20px;
     border-radius-topright: .5em;
     background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/f6/OOjs_UI_icon_alert-destructive.svg);
     border-radius-bottomright: .5em;
     background-repeat: no-repeat;
     padding: 1em;
    background-position: 98% 50%;
     position: static;
     background-size: 32px;
     /* Si hi posem relative falla amb MSIE */
    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 {
.mcPestanya {
    padding-top: 15px;
     background-color: #f8f8ff;
    padding-bottom: 15px;
     border-color: #7050a0 #b090e0 #b090e0 #7050a0;
    border-top: 5px solid red;
     /* 1 3 3 1 */
    background: white;
     width: 100%;
    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 {
/* Configuració del Verd 1;60b030 2;75c045 3;90d060 4;a5e085 5;c0f090 */
    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 {
.mcVerd .mcBoto {
     padding-top: 15px;
     background-color: #a5e085;
    padding-bottom: 15px;
     /* 4 */
    border-top: 5px solid #fc3;
     border-color: #c0f090 #90d060 #75c045 #c0f090;
    background: white;
     /* 5 3 2 5 */
     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 {
.mcVerd .mcBoto a,
     padding-top: 15px;
.mcVerd .mcBoto strong {
     padding-bottom: 15px;
     color: #60b030 !important;
     border-top: 5px solid #ca82ca;
     /* 1 */
    background: #ca82ca;
     font-size: 90%
    padding-left: 20px;
}
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/d/d4/OOjs_UI_icon_alert-invert.svg);
 
    background-repeat: no-repeat;
.mcVerd .mcBoto a:hover,
    background-position: 98% 50%;
.mcVerd .mcBoto strong:hover {
     background-size: 32px;
     color: black !important;
    border-left: 1px solid #ca82ca;
     text-decoration: underline;
    border-right: 1px solid #ca82ca;
     margin-top: 25px;
    color: white;
}
}


.xfd-closed-merge {
.mcVerd .mcBotoSel {
     padding-top: 15px;
     background-color: #75c045;
    padding-bottom: 15px;
     /* 2 */
    border-top: 5px solid #ca82ca;
     border-color: #90d060 #60b030 #75c045 #90d060;
    background: #ca82ca;
     /* 3 1 2 3 */
    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 {
.mcVerd .mcContingut {
     padding-top: 15px;
     background-color: #f5fffa;
    padding-bottom: 15px;
     border-color: #75c045 #60b030 #60b030 #75c045;
     border-top: 5px solid #000000;
     /* 2 1 1 2 */
     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 {
.mcVerd .mcPestanya {
     background-image: url(https://upload.wikimedia.org/wikipedia/commons/c/ca/OOjs_UI_icon_info.svg);
     background-color: #f5fffa;
     background-repeat: no-repeat;
     border-color: #60b030 #90d060 #90d060 #60b030;
     background-position: left center;
     /* 1 3 3 1 */
    background-size: 25px;
    margin-top: 10px;
    padding-left: 30px;
    font-size: 12px;
    display: grid;
}
}


.xfd-closed-not-deleted {
 
     padding: 18px;
/* Configuració del Vermell 1;CC0000 2;FF0000 3;FF8888 4;FFAAAA 5;FFCCCC */
     background: #de3333;
 
     color: white !important;
.mcVermell .mcBoto {
     background-color: #FFAAAA;
     /* 4 */
    border-color: #FFCCCC #FF8888 #FF0000 #FFCCCC;
     /* 5 3 2 5 */
}
}


.xfd-closed-not-deleted a {
.mcVermell .mcBoto a,
     color: #de3333 !important;
.mcVermell .mcBoto strong {
     background-color: #ffffff;
     color: #CC0000 !important;
    border-color: #ffffff;
     /* 1 */
    padding: 8px;
     font-size: 90%
    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 {
.mcVermell .mcBoto a:hover .mcVermell .mcBoto strong:hover {
     color: #ffffff !important;
     color: black !important;
     background-color: #f55e5e;
     text-decoration: underline;
    border-color: #f55e5e;
}
}


/* toolbar'daki dosya yükleme bağlantısı Mediawiki:Sidebar'a taşındığı için varsayılandan kaldırılıyor */
.mcVermell .mcBotoSel {
#t-upload {
    background-color: #FF0000;
display: none;
    /* 2 */
    border-color: #FF8888 #CC0000 #FF0000 #FF8888;
    /* 3 1 2 3 */
}
}


/* Add these codes to MediaWiki:Common.css page. */
.mcVermell .mcContingut {
/* The following lines are used by Adiutor */
    background-color: #fffafa;
    border-color: #FF0000 #CC0000 #CC0000 #FF0000;
    /* 2 1 1 2 */
}


/* General styles */
.mcVermell .mcPestanya {
.ADT-WT-H {
     background-color: #fffafa;
    padding-top: 15px;
     border-color: #CC0000 #FF0000 #FF0000 #CC0000;
    padding-bottom: 15px;
     /* 1 3 3 1 */
    background: white;
    padding-left: 20px;
     background-repeat: no-repeat;
     background-position: 98% 50%;
     background-size: 32px;
}
}


.ADT-WT-B {
 
     padding: 18px;
/* 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 */
}
}


.ADT-WT-F {
.mcBlau .mcBoto a,
     padding: 18px;
.mcBlau .mcBoto strong {
    border-top: none;
     color: #3379de !important;
    padding-top: 20px;
     /* 1 */
     margin-top: -10px;
     font-size: 90%
     padding-bottom: 10px;
}
}


/* Header styles */
.mcBlau .mcBoto a:hover .mcBlau .mcBoto strong:hover {
.ADT-H-L1 {
     color: black !important;
    border-top: 5px solid #3067cd;
     text-decoration: underline;
    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 {
.mcBlau .mcBotoSel {
     border-top: 5px solid #ff5d01;
     background-color: #5b8dd6;
     border-left: 1px solid #ff5d01;
     /* 2 */
     border-right: 1px solid #ff5d01;
     border-color: #88abde #3379de #5b8dd6 #88abde;
     background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/4c/OOjs_UI_icon_notice-warning.svg);
     /* 3 1 2 3 */
}
}


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


/* Header content styles */
.mcBlau .mcPestanya {
.ADT-B-L1 {
     background-color: #f0f8ff;
     border: 1px solid #3067cd;
     border-color: #3379de #88abde #88abde #3379de;
     border-bottom: none;
    /* 1 3 3 1 */
}
}


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


.ADT-B-L3 {
/* Configuració del Groc 1;ffd813 2;ffe147 3;ffe977 4;fff1a4 5;fef4bc */
     border: 1px solid #dd312f;
 
     border-bottom: none;
.mcGroc .mcBoto {
     background-color: #fff1a4;
    /* 4 */
     border-color: #fef4bc #ffe977 #ffe147 #fef4bc;
    /* 5 3 2 5 */
}
}


/* Footer styles */
.mcGroc .mcBoto a,
.ADT-WT-F {
.mcGroc .mcBoto strong {
     padding: 18px;
     color: #ffd813 !important;
     padding-top: 10px;
     /* 1 */
     padding-bottom: 10px;
     font-size: 90%
    text-align: right;
}
}


/* Footer content styles */
.mcGroc .mcBoto a:hover .mcGroc .mcBoto strong:hover {
.ADT-F-L1 {
     color: black !important;
     border: 1px solid #3067cd;
    text-decoration: underline;
}
}


.ADT-F-L2 {
.mcGroc .mcBotoSel {
     border: 1px solid #ff5d01;
    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 */
}
}


.ADT-F-L3 {
.mcGroc .mcPestanya {
     border: 1px solid #dd312f;
    background-color: #fffce8;
     border-color: #ffd813 #88abde #88abde #ffd813;
    /* 1 3 3 1 */
}
}


/* The above lines are used by Adiutor */


/* Wie Inhaltsverzeichnis (mediawiki.skinning/content.css) */
/* Configuració del Taronja 1;ff820e 2;ff9d42 3;ffac5d 4;ffbd7f 5;ffd0a4 6;ffeedd */
table > * > tr.hintergrundfarbe1 > th,
 
table > * > tr > th.hintergrundfarbe1,
.mcTaronja .mcBoto {
table.hintergrundfarbe1,
    background-color: #ffbd7f;
.hintergrundfarbe1 {
    /* 4 */
background-color: #f8f9fa;
    border-color: #ffd0a4 #ffac5d #ff9d42 #ffd0a4;
    /* 5 3 2 5 */
}
}
/* „Weiß“, für Nicht-Artikel-Seiten, neutral */
 
table > * > tr.hintergrundfarbe2 > th,
.mcTaronja .mcBoto a,
table > * > tr > th.hintergrundfarbe2,
.mcTaronja .mcBoto strong {
table.hintergrundfarbe2,
    color: #ff820e !important;
.hintergrundfarbe2 {
    /* 1 */
background-color: #fff;
    font-size: 90%
}
}
/* „Gelb“, auffällig */
 
table > * > tr.hintergrundfarbe3 > th,
.mcTaronja .mcBoto a:hover .mcTaronja .mcBoto strong:hover {
table > * > tr > th.hintergrundfarbe3,
    color: black !important;
table.hintergrundfarbe3,
    text-decoration: underline;
.hintergrundfarbe3 {
background-color: #ffff40;
}
}
/* Sehr auffällig */
 
table > * > tr.hintergrundfarbe4 > th,
.mcTaronja .mcBotoSel {
table > * > tr > th.hintergrundfarbe4,
    background-color: #ff9d42;
table.hintergrundfarbe4,
    /* 2 */
.hintergrundfarbe4 {
    border-color: #ffac5d #ff820e #ff9d42 #ffac5d;
background-color: #fa0;
    /* 3 1 2 3 */
}
}
/* Neutral, abgesetzt */
 
table > * > tr.hintergrundfarbe5 > th,
.mcTaronja .mcContingut {
table > * > tr > th.hintergrundfarbe5,
    background-color: #ffeedd;
table.hintergrundfarbe5,
    /* 6 */
.hintergrundfarbe5 {
    border-color: #ff9d42 #ff820e #ff820e #ff9d42;
background-color: #eaecf0;
    /* 2 1 1 2 */
}
}
/* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
 
table > * > tr.hintergrundfarbe6 > th,
.mcTaronja .mcPestanya {
table > * > tr > th.hintergrundfarbe6,
    background-color: #ffeedd;
table.hintergrundfarbe6,
    /* 6 */
.hintergrundfarbe6 {
    border-color: #ff820e #ffac5d #ffac5d #ff820e;
background-color: var(--background-color-neutral);
    /* 1 3 3 1 */
}
}
/* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
 
table > * > tr.hintergrundfarbe7 > th,
 
table > * > tr > th.hintergrundfarbe7,
/* Final d'estils de la Metacaixa */
table.hintergrundfarbe7,
 
.hintergrundfarbe7 {
.globegris {
background-color: #ffcbcb;
    background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png")
}
}
/* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
 
table > * > tr.hintergrundfarbe8 > th,
#p-logo {
table > * > tr > th.hintergrundfarbe8,
    width: 155px;
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;
}


/* Logo boyutunu ayarlama - genelde .mw-wiki-logo ile seçilir */
/* Don't over-ride the proper logo; use the more efficient one which is faster and better for readers
.mw-wiki-logo {
#p-logo a, #p-logo a:hover {
margin-top: 10px;
    background-image: url("//upload.wikimedia.org/wikipedia/tr/b/bc/Wiki.png") !important;
    width: 160px !important; /* istediğin genişliği yaz */
     display: block;
     background-size: contain !important; /* logonun sığması için önerilir */
     height: 145px;
     border-style: solid;
     width: 155px;
     border-width: 1px;
    background-repeat: no-repeat;
border-radius: 10px;  
    background-position: 35% 50% !important;
border-color:gray;
    text-decoration: none;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
}
*/




/* Genel font ve zemin */
/* Ana sayfadaki bazı detayların gözükmesini önler */
body, #content, .mw-body {
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  background: #f5f8fa;
  color: #273546;
}


/* Sayfa başlıkları */
body.page-Main_Page #ca-delete,
.firstHeading {
body.page-Anasayfa #contentSub,
  font-size: 2em;
body.page-Main_Page #deleteconfirm,
  font-weight: 700;
body.page-Anasayfa #t-cite,
  color: #154360;
body.page-Anasayfa #lastmod,
  margin-bottom: 12px;
body.page-Anasayfa #siteSub,
  letter-spacing: 0.5px;
body.page-Anasayfa h1.firstHeading {
    display: none !important;
}
}


/* Alt başlıklar */
h2, h3, h4 {
  color: #2d4373;
  border-bottom: 1px solid #cad5e2;
  padding-bottom: 4px;
  margin-top: 24px;
  margin-bottom: 14px;
}


h2 {
/* 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 */
  font-size: 1.35em;
}
h3 {
  font-size: 1.15em;
}
h4 {
  font-size: 1em;
}


/* Paragraflar */
p {
  font-size: 1.07em;
  line-height: 1.7;
  margin-bottom: 13px;
}


/* Bağlantılar */
/*abbr.unpatrolled {*/
a, .mw-body a {
  color: #176dd1;
  text-decoration: none;
  transition: color .2s;
}
a:hover, .mw-body a:hover {
  color: #e67e22;
  text-decoration: underline;
}


/* Bilgi kutuları ve genel kutu stili */
.kutu-bilgi, .kutu-ozet, .kutu-not, .kutu-onemli, .infobox {
  background: linear-gradient(90deg, #f6f9fc 85%, #e0ebf6 100%);
  border-radius: 12px;
  border: 1.5px solid #c3d8ef;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
  padding: 18px 24px;
  margin: 22px 0;
  font-size: 1.08em;
}


/* Tablo stili */
/* display: none;*/
table, .wikitable, th, td {
  border: 1px solid #cad5e2;
  border-collapse: collapse;
}
.wikitable th {
  background: #ddeaf6;
  color: #154360;
  font-weight: 600;
  padding: 7px;
}
.wikitable td {
  background: #f8f9fa;
  color: #273546;
  padding: 6px;
}


/* Liste stili */
ul, ol {
  margin-left: 22px;
  padding-left: 0;
}
li {
  margin-bottom: 7px;
  font-size: 1.03em;
}


/* Alıntılar (blockquote) */
/*}*/
blockquote {
 
  background: #ecf5fa;
 
  border-left: 4px solid #176dd1;
/*.patrollink {*/
  padding: 10px 20px;
 
  font-style: italic;
 
  color: #34495e;
/* display: none;*/
  margin: 16px 0 16px 0;
 
  border-radius: 7px;
 
/*}*/
 
 
/* Anasayfada kategori kutusunu gizler */
 
.action-view.page-Anasayfa #catlinks {
    display: none;
}
}


/* Vurgu için */
 
.mark {
/* Kullanıcı engel mesajları */
  background: #fff9cd;
 
  border-radius: 6px;
.user-block {
  padding: 2px 6px;
    padding: 5px;
  color: #938000;
    margin-bottom: 0.5em;
  font-weight: bold;
    border: 1px solid #a9a9a9;
    background-color: #ffefd5;
}
}


/* Responsive düzeltmeler */
@media (max-width: 700px) {
  .firstHeading { font-size: 1.58em; }
  td, th { font-size: 0.98em; }
  .kutu-bilgi, .kutu-ozet, .kutu-not, .kutu-onemli, .infobox {
    padding: 10px 7vw;
    font-size: 1em;
  }
}


/* Edit butonu ve yan menü */
/* Bkz. https://w.wiki/3yCT */
#mw-head, #mw-panel,
#p-personal, #mw-navigation {
  background: #ddeaf6;
  color: #154360;
}


#mw-panel a {
.reflist ol.references {
  color: #154360 !important;
    list-style-type: inherit;
    /* Enable custom list style types */
}
}


/* Otomatik madde arası boşluklar için */
/* SilLAD Şablonları */
.mw-parser-output > p:not(:last-child) {
 
  margin-bottom: 13px;
.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;
}
}

16.10, 16 Kasım 2025 itibarı ile sayfanın şu anki hâli

/* --- WikiKod: Kurumsal Hukuk Teması (v2 optimize) --- */
/* Vector 2022 ile tam uyumlu, sade ve kurumsal görünüm */

/* ==========================================================
   GENEL STİLLER
   ========================================================== */
   
/*Logo*/   
.mw-body-content sub,
.mw-body-content sup {
    font-size: 80%;
}


/* Same spacing for indented and unindented paragraphs on talk pages */

.ns-talk .mw-body-content dd {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}


/* Main page fixes */

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


/* Reduce page jumps by hiding collapsed/dismissed content */

.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;
}


/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */

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


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

a { color: #0645ad; }
a:visited { color: #0b0080; }
a:hover { text-decoration: underline; }

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

/* Başlıklar */
h1, h2 {
  color: #2a4b8d;
  font-weight: 600;
  border-bottom: 2px solid #dbe4f3;
  padding-bottom: 0.2em;
  margin-top: 1.2em;
}
h3, h4 {
  color: #22335b;
  border-left: 4px solid #c2d0ec;
  padding-left: 6px;
  font-weight: 600;
}


/* Hover efekti */
.infobox:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
}

/* ==========================================================
   HUKUKİ KUTULAR
   ========================================================== */

/* === Kanun kutusu === */
/* Kanun kutusu */
.lawbox {
  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 */
}




.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: 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 */
.lawbox:hover {
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: box-shadow 0.2s ease;
}

/* ==========================================================
   MAKALE DÜZENİ
   ========================================================== */
.mw-parser-output p {
  text-align: justify;
  line-height: 1.65;
  margin: 0.6em 0;
}
.mw-parser-output ul {
  margin: 0.5em 0 0.5em 1.5em;
}
.mw-parser-output li { margin-bottom: 4px; }

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

/* ==========================================================
   UYARI / BİLGİ KUTULARI
   ========================================================== */
.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 *,
.warning-box *,
.deprecated-box * {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.notice-box {
  border: 1px solid #cfd8ea;
  background: #f1f5ff;
  color: #1e2a4a;
}
.notice-box::before {
  content: "ℹ️";
  color: #22335b;
}

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

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

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

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

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

.main-column {
  flex: 1;
  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 {
  color: #2a4b8d;
  border-bottom: 1px solid #dbe4f3;
  padding-bottom: 4px;
  margin-bottom: 10px;
  font-size: 1.1em;
}

.main-column ul { margin: 0; padding-left: 16px; }
.main-column li { margin: 5px 0; }

.footer-bar {
  text-align: center;
  margin-top: 40px;
  font-size: 0.9em;
  color: #555;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

/* Üst Navigasyon */
.top-nav {
  background: linear-gradient(180deg, #30448a, #2a3b76);
  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;
  background: #f9fbff;
}


.ictihatbox {
	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 {
	background: #fff;
	/*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 {
	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;
}


/* === Ana sayfa portalı === */
.main-portal {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  font-family: "Segoe UI", "Inter", sans-serif;
}

.portal-header {
  margin-top: 30px;
}

.portal-header h1 {
  font-size: 2em;
  color: #1e3a8a;
  margin: 0.2em 0;
}

.portal-header .subtitle {
  color: #555;
  font-size: 1.1em;
}

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

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

.portal-card {
  background: #ffffff;
  border: 1px solid #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 {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.portal-card h2 {
  color: #1e3a8a;
}

.portal-link {
  display: inline-block;
  margin-top: 8px;
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}
.portal-link:hover {
  text-decoration: underline;
}


/*İhtisas kutusu*/

.ihtisas-box {
  border: 1px solid #cbd5e1;
  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 {
  font-size: 16px;
  color: #1e3a8a;
  margin-bottom: 6px;
}

.ihtisas-task {
  color: #111827;
  font-size: 15px;
  margin-bottom: 10px;
}

.ihtisas-details {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 14px;
  color: #111;
  line-height: 1.6;
}

.ihtisas-details ol {
  margin: 0;
  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;

}

/* Logo görselini ortala ve boyutlandır */
#p-logo a.mw-wiki-logo {
  display: inline-block !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 120px !important;
  height: 120px !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  background-color: rgba(255,255,255,0.05);
}


/* Logonun sol taraftaki boş alanda görünmesini engelle */
#mw-panel {
  padding-top: 0 !important;
}


/* Default style for navigation boxes */

.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 {
    margin-top: 0;
    /* No top margin for nested navboxes */
}

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

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

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

th.navbox-group {
    /* Group style */
    white-space: nowrap;
    /* @noflip */
    text-align: right;
}

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

.navbox-list {
    line-height: 1.5em;
    border-color: #fdfdfd;
    /* Must match background color */
}


/* cell spacing for navbox cells */

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,
.navbox-title {
    background-color: #ccccff;
    /* Level 1 color */
}

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

.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background-color: #e6e6ff;
    /* Level 3 color */
}

.navbox-even {
    background-color: #f7f7f7;
    /* Even row striping */
}

.navbox-odd {
    background-color: transparent;
    /* Odd row striping */
}

.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;
    /* Adjust hlist padding in navboxes */
}




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


/* Same spacing for indented and unindented paragraphs on talk pages */

.ns-talk .mw-body-content dd {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}


/* Main page fixes */

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


/* Reduce page jumps by hiding collapsed/dismissed content */

.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;
}


/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */

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


/* Hide charinsert base for those not using the gadget */

#editpage-specialchars {
    display: none;
}


/* Highlight linked elements (such as clicked references) in blue */

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


/* Styling for citations. Breaks long urls, etc., rather than overflowing box */

.citation {
    word-wrap: break-word;
}


/* Make the list of references smaller
 * Keep in sync with Template:Refbegin/styles.css
 * And Template:Reflist/styles.css
 */

ol.references {
    font-size: 90%;
    margin-bottom: 0.5em;
}

/* T156351: Support for Parsoid's Cite implementation */
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: "^";
}

/* Style for horizontal lists (separator following item).
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 8 (2016-05-21)
   @author [[User:Edokter]]
 */

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


/* Display list items inline */

.hlist dd,
.hlist dt,
.hlist li {
    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;
}


/* Display nested lists 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;
}


/* Hide empty list items */

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


/* Generate interpuncts */

.hlist dt:after {
    content: ": ";
}


/**
 * Note hlist style usage differs in Minerva and is defined in core as well!
 * Please check Minerva desktop (and Minerva.css) when changing
 * See https://phabricator.wikimedia.org/T213239
 */

.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;
}


/* Add parentheses around nested lists */

.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;
}


/* Put ordinals in front of ordered list items */

.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";
}


/* Unbulleted lists */

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

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


/* Default style for navigation boxes */

.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 {
    margin-top: 0;
    /* No top margin for nested navboxes */
}

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

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

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

th.navbox-group {
    /* Group style */
    white-space: nowrap;
    /* @noflip */
    text-align: right;
}

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

.navbox-list {
    line-height: 1.5em;
    border-color: #fdfdfd;
    /* Must match background color */
}


/* cell spacing for navbox cells */

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,
.navbox-title {
    background-color: #ccccff;
    /* Level 1 color */
}

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

.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background-color: #e6e6ff;
    /* Level 3 color */
}

.navbox-even {
    background-color: #f7f7f7;
    /* Even row striping */
}

.navbox-odd {
    background-color: transparent;
    /* Odd row striping */
}

.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;
    /* Adjust hlist padding in navboxes */
}


/* Styling for JQuery makeCollapsible, matching that of collapseButton */

.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 {
    /* @noflip */
    float: left;
    /* @noflip */
    text-align: left;
}


/* Infobox template style */

.infobox {
    border: 1px solid #a2a9b1;
    border-spacing: 3px;
    background-color: #f8f9fa;
    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;
}


/* not strictly certain these styles are necessary
 * just replicating the module faithfully
 */

.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,

/* Remove element declaration when both a) infobox3cols is migrated and
 * b) when every .infobox thing is using the standard module/templates  */

.infobox th,
.infobox td {
    vertical-align: top;
}

.infobox-label,
.infobox-data,

/* Remove element declaration when both a) infobox3cols is migrated and
 * b) when every .infobox thing is using the standard module/templates  */

.infobox th,
.infobox td {
    /* @noflip */
    text-align: left;
}


/* remove .infobox when th, td above are removed */

.infobox .infobox-above,
.infobox .infobox-title,

/* Remove element declaration when both a) infobox3cols is migrated and
 * b) when every .infobox thing is using the standard module/templates  */

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

.infobox-title,

/* Remove element declaration when both a) infobox3cols is migrated and
 * b) when every .infobox thing is using the standard module/templates  */

.infobox caption {
    padding: 0.2em;
}


/* remove .infobox when th, td above are removed */

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


/* remove .infobox when th, td above are removed */

.infobox .infobox-navbar {
    /* @noflip */
    text-align: right;
}

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


/* TODO split definitions to appropriate class names when live from HTML element */

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


/* TODO split definitions to appropriate class names when live from HTML element */

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

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


/* styles for bordered infobox with merged rows */


/* TODO split definitions to appropriate class names when live from HTML element */

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


/* TODO split definitions to appropriate class names when live from HTML element */

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


/* Styles for geography infoboxes, eg countries,
   country subdivisions, cities, etc.            */

.infobox.geography {
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
}


/* TODO split definitions to appropriate class names when live from HTML element */

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


/* TODO split definitions to appropriate class names when live from HTML element */

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


/* TODO split definitions to appropriate class names when live from HTML element */

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


/* TODO split definitions to appropriate class names when live from HTML element */

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


/* TODO split definitions to appropriate class names when live from HTML element */

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


/* Normal font styling for wikitable row headers with scope="row" tag */

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


/* Lists in wikitable data cells are always left-aligned */

.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
    /* @noflip */
    text-align: left;
}


/* ...unless they also use the hlist class */

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


/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */

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


/* Change the external link icon to an Adobe icon for all PDF files */

.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;
    /* @noflip */
    padding-right: 18px;
}


/* Messagebox templates */

.messagebox {
    border: 1px solid #a2a9b1;
    background-color: var(--background-color-neutral-subtle, #f8f9fa);
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .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;
}


/* For old WikiProject banners inside banner shells. */

.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%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}

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


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */

th.mbox-text,
td.mbox-text {
    /* The message body cell(s) */
    border: none;
    /* @noflip */
    padding: 0.25em 0.9em;
    /* 0.9em left/right */
    width: 100%;
    /* Make all mboxes the same width regardless of text length */
}

td.mbox-image {
    /* The left image cell */
    border: none;
    /* @noflip */
    padding: 2px 0 2px 0.9em;
    /* 0.9em left, 0px right */
    text-align: center;
}

td.mbox-imageright {
    /* The right image cell */
    border: none;
    /* @noflip */
    padding: 2px 0.9em 2px 0;
    /* 0px left, 0.9em right */
    text-align: center;
}

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


/* Article message box styles */

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

table.ambox+table.ambox {
    /* Single border between stacked boxes. */
    margin-top: -1px;
}

.ambox th.mbox-text,
.ambox td.mbox-text {
    /* The message body cell(s) */
    padding: 0.25em 0.5em;
    /* 0.5em left/right */
}

.ambox td.mbox-image {
    /* The left image cell */
    /* @noflip */
    padding: 2px 0 2px 0.5em;
    /* 0.5em left, 0px right */
}

.ambox td.mbox-imageright {
    /* The right image cell */
    /* @noflip */
    padding: 2px 0.5em 2px 0;
    /* 0px left, 0.5em right */
}

table.ambox-notice {
    /* @noflip */
    border-left: 10px solid #36c;
    /* Blue */
}

table.ambox-speedy {
    /* @noflip */
    border-left: 10px solid #b32424;
    /* Red */
    background-color: #fee7e6;
    /* Pink */
}

table.ambox-delete {
    /* @noflip */
    border-left: 10px solid #b32424;
    /* Red */
}

table.ambox-content {
    /* @noflip */
    border-left: 10px solid #f28500;
    /* Orange */
}

table.ambox-style {
    /* @noflip */
    border-left: 10px solid #fc3;
    /* Yellow */
}

table.ambox-move {
    /* @noflip */
    border-left: 10px solid #9932cc;
    /* Purple */
}

table.ambox-protection {
    /* @noflip */
    border-left: 10px solid #a2a9b1;
    /* Gray-gold */
}


/* Image message box styles */

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

.imbox .mbox-text .imbox {
    /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;
    /* 0.9 - 0.5 = 0.4em left/right.        */
    display: block;
    /* Fix for webkit to force 100% width.  */
}

.mbox-inside .imbox {
    /* For imboxes inside other templates.  */
    margin: 4px;
}

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

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

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

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

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

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

table.imbox-protection {
    border: 3px solid #a2a9b1;
    /* Gray-gold */
}

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

table.imbox-featured {
    border: 3px solid #cba135;
    /* Brown-gold */
}


/* Category message box styles */

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

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

table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    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);
    /* Pink */
}

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

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

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

table.cmbox-protection {
    background-color: #efefe1;
    /* Gray-gold */
}


/* Other pages message box styles */

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

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

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

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

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

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

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

table.ombox-protection {
    border: 2px solid #a2a9b1;
    /* Gray-gold */
}


/* Talk page message box styles */

table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;
    /* Default "notice" gray-brown */
    background-color: #f8eaba;
    min-width: 80%;
    box-sizing: border-box;
}

.tmbox.mbox-small {
    min-width: 0;
    /* reset the min-width of tmbox above        */
}

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

.mbox-inside .tmbox.mbox-small {
    /* "small" tmboxes should not be small when  */
    line-height: 1.5em;
    /* also "nested", so reset styles that are   */
    font-size: 100%;
    /* set in "mbox-small" above.                */
}

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

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

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

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

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

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


/* Footer and header message box styles */

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

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

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

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


/* Div based "warning" style fmbox messages. */

.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;
}


/* These mbox-small classes must be placed after all other
   ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
   they override "table.ambox + table.ambox" above. */

html body.mediawiki .mbox-small {
    /* For the "small=yes" option. */
    /* @noflip */
    clear: right;
    /* @noflip */
    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 {
    /* For the "small=left" option. */
    /* @noflip */
    margin: 4px 1em 4px 0;
    box-sizing: border-box;
    overflow: hidden;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}


/* Style for compact ambox */


/* Hide the images */

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


/* Remove borders, backgrounds, padding, etc. */

.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;
}


/* Style the text cell as a list item and remove its padding */

.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);
}


/* Allow for hiding text in compact form */

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


/* Remove underlines from certain links */

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


/* [[Wikipedia:NavFrame]].
   Entirely deprecated. Slated for removal.
   Use mw-collapsible. */

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

div.NavFrame+div.NavFrame {
    border-top-style: none;
    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;
    /* @noflip */
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}


/* Hatnotes and disambiguation notices */

.hatnote {
    font-style: italic;
}

.hatnote i {
    font-style: normal;
}

div.hatnote {
    /* @noflip */
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}

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


/* Prevent line breaks in silly places where desired (nowrap)
   and links when we don't want them to (nowraplinks a) */

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


/* But allow wrapping where desired: */

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


/* Increase the height of the image upload box */

#wpUploadDescription {
    height: 13em;
}


/* Minimum thumb width */

figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'],

.thumbinner {
    min-width: 100px;
}


/* Prevent floating boxes from overlapping any category listings,
   file histories, edit previews, and edit [Show changes] views. */

#mw-subcategories,
#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;
}