MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:


#languageDropdown {
#languageDropdown {
     position: relative; /* fixed kaldırıldı */
     position: relative;
     top: auto;
     top: auto;
     right: auto;
     right: auto;
     margin: 20px auto; /* ortalanmış alt boşluk */
     margin: 20px auto;
     text-align: center;
     text-align: center;
     z-index: 1000;
     z-index: 1000;
Line 28: Line 28:
#languageDropdownContent {
#languageDropdownContent {
     display: none;
     display: none;
     position: relative; /* absolute yok, flow içinde */
     position: relative;
     right: auto;
     right: auto;
     background: white;
     background: white;
Line 39: Line 39:
}
}


/* Hover ile açılan dropdown */
#languageDropdown:hover #languageDropdownContent {
#languageDropdown:hover #languageDropdownContent {
     display: block;
     display: block;
Line 64: Line 63:
     margin-top: 6px;
     margin-top: 6px;
     font-size: 0.9em;
     font-size: 0.9em;
     color: var(--color-base); /* açık/koyu moda otomatik uyum */
     color: var(--color-base);
     font-weight: 500;
     font-weight: 500;
     opacity: 0.85; /* bağırmadan okunur */
     opacity: 0.85;
}
}


/* Başlıkla tagline yapışmasın */
#firstHeading {
#firstHeading {
     margin-bottom: 0;
     margin-bottom: 0;
}
}


/* Core MediaWiki protection indicators – hepsini sustur */
/* ========================= */
.mw-indicator-protected,
/* MEDIAWIKI VARSAYILAN KİLİT */
.mw-indicator-protection-level,
/* SADECE VECTOR 2022 LOCK */
.mw-indicator-protection-level-sysop,
/* ========================= */
.mw-indicator-protection-level-autoconfirmed,
 
.mw-page-protection-indicator,
/* Vector 2022 – gerçek suçlu */
.mw-header-indicator.mw-protected-icon {
.mw-protection-indicator-icon--lock {
     display: none !important;
     display: none !important;
}
}