summaryrefslogtreecommitdiff
path: root/basewiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-29 17:44:41 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-29 17:44:41 +0000
commitd76c73eb8634f3181bd246d747ae42443d4b6d31 (patch)
tree5bc0f7efd317acfbc6cb792987c419bd92f9b5f2 /basewiki
parent267f98e2e116739872cafc6bb712280c31376705 (diff)
* 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.css12
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%; }