/* ikiwiki local style sheet */ /* Add local styling here, instead of modifying style.css. */ /* Fonts */ body { font-family: "Trebuchet MS", "Luxi Sans", "Bitstream Vera Sans", "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif; font-size: 100.01%; } pre, tt, code { font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", "Courier", monospace; } /* 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; }