Lines Matching refs:pre

3 pre .str, code .str { color: #fec243; } /* string  - eggyolk gold */
4 pre .kwd, code .kwd { color: #8470FF; } /* keyword - light slate blue */
5 pre .com, code .com { color: #32cd32; font-style: italic; } /* comment - green */
6 pre .typ, code .typ { color: #6ecbcc; } /* type - turq green */
7 pre .lit, code .lit { color: #d06; } /* literal - cherry red */
8 pre .pun, code .pun { color: #8B8970; } /* punctuation - lemon chiffon4 */
9 pre .pln, code .pln { color: #f0f0f0; } /* plaintext - white */
10 pre .tag, code .tag { color: #9c9cff; } /* html/xml tag (bluey) */
11 pre .htm, code .htm { color: #dda0dd; } /* html tag light purply*/
12 pre .xsl, code .xsl { color: #d0a0d0; } /* xslt tag light purply*/
13 pre .atn, code .atn { color: #46eeee; font-weight: normal;} /* html/xml attribute name - lt turquo…
14 pre .atv, code .atv { color: #EEB4B4; } /* html/xml attribute value - rosy brown2 */
15 pre .dec, code .dec { color: #3387CC; } /* decimal - blue */
20 pre.prettyprint, code.prettyprint {
33 pre.prettyprint {
37 white-space: pre-wrap;
40 pre.prettyprint a, code.prettyprint a {
43 /* Specify class=linenums on a pre to get line numbering; line numbers themselves are the same colo…
51 pre.prettyprint, code.prettyprint { background-color: #fff; }
52 pre .str, code .str { color: #088; }
53 pre .kwd, code .kwd { color: #006; font-weight: bold; }
54 pre .com, code .com { color: #0c3; font-style: italic; }
55 pre .typ, code .typ { color: #404; font-weight: bold; }
56 pre .lit, code .lit { color: #044; }
57 pre .pun, code .pun { color: #440; }
58 pre .pln, code .pln { color: #000; }
59 pre .tag, code .tag { color: #b66ff7; font-weight: bold; }
60 pre .htm, code .htm { color: #606; font-weight: bold; }
61 pre .xsl, code .xsl { color: #606; font-weight: bold; }
62 pre .atn, code .atn { color: #c71585; font-weight: normal; }
63 pre .atv, code .atv { color: #088; font-weight: normal; }