/* ikiwiki local style sheet */ /* Add local styling here, instead of modifying style.css. */ /* sidebar left (not right) */ body { background-color: darkgrey; } #container { background-color:white; border-style:solid; border-width:2px; margin:10px 12%; } #sidebar { float: left; margin-left: 5%; margin-right: 40px; width: 25% } #sidebar ul { margin:0px; padding:0px; } #sidebar ul li, #sidebar ul li a { color:orange; line-height:2; list-style-type:none; text-decoration:none; } #sidebar ul li a:hover { text-decoration:underline; } #content { line-height: 3ex; width: 70%; float: right; margin-left: 40px; margin-bottom: 40px; padding: 2ex 2ex; }