X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/a2cfdaaec5666a08af864ebad8133e18d7cbbcb3..a75df2a43898bdbcdcc86cd4b3d06040a49574aa:/doc/style.css diff --git a/doc/style.css b/doc/style.css index 0a37e55aa..0fa15d2b1 100644 --- a/doc/style.css +++ b/doc/style.css @@ -35,20 +35,26 @@ 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; +} + +#backlinks { + margin-top: 1em; } #searchform { @@ -60,6 +66,10 @@ div.tags { width: 100%; } +img { + border-style: none; +} + /* Stuff for the RecentChanges table. */ tr.changeheader { background: #eee; @@ -83,13 +93,6 @@ td.changelog { font-style: italic; } -.pagecloud { - padding: 10px 10px; - border: 1px solid #aaa; - background: #eee; - color: black !important; -} - /* Used for adding a blog page. */ #blogform { padding: 10px 10px; @@ -103,10 +106,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 +151,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%; } @@ -258,11 +268,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); } -.popup:hover .expand, -.popup:focus .expand { - display: inline; + +/* 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; }