MediaWiki:Common.css: различия между версиями
Tsostik (обсуждение | вклад) Нет описания правки |
Tsostik (обсуждение | вклад) мНет описания правки |
||
| (не показано 18 промежуточных версий этого же участника) | |||
| Строка 53: | Строка 53: | ||
.flag-icon { | .flag-icon { | ||
/* display: inline-flex; | |||
align-items: center; | align-items: center; | ||
justify-content: center; | |||
overflow: hidden; | overflow: hidden; | ||
width: 15px; | width: 15px; | ||
height: 10px; | height: 10px; | ||
background-color: white; | background-color: white; цвет пустого пространства */ | ||
} | } | ||
.flag-icon img { | .flag-icon img { | ||
width: | width: 15px !important; | ||
height: | height: 10px !important; | ||
margin-right: 1px; | |||
transform: translateY(-2px); | |||
} | } | ||
| Строка 79: | Строка 80: | ||
} | } | ||
#mw-panel | #mw-panel a[href="https://helpua.rubikus.de/#helpus"] { | ||
background: # | background: #fff500; /* светлый фон */ | ||
color: #0085ff; | |||
border-radius: 6px; | border-radius: 6px; | ||
padding: 3px 6px; | padding: 3px 6px; | ||
font-weight: bold; | font-weight: bold; | ||
text-decoration: none; | |||
} | } | ||
#mw-panel .helpus | #mw-panel a[href="https://helpua.rubikus.de/#helpus"]:visited { | ||
color: #0085ff; | |||
} | |||
#mw-panel a[href="https://helpua.rubikus.de/#helpus"]:hover { | |||
background: #ffe066; | background: #ffe066; | ||
} | } | ||
| Строка 100: | Строка 105: | ||
color: #fff; | color: #fff; | ||
border: none; | border: none; | ||
border-radius: | border-radius: 6px; | ||
cursor: pointer; | cursor: pointer; | ||
transition: background-color 0.3s ease; /* Smooth hover effect */ | transition: background-color 0.3s ease; /* Smooth hover effect */ | ||