MediaWiki:Common.css
MediaWiki interface page
More languages
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Sağ üst dil menüsü */
#languageMenu {
position: fixed;
top: 10px;
right: 10px;
background: #f8f9fa;
border: 1px solid #ccc;
border-radius: 5px;
padding: 5px 10px;
font-family: sans-serif;
font-size: 14px;
z-index: 1000;
}
#languageMenu a {
text-decoration: none;
color: #0078d4;
margin: 0 5px;
}
#languageMenu a:hover {
text-decoration: underline;
}