web/res/metadataplayer/Tagcloud.css
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 11 Feb 2015 11:25:12 +0100
changeset 1193 6489a0c6e02c
parent 755 d50aeed9a54b
child 1198 ff4b567d51f2
permissions -rw-r--r--
Added tag V03.014 for changeset a92a7bd35a66

/*
 * 
 */
.Ldt-Tagcloud-Container {
}

ul.Ldt-Tagcloud-List {
    padding: 5px;
    margin: 0;
    list-style: none;
    text-align: center;
}

li.Ldt-Tagcloud-item {
    display: inline-block;
    margin: 2px;
    cursor: pointer;
}

li.Ldt-Tagcloud-item:hover {
    color: #0099ff;
}

.Ldt-Tagcloud-active {
    color: #c000c0;
    padding: 0; margin: 0;
}