src/widgets/Tagcloud.css
branchnew-model
changeset 880 4c7b33bf2795
child 882 61c384dda19e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/widgets/Tagcloud.css	Thu Apr 26 19:18:57 2012 +0200
@@ -0,0 +1,32 @@
+/*
+ * 
+ */
+.Ldt-Tagcloud-Container {
+    font-family: "Open Sans", Arial, Helvetica, sans-serif;
+    border: 1px solid #b7b7b7;
+    padding: 1px;
+    margin: 0;
+}
+
+ul.Ldt-Tagcloud-List {
+    background: url(img/pinstripe.png);
+    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;
+}
\ No newline at end of file