web/res/metadataplayer/Tagcloud.css
author Raphael Velt <raph.velt@gmail.com>
Tue, 04 Dec 2012 11:10:03 +0100
changeset 728 a1943edaeebe
parent 724 73e9f2107400
child 729 f411402f80e4
permissions -rw-r--r--
Added tag V02.05 for changeset c7787f3d13f5

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