X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=basewiki%2Fstyle.css;h=7bb9bb9f5c0c49a9a050cb1f509fe8a2bdd5ba18;hb=b058842d88616b7e333d4d71e87e492e909eaa70;hp=ebc912553246c9d45adf4d046ec6d2b0d5f0d866;hpb=d76c73eb8634f3181bd246d747ae42443d4b6d31;p=ikiwiki.git diff --git a/basewiki/style.css b/basewiki/style.css index ebc912553..7bb9bb9f5 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -3,6 +3,14 @@ font-size: 22px; font-weight: bold; line-height: 1em; + display: block; +} + +.author { + margin: 0; + font-size: 18px; + font-weight: bold; + display: block; } #actions ul { @@ -76,6 +84,7 @@ td.changelog { .pageinfo { font-style: italic; + display: block; } /* Used for invalid form fields. */ @@ -120,3 +129,38 @@ td.changelog { .normalPC { font-size: 100%; } .bigPC { font-size: 115%; } .biggestPC { font-size: 130%; } + +#sidebar { + line-height: 3ex; + width: 20ex; + float: right; + margin-left: 40px; + margin-bottom: 40px; + padding: 2ex 2ex; +} + +/* outlines */ +li.L1 { + list-style: upper-roman; +} +li.L2 { + list-style: decimal; +} +li.L3 { + list-style: lower-alpha; +} +li.L4 { + list-style: disc; +} +li.L5 { + list-style: square; +} +li.L6 { + list-style: circle; +} +li.L7 { + list-style: lower-roman; +} +li.L8 { + list-style: upper-alpha; +}