/* ikiwiki local style sheet */ /* Add local styling here, instead of modifying style.css. */ /* Tables */ table { color:#000000; padding:0px; } th { color:#000; background:#CCC; font-weight:bold; padding:0.5em 1em; text-align:center; vertical-align:top; } tr { font-weight:normal; } tr:nth-child(odd) td { background:#E6E6E6; } tr:nth-child(even) td { background:#CCC; } td { background:#ffffff; padding:0.5em 1em; text-align:left; vertical-align:top; }