web/res/metadataplayer/Tagcloud.css
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 13 Nov 2012 15:35:37 +0100
changeset 716 bf4e15d5d2b2
parent 654 a5977736d2b0
child 719 d0d3a9369f84
permissions -rw-r--r--
Added tag V02.03 for changeset d03b1c8ae899

/*
 * 
 */
.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;
}