From d76c73eb8634f3181bd246d747ae42443d4b6d31 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 29 Jul 2006 17:44:41 +0000 Subject: * New pagestats plugin from Enrico, which can generate a table counting the backlinks for each page, or a del.icio.us style cloud. --- basewiki/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'basewiki') 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%; } -- cgit v1.2.3