MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Tsostik (обсуждение | вклад) Нет описания правки |
Tsostik (обсуждение | вклад) Нет описания правки |
||
| Строка 39: | Строка 39: | ||
#n-donate-link a { | #n-donate-link a { | ||
font-weight: bold; | font-weight: bold; | ||
color: #0057b7 | color: #0057b7; | ||
background-color: #fff400; | background-color: #fff400; | ||
| Строка 49: | Строка 49: | ||
#n-donate-link a:hover { | #n-donate-link a:hover { | ||
color: #fff400 | color: #fff400; | ||
background-color: #0057b7; | background-color: #0057b7; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Версия от 19:52, 7 июня 2026
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.flag-box {
display: inline-flex;
width: 30px;
height: 20px;
align-items: center;
justify-content: center;
}
.flag-box img {
max-height: 20px;
max-width: 30px;
}
#back-to-top {
position: fixed;
right: 24px;
bottom: 24px;
z-index: 9999;
padding: 8px 12px;
border: 1px solid #5fb3b3;
border-radius: 10px;
background: #bfeeee;
color: #004d4d;
cursor: pointer;
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
opacity: 0.75;
transition: opacity 0.2s;
}
#back-to-top:hover {
background: #eaecf0;
opacity: 0.9;
}
#n-donate-link a {
font-weight: bold;
color: #0057b7;
background-color: #fff400;
padding: 2px 6px;
border: 1px solid #0057b7;
border-radius: 4px;
display: inline-block;
}
#n-donate-link a:hover {
color: #fff400;
background-color: #0057b7;
text-decoration: none;
}