/* ikiwiki local style sheet */ /* Add local styling here, instead of modifying style.css. */ BODY { background-color: DimGrey; font-family: sans-serif; } H1 { color: #c03; text-transform: lowercase; } A { color: Black; } A:visited { color: Black; } A:hover { color: #c03; text-decoration: underline; } IMG { vertical-align:text-top; } DIV#container { background-color: White; margin: 10px 5%; } DIV#branding-logo { float: right; margin: opx; } DIV.header { font-size: 70%; } DIV.header SPAN { text-transform: lowercase; } DIV.header A { text-decoration: none; } DIV#sidebar { float: left; margin-top: 6em; margin-left: 2%; width: 16%; padding: 0px; color: Black; text-transform: lowercase; font-weight: bold; } DIV#sidebar UL { margin: 0px; padding: 0px; } DIV#sidebar UL LI { line-height: 2; list-style-type: none; } DIV#sidebar UL LI SPAN.selflink { color: #c03; } DIV#sidebar UL UL LI { margin-left: 10%; } DIV#sidebar A { text-decoration: none; } DIV#content { float: right; width: 65%; line-height: 3ex; margin: 2em 8% 0 0; } DIV#content IMG { float: left; margin-right: 2em; } 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; } DIV#pageinfo { border: 0; }