/* ikiwiki local style sheet */ /* Add local styling here, instead of modifying style.css. */ .header { background-color: green; color: white; padding: 10px 20px 0; } div.actions ul { border-bottom: 0; background-color: green; color: white; } div#topbar ul li { display:inline; margin: 0 20px; } div#topbar li, div#topbar ul, div#topbar ul li, div#topbar ol, div#topbar ol li { font-size: 1.1em; line-height: 2em; background-color: green; color: white; margin-top: 0; margin-bottom: 0; } div#topbar a, div#topbar a:hover, div#topbar a:visited { color: white; } div#pageinfo { margin: 15em 0 0; padding: 2px 20px; border-top: 0; background-color: green; color: white; } div.pagedate { margin-top: 0; }