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

Нет описания правки
Нет описания правки
Строка 1: Строка 1:
.tagcloud-wrapper {
.category-tagcloud {
     background: #f9f9f9;
     border: 2px solid #cccccc;
     border: 1px solid #ccc;
     border-radius: 10px;
     padding: 1em;
     padding: 1em;
     border-radius: 8px;
     text-align: center;
     box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
     background: #fff;
     max-width: 800px;
     max-width: 500px;
     margin: 1em auto;
     margin: 1em auto;
     line-height: 2em;
     font-family: Arial, sans-serif;
}
}


.smw-tagcloud a {
.category-tagcloud-links a {
    display: inline-block;
    margin: 0.4em;
    color: #1a237e;
     text-decoration: none;
     text-decoration: none;
     margin: 0.3em;
     font-weight: bold;
    display: inline-block;
     transition: transform 0.2s;
    color: #337ab7;
     transition: all 0.2s;
}
}


.smw-tagcloud a:hover {
.category-tagcloud-links a:hover {
     color: #23527c;
     color: #0d47a1;
     transform: scale(1.1);
     transform: scale(1.1);
}
}