aboutsummaryrefslogtreecommitdiffstats
path: root/sneakyidea/static
diff options
context:
space:
mode:
authorArnaud BOS <arnaud.tlse@gmail.com>2011-05-08 16:09:50 +0100
committerArnaud BOS <arnaud.tlse@gmail.com>2011-05-08 16:09:50 +0100
commit3920b1d9ed6821409fa077fd781964292043ae4f (patch)
tree894ce13b50517e3a1451f884dc209213118049d5 /sneakyidea/static
parenta2d78d158960e72b760bd965797115f1fbb38778 (diff)
downloadpelican-themes-3920b1d9ed6821409fa077fd781964292043ae4f.zip
pelican-themes-3920b1d9ed6821409fa077fd781964292043ae4f.tar.gz
pelican-themes-3920b1d9ed6821409fa077fd781964292043ae4f.tar.bz2
[SNEAKYIDEA]Add tag cloud support
Diffstat (limited to 'sneakyidea/static')
-rw-r--r--sneakyidea/static/css/main.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/sneakyidea/static/css/main.css b/sneakyidea/static/css/main.css
index e5aea66..462d646 100644
--- a/sneakyidea/static/css/main.css
+++ b/sneakyidea/static/css/main.css
@@ -311,6 +311,18 @@ img.left, figure.left {float: right; margin: 0 0 2em 2em;}
.social a[href*='github.com'] {background-image: url('../images/icons/github.png');}
/*
+ Tag Cloud
+*****************/
+#cloud {list-style-type: none;}
+
+#cloud li {float: left;}
+
+#cloud .tag-1 {font-size: 3em; line-height: 1;}
+#cloud .tag-2 {font-size: 2em; line-height: 1.5;}
+#cloud .tag-3 {font-size: 1.5em; line-height: 2;}
+#cloud .tag-4 {font-size: 1em; line-height: 3;}
+
+/*
About
*****************/
#about {