X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/80af21bff20ff160e1069a198fa93935d205dcad..957ae14949c148bb142b4e910fc3b93f79a070bb:/basewiki/style.css diff --git a/basewiki/style.css b/basewiki/style.css index ef7f23c18..c03f39ea3 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -1,3 +1,9 @@ +/* ikiwiki style sheet */ + +/* Note that instead of modifying this style sheet, you can instead create + * a local.css in your wiki, and override or change settings in this one. + */ + .header { margin: 0; font-size: 22px; @@ -13,27 +19,43 @@ display: block; } -#actions ul { +.actions ul { margin: 0; padding: 6px; list-style-type: none; border-bottom: 1px solid #000; } -#actions li { +.inlinepage .actions ul { + border-bottom: 0; +} + +.actions li { display: inline; padding: .2em .4em; } +#backlinks { + margin: 1em 0; +} + +.tags { + clear: both; +} + +div.tags { + border-top: 1px solid #000; +} + +#footer { + margin: 1em 0; +} + #searchform { display: inline; float: right; } -#content { - border-bottom: 1px solid #000; -} - #editcontent { width: 100%; } @@ -74,15 +96,8 @@ td.changelog { border: 1px solid #aaa; } -#backlinks { - margin: 1em 0; -} - -#footer { - margin: 1em 0; -} - .pageinfo { + clear: both; font-style: italic; display: block; }