X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/c20c4066311341e332dc425023f856b6414de9ae..7e35ad2cd91a1abc20b7baff30d8c9e713e9d1e9:/basewiki/style.css diff --git a/basewiki/style.css b/basewiki/style.css index 8d51685fb..ebc912553 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -30,6 +30,29 @@ width: 100%; } +/* Stuff for the RecentChanges table. */ +tr.changeheader { + background: #eee; + color: black !important; +} +tr.changeinfo { + background: #eee; + color: black !important; +} +th.changeheader { + padding: 1px .3em; +} +td.changeinfo { + padding: 1px .3em; +} +td.changetime { + white-space: nowrap; + padding: 1px .3em; +} +td.changelog { + font-style: italic; +} + /* Used for adding a blog page. */ #blogform { padding: 10px 10px; @@ -51,7 +74,7 @@ margin: 1em 0; } -#pageinfo { +.pageinfo { font-style: italic; } @@ -85,3 +108,15 @@ 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%; }