diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-29 17:44:41 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-29 17:44:41 +0000 |
commit | d76c73eb8634f3181bd246d747ae42443d4b6d31 (patch) | |
tree | 5bc0f7efd317acfbc6cb792987c419bd92f9b5f2 /basewiki | |
parent | 267f98e2e116739872cafc6bb712280c31376705 (diff) | |
download | ikiwiki-d76c73eb8634f3181bd246d747ae42443d4b6d31.tar ikiwiki-d76c73eb8634f3181bd246d747ae42443d4b6d31.tar.gz |
* New pagestats plugin from Enrico, which can generate a table counting
the backlinks for each page, or a del.icio.us style cloud.
Diffstat (limited to 'basewiki')
-rw-r--r-- | basewiki/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/basewiki/style.css b/basewiki/style.css index f96e11ab0..ebc912553 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -108,3 +108,15 @@ td.changelog { color: white !important; background: #ff9900; } + +/* Tag cloud. */ +.pagecloud { + float: right; + width: 30%; + text-align: center; +} +.smallestPC { font-size: 70%; } +.smallPC { font-size: 85%; } +.normalPC { font-size: 100%; } +.bigPC { font-size: 115%; } +.biggestPC { font-size: 130%; } |