MediaWiki:Common.css: различия между версиями
Tsostik (обсуждение | вклад) Нет описания правки |
Tsostik (обсуждение | вклад) Нет описания правки Метки: с мобильного устройства из мобильной версии |
||
| (не показаны 4 промежуточные версии этого же участника) | |||
| Строка 37: | Строка 37: | ||
#n-donate-link a { | |||
font-weight: bold; | font-weight: bold; | ||
color: #0057b7; | color: #0057b7; | ||
background-color: # | background-color: #fff400; | ||
padding: 2px 6px; | padding: 2px 6px; | ||
border: 1px solid #0057b7; | border: 1px solid #0057b7; | ||
border-radius: 4px; | border-radius: 4px; | ||
display: inline-block; | |||
} | |||
#n-donate-link a:hover { | |||
color: #fff400; | |||
background-color: #0057b7; | |||
text-decoration: none; | |||
} | |||
.skin-minerva #ca-donate-mobile { | |||
display: inline-flex; | |||
align-items: center; | |||
justify-content: center; | |||
margin-left: 6px; | |||
padding: 4px 7px; | |||
font-size: 1.2em; | |||
line-height: 1; | |||
text-decoration: none; | |||
border: 1px solid #0057b7; | |||
border-radius: 4px; | |||
background-color: #ffd700; | |||
color: #0057b7; | |||
} | |||
.skin-minerva #ca-donate-mobile:hover { | |||
background-color: #0057b7; | |||
color: #ffd700; | |||
text-decoration: none; | |||
} | } | ||