/* Unix CSS that can optionally be used for the wiki. */ body { padding: 20px 40px 0; font-family: "Lucida Console", monospace; color: #0e0; margin: auto; background-color: #080808; text-align: justify; font-size: 16px; } h1:first-of-type:after { content: ": HAX0R edition"; } b, strong, h1, h2, h3 { color: #ddd; } h1, h2, h3 { background-color: #030; } h1:before { content: "# "; } h2:before { content: "## "; } h3:before { content: "### "; } p { margin: 20px 0; } em, i { color: #888; font-style: normal; } hr { margin: 20px 0 20px; } h1, h2, h3 { margin: 30px 0 10px; border-bottom: 1px solid #0e0; } ul, ol { padding: 0; margin: 4px 30px; } ul { list-style: square; } li { margin: 3px 0; } pre, code { font-family: "Lucida Console", monospace; background-color: #111; color: #eee; font-size: 15px; } pre { padding: 3px 0 0 15px; border-left: 3px solid #0e0; } table { border-collapse: collapse; } table td, th { border: 1px solid #eee; padding: 5px 7px; } a { color: #00e; text-decoration: underline; } .dead { color: #e00; }