/* ikiwiki local style sheet */ /* Add local styling here, instead of modifying style.css. */ BODY { background-color: DimGrey; } H1 { color: #c03; text-transform: lowercase; font-family: sans-serif; } A { color: inherit; text-decoration: none; } A:visited { color: DimGrey; } A:hover { color: #c03; text-decoration: underline; } #container { background-color: White; margin: 10px 5%; } #branding-logo { float: right; margin: opx; } div.header { font-size: 70%; } div.header SPAN { text-transform: lowercase; font-family: sans-serif; } #sidebar { float: left; margin-top: 6em; margin-left: 5%; width: 16%; padding: 0px; color: Black; text-transform: lowercase; font-family: sans-serif; font-weight: bold; } #sidebar UL { margin: 0px; padding: 0px; } #sidebar UL LI { line-height: 2; list-style-type: none; } #sidebar UL LI SPAN.selflink { color: #c03; } #sidebar UL UL LI { margin-left: 15%; } #content { float: right; width: 70%; line-height: 3ex; margin-top: 2em; margin-right: 8%; } blockquote { background-color: LightGrey; } DIV.pagedate { font-size: 70%; } DIV#frieze { overflow: hidden; width: 100%; text-align: center; white-space: nowrap; } DIV#frieze UL { list-style-type:none; margin: 0; padding: 0; } DIV#frieze UL LI { display:inline; } #pageinfo { border: 0; }