Let's make 8chan look good.
Here, I fixed the shitty code blocks for you.
@font-face {
src: url("http://misc.nybergh.net/pub/fonts/terminus/ttf/Terminus.ttf");
}
/* --- BOX --- */
pre.prettyprint {
padding: 4px !important;
border: 1px solid #444444 !important;
background: #0F0F0F !important;
font-size: 14px !important;
}
/* --- CODE --- */
/* uncolored text */
span.pln {
color: #AAAAAA !important;
font-family: 'xos4 Terminus' !important;
}
/* BLUE (keywords) */
.kwd {
color: #6675EA !important;
font-family: 'xos4 Terminus' !important;
}
/* YELLOW (brackets, semicolons, operators, stuff like that) */
.pun, .opn, .clo {
color: #D5911A !important;
font-family: 'xos4 Terminus' !important;
}
/* CYAN (numeric values) */
.lit {
color: #00AD9C !important;
font-family: 'xos4 Terminus' !important;
}
/* GREEN (strings, chars, quoted stuff) */
.str {
color: #5AB738 !important;
font-family: 'xos4 Terminus' !important;
}
/* MAGENTA (idk) */
.typ {
color: #9566EA !important;
font-family: 'xos4 Terminus' !important;
}
/* RED (comments) */
.com {
color: #F22C40 !important;
font-family: 'xos4 Terminus' !important;
}
/* proably nothing */
.pln {
color: #FF0000 !important;
font-family: 'xos4 Terminus' !important;
}