aboutsummaryrefslogtreecommitdiffstats
path: root/dev-random2/static/css
diff options
context:
space:
mode:
authorm-r-r <raybaudroigm@gmail.com>2012-08-18 13:06:55 +0200
committerm-r-r <raybaudroigm@gmail.com>2012-08-18 13:06:55 +0200
commit2d472973248aaf307809248a30bac7d27b04411f (patch)
tree1e48bda05a3dcbfc912722183b8f44c4ecdf8eb5 /dev-random2/static/css
parent7e147d55198addaf186fddb32c098305b3dbe4cb (diff)
downloadpelican-themes-2d472973248aaf307809248a30bac7d27b04411f.tar.gz
[dev-random2] Improved the tag cloud
Diffstat (limited to 'dev-random2/static/css')
-rw-r--r--dev-random2/static/css/theme.css20
1 files changed, 13 insertions, 7 deletions
diff --git a/dev-random2/static/css/theme.css b/dev-random2/static/css/theme.css
index bb7f86b..050109a 100644
--- a/dev-random2/static/css/theme.css
+++ b/dev-random2/static/css/theme.css
@@ -117,16 +117,22 @@ article:last-of-type:after {
text-align: center;
}
-#tag-cloud li:hover {
- -webkit-transform: rotate(0deg), scale(1.3, 1.3) !important;
- -moz-transform: rotate(0deg), scale(1.3, 1.3) !important;
- -ms-transform: rotate(0deg), scale(1.3, 1.3) !important;
- -o-transform: rotate(0deg), scale(1.3, 1.3) !important;
- transform: rotate(0deg), scale(1.3, 1.3) !important;
+#tag-cloud li {
+ margin: .2em 1em;
+ transition: transform 200ms linear;
}
-#tag-cloud a {
+#tag-cloud li a {
text-decoration: none;
+ color: #222;
+}
+
+#tag-cloud li:hover {
+ transform: rotate(0deg) scale(1.3, 1.3)!important;
+}
+
+#tag-cloud li:hover a {
+ color: black;
}
h1.small-title {