web/res/metadataplayer/Tagcloud.css
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 15 Nov 2012 13:12:29 +0100
changeset 718 930e6ee2dca1
parent 654 a5977736d2b0
child 719 d0d3a9369f84
permissions -rw-r--r--
Added tag V02.04 for changeset 78d051bbfaeb

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