MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More languages
More actions
Created page with "#p-logo a img { width: 30px; height: 30px; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
# | /* 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; | |||
} | } | ||
Revision as of 14:05, 11 January 2026
/* 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;
}