X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/819b31d46c05c00d4183f824f74bfe3836471d78..a96240d744d0f229100d16ff3e7c25e60f86f15b:/basewiki/style.css diff --git a/basewiki/style.css b/basewiki/style.css index 3f8547e95..7bb9bb9f5 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -3,6 +3,7 @@ font-size: 22px; font-weight: bold; line-height: 1em; + display: block; } .author { @@ -128,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; +}