MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* ========================= */ | |||
/* Anasayfa altındaki dil menüsü */ | /* Anasayfa altındaki dil menüsü */ | ||
/* ========================= */ | |||
#languageDropdown { | #languageDropdown { | ||
position: relative; | position: relative; | ||
top: auto; | top: auto; | ||
right: auto; | right: auto; | ||
margin: 20px auto; | margin: 20px auto; | ||
text-align: center; | text-align: center; | ||
z-index: 1000; | z-index: 1000; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
| Line 25: | Line 28: | ||
#languageDropdownContent { | #languageDropdownContent { | ||
display: none; | display: none; | ||
position: relative; | position: relative; | ||
right: auto; | right: auto; | ||
background: white; | background: white; | ||
| Line 31: | Line 34: | ||
border-radius: 5px; | border-radius: 5px; | ||
min-width: 100px; | min-width: 100px; | ||
margin: 5px auto 0 auto; | margin: 5px auto 0 auto; | ||
box-shadow: 0 2px 5px rgba(0,0,0,0.2); | box-shadow: 0 2px 5px rgba(0,0,0,0.2); | ||
text-align: left; | text-align: left; | ||
} | |||
#languageDropdown:hover #languageDropdownContent { | |||
display: block; | |||
} | } | ||
| Line 45: | Line 52: | ||
#languageDropdownContent a:hover { | #languageDropdownContent a:hover { | ||
background: #f1f1f1; | background: #f1f1f1; | ||
} | |||
/* ========================= */ | |||
/* Tagline (MediaWiki:Tagline) */ | |||
/* ========================= */ | |||
#siteSub, | |||
.mw-tagline { | |||
display: block; | |||
margin-top: 6px; | |||
font-size: 0.9em; | |||
color: var(--color-base); | |||
font-weight: 500; | |||
opacity: 0.85; | |||
} | |||
#firstHeading { | |||
margin-bottom: 0; | |||
} | |||
/* ========================= */ | |||
/* MEDIAWIKI VARSAYILAN KİLİT */ | |||
/* SADECE VECTOR 2022 LOCK */ | |||
/* ========================= */ | |||
/* Vector 2022 – gerçek suçlu */ | |||
.mw-protection-indicator-icon--lock { | |||
display: none !important; | |||
} | } | ||