/* 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.page { background-color: White; margin: 10px 5%; border-radius: 0 20px 0 0; -moz-border-radius: 0 20px 0 0; -webkit-border-radius: 0 20px 0 0; } 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#pagebody { float: right; width: 80%; } DIV#content { line-height: 3ex; margin: 2em 8% 0 0; } DIV#content IMG { float: left; margin-right: 2em; } BLOCKQUOTE { background-color: LightGrey; } DIV#backlinks { display: none; } DIV.pagedate { font-size: 70%; } DIV#frieze { overflow: hidden; background-color: DimGrey; width: 100%; font-size: 0; text-align: center; white-space: nowrap; } DIV#frieze UL, DIV#frieze LI { line-height: 0; } DIV#frieze UL { list-style-type:none; margin: 10px 0 0 0; padding: 0; } DIV#frieze UL LI { display:inline; margin-right: 10px; } DIV#pageinfo { border: 0; }