pre .str { color: #d14 } /* string - pink */ pre .kwd { color: #a61717; font-weight: bold } pre .com { color: #999988; font-style: italic; } /* comment - skyblue */ pre .typ { color: #009999 } /* type - lightgreen */ pre .lit { color: #cd5c5c } /* literal - darkred */ pre .pun { color: #a61717 } /* punctuation */ pre .pln { color: #000000 } /* plaintext */ pre .tag { color: #000080; font-weight: bold } /* html/xml tag - lightyellow */ pre .atn { color: #008080; font-weight: bold } /* attribute name - khaki */ pre .atv { color: #d14 } /* attribute value - pink */ pre .dec { color: #009999 } /* decimal - lightgreen */ ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE } /* IE indents via margin-left */ li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none } li.L1,li.L3,li.L5,li.L7,li.L9 { } pre.prettyprint { border: 0; border-radius: 0; border-left: 3px solid #2d87e2; margin-left: 2em; padding: 0.5em; font-size: 90%; display: block; font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace; margin: 1em 0px; white-space: pre; }