X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/8fd9c9accbc3c3e977aa78cb38bf7b264c53bace..2ea8fbe2d9691d48b007bd0404dd77ae4bd3c9c7:/basewiki/style.css diff --git a/basewiki/style.css b/basewiki/style.css index f96e11ab0..3eb565da2 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -3,6 +3,14 @@ font-size: 22px; font-weight: bold; line-height: 1em; + display: block; +} + +.author { + margin: 0; + font-size: 18px; + font-weight: bold; + display: block; } #actions ul { @@ -76,6 +84,7 @@ td.changelog { .pageinfo { font-style: italic; + display: block; } /* Used for invalid form fields. */ @@ -108,3 +117,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%; }