MediaWiki:Common.css: различия между версиями
Shihov (обсуждение | вклад) Нет описания правки |
Shihov (обсуждение | вклад) Нет описания правки |
||
Строка 1: | Строка 1: | ||
.tagcloud | .category-tagcloud { | ||
border: 2px solid #cccccc; | |||
border: | border-radius: 10px; | ||
padding: 1em; | padding: 1em; | ||
text-align: center; | |||
background: #fff; | |||
max-width: | max-width: 500px; | ||
margin: 1em auto; | margin: 1em auto; | ||
font-family: Arial, sans-serif; | |||
} | } | ||
. | .category-tagcloud-links a { | ||
display: inline-block; | |||
margin: 0.4em; | |||
color: #1a237e; | |||
text-decoration: none; | text-decoration: none; | ||
font-weight: bold; | |||
transition: transform 0.2s; | |||
transition: | |||
} | } | ||
. | .category-tagcloud-links a:hover { | ||
color: # | color: #0d47a1; | ||
transform: scale(1.1); | transform: scale(1.1); | ||
} | } |