# # # patch "underlay/local.css" # from [d986179fbf2ceec89d8996e29f51292b0d058892] # to [12e3b3ea771fd513cda48c086c67d3d846f809af] # ============================================================ --- underlay/local.css d986179fbf2ceec89d8996e29f51292b0d058892 +++ underlay/local.css 12e3b3ea771fd513cda48c086c67d3d846f809af @@ -31,7 +31,7 @@ code { color: white; } -.header { +.pageheader .header { font-size: inherit; line-height: inherit; height: 30px; @@ -40,14 +40,14 @@ code { background: url(res/bg.png); } -.header span a { +.pageheader .header span a { color: white; text-decoration: none; border-bottom: 1px dotted white; margin-right: 0.3em; } -.actions { +.pageheader .actions { text-align: right; font-size: 0; } @@ -115,6 +115,7 @@ code { } #content > *:first-child, +#preview > *:first-child, #content blockquote > *:first-child { margin-top: 0; } @@ -161,6 +162,7 @@ code { } #content > p, +#preview > p, #content blockquote > p { font-size: 1.4em; } @@ -215,7 +217,8 @@ code { overflow: auto; } -#content > pre { +#content > pre, +#preview > pre { font-size: 1.4em; } @@ -252,7 +255,9 @@ code { } #content > table th, -#content > table td { +#content > table td, +#preview > table th, +#preview > table td { font-size: 1.3em; } @@ -343,3 +348,64 @@ code { color:#000000; } +/** style ikiwiki's other controls (login, preferences, etc.) */ +.fb_set { + margin-top: 1em; + margin-bottom: 1em; + padding: 1em; +} + +.fb_submit { + display: inline-block; + margin-right: 1em; +} + +.fb_label { + font-size: 1.2em; +} + +legend { + font-size: 1.2em; + font-weight: bold; +} + +input#_submit, +input#_submit_2, +input#_submit_3 { + margin-top: 1em; + margin-right: 1em; +} + +label[for=editmessage] { + margin-top: 1em; + margin-right: 1em; + display: inline-block; +} + +#editcontent { + width: 70em; +} + +#editmessage { + width: 66.2em; +} + +#signin_body { + margin-top: 1em; + margin-bottom: 1em; +} + +/** the preview area */ +#pagebody #content form + hr { + display: none; +} + +#pagebody #content form + hr + .header { + margin-top: 1em; + margin-bottom: 1em; + padding: 0.5em; + text-align: center; + color: #474747; + font-size: 3em; + background: #e0e0e0; +}