X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/a82943776156937430e3c785ce6aebc439f90a45..08192f449dc61ea2e2f51045773f80ef5b5a55c6:/doc/style.css diff --git a/doc/style.css b/doc/style.css index c34d9b2d1..026d2c881 100644 --- a/doc/style.css +++ b/doc/style.css @@ -39,7 +39,7 @@ clear: both; } -#footer { +#pageinfo { clear: both; margin: 1em 0; border-top: 1px solid #000; @@ -49,6 +49,10 @@ div.tags { margin-top: 1em; } +.mapparent { + text-decoration: none; +} + #backlinks { margin-top: 1em; } @@ -66,34 +70,49 @@ img { border-style: none; } -/* Stuff for the RecentChanges table. */ -tr.changeheader { +div.recentchanges { + border-style: solid; + border-width: 1px; + overflow: auto; + width: 100%; background: #eee; color: black !important; } -tr.changeinfo { - background: #eee; +.recentchanges .metadata { + padding: 0px 0.5em; +} +.recentchanges .changelog { + font-style: italic; + clear: both; + display: block; + padding: 1px 2px; + background: white !important; color: black !important; } -th.changeheader { - padding: 1px .3em; +.recentchanges .desc { + display: none; } -td.changeinfo { - padding: 1px .3em; +.recentchanges .committer { + float: left; + margin: 0; + width: 40%; } -td.changetime { - white-space: nowrap; - padding: 1px .3em; +.recentchanges .committype { + float: left; + margin: 0; + width: 5%; + font-size: small; } -td.changelog { - font-style: italic; +.recentchanges .changedate { + float: left; + margin: 0; + width: 35%; + font-size: small; } - -.pagecloud { - padding: 10px 10px; - border: 1px solid #aaa; - background: #eee; - color: black !important; +.recentchanges .pagelinks { + float: right; + margin: 0; + width: 60%; } /* Used for adding a blog page. */ @@ -109,7 +128,9 @@ td.changelog { border: 1px solid #aaa; } -.pageinfo { +.pagedate, +.pagelicense, +.pagecopyright { clear: both; font-style: italic; display: block; @@ -152,6 +173,10 @@ td.changelog { float: right; width: 30%; text-align: center; + padding: 10px 10px; + border: 1px solid #aaa; + background: #eee; + color: black !important; } .smallestPC { font-size: 70%; } .smallPC { font-size: 85%; }