MediaWiki:Common.css: различия между версиями

Нет описания правки
Нет описания правки
Строка 1: Строка 1:
.tagcloud-wrapper {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 1em;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    max-width: 800px;
    margin: 1em auto;
    line-height: 2em;
}
.smw-tagcloud a {
    text-decoration: none;
    margin: 0.3em;
    display: inline-block;
    color: #337ab7;
    transition: all 0.2s;
}
.smw-tagcloud a:hover {
    color: #23527c;
    transform: scale(1.1);
}


#p-categorytree-portlet.category-hidden {
#p-categorytree-portlet.category-hidden {