X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/8fd9c9accbc3c3e977aa78cb38bf7b264c53bace..a69bb505abc52a8f506f677ab3bec5babbc500fd:/basewiki/style.css?ds=sidebyside diff --git a/basewiki/style.css b/basewiki/style.css index f96e11ab0..3f8547e95 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -5,6 +5,13 @@ line-height: 1em; } +.author { + margin: 0; + font-size: 18px; + font-weight: bold; + display: block; +} + #actions ul { margin: 0; padding: 6px; @@ -76,6 +83,7 @@ td.changelog { .pageinfo { font-style: italic; + display: block; } /* Used for invalid form fields. */ @@ -108,3 +116,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%; }