/* ikiwiki local style sheet */ /* Add local styling here, instead of modifying style.css. */ /* * Someone else please work on this stuff -- someone who knows to make it * actually look good... Some examples are available at * . --tschwinge */ hr { height: 1px; border-style: none; background-color: black; /* No idea, if this is ``just'' a Firefox bug (looks fine without the * following statement in konqueror), but it for sure inhibits the `hr's from * being shifted to the right. */ margin-left: 0px; } pre { margin-left: 1cm; /* * I want these blocks to be as wide as they need to be for the included * text, but not any wider -- with respect to the `background-color'. * Currently it may happen that the background colors of `pre' and `#sidebar' * overlap. How to do this properly? --tschwinge */ background-color: #e5e5e5; } .header { background-color: #f0f0f0; } .actions { background-color: #f0f0f0; } #sidebar { background-color: #f0f0f0; } #license { background-color: #f0f0f0; font-size: small; } .table_style_1 { text-align: left; font-size: small; border-width: thin; border-style: solid; border-collapse: collapse; empty-cells: show; } .table_style_1 th { vertical-align: top; border-width: thin; border-style: solid; } .table_style_1 td { vertical-align: top; border-width: thin; border-style: dotted; }