]> git.plutz.net Git - shellwiki/blobdiff - themes/default.css
Taglist and tag cloud
[shellwiki] / themes / default.css
index f8c28acf3419b9f1416e38859e4a49bf1b20b412..e0f7022182b509dfb54737561a760aaf70ba51fd 100644 (file)
@@ -412,6 +412,22 @@ ul.macro.tag { padding: 0; }
 }
 
 
+.macro.taglist li {
+  display: inline-block;
+  margin-right: .75em;
+}
+.macro.taglist.cloud li[rel="0"] { font-size: 6pt; }
+.macro.taglist.cloud li[rel="1"] { font-size: 7.5pt; }
+.macro.taglist.cloud li[rel="2"] { font-size: 9pt; }
+.macro.taglist.cloud li[rel="3"] { font-size: 11.5pt; }
+.macro.taglist.cloud li[rel="4"] { font-size: 13pt; }
+.macro.taglist.cloud li[rel="5"] { font-size: 14.5pt; }
+.macro.taglist.cloud li[rel="6"] { font-size: 16pt; }
+.macro.taglist.cloud li[rel="7"] { font-size: 17.5pt; }
+.macro.taglist.cloud li[rel="8"] { font-size: 19pt; }
+.macro.taglist.cloud li[rel="9"] { font-size: 21.5pt; }
+
+
 .macro.changes td .date {
   display: block;
   font-size: .75em;