X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/d73eb7d9b2569ebb44fc79480b6ec2d8c1faea5d..ea7c1374fbab4443660e3c96bfd005b580cfec7e:/doc/style.css diff --git a/doc/style.css b/doc/style.css index af460dd0d..b98507991 100644 --- a/doc/style.css +++ b/doc/style.css @@ -35,20 +35,32 @@ padding: .2em .4em; } -#backlinks { - margin: 1em 0; +.tags { + clear: both; } -.tags { +#pageinfo { clear: both; + margin: 1em 0; + border-top: 1px solid #000; } div.tags { - border-top: 1px solid #000; + margin-top: 1em; } -#footer { - margin: 1em 0; +.mapparent { + text-decoration: none; +} + +.img caption { + font-size: 80%; + caption-side: bottom; + text-align: center; +} + +#backlinks { + margin-top: 1em; } #searchform { @@ -60,34 +72,56 @@ div.tags { width: 100%; } -/* Stuff for the RecentChanges table. */ -tr.changeheader { +img { + border-style: none; +} + +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; +} +.recentchanges .diff { + 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. */ @@ -103,10 +137,13 @@ td.changelog { border: 1px solid #aaa; } -.pageinfo { +.pagedate, +.pagelicense, +.pagecopyright { clear: both; font-style: italic; display: block; + margin-top: 1em; } /* Used for invalid form fields. */ @@ -145,6 +182,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%; } @@ -239,13 +280,14 @@ input#openid_url { width: 25% } -/* Used by the popup template. */ +/* Used by the popup template and for backlinks hiding. */ .popup { border-bottom: 1px dotted #366; color: #366; } .popup .balloon, -.popup .paren { +.popup .paren, +.popup .expand { display: none; } .popup:hover .balloon, @@ -257,7 +299,32 @@ input#openid_url { border: 2px solid; background-color: #dee; color: black; + + /* Nonstandard, but very nice. */ opacity: 0.95; -moz-opacity: 0.95; filter: alpha(opacity=95); } + +/* Formbuilder styling */ +fieldset { + margin: 1ex 0; + border: 1px solid black; +} +legend { + padding: 0 1ex; +} +.fb_submit { + float: left; + margin: 2px 0; +} +#signin_openid_url_label { + float: left; + margin-right: 1ex; +} +#signin_openid { + padding: 10px 10px; + border: 1px solid #aaa; + background: #eee; + color: black !important; +}