55
|
1 .com { color: #93a1a1; }
|
|
2 .lit { color: #195f91; }
|
|
3 .pun, .opn, .clo { color: #93a1a1; }
|
|
4 .fun { color: #dc322f; }
|
|
5 .str, .atv { color: #D14; }
|
|
6 .kwd, .prettyprint .tag { color: #1e347b; }
|
|
7 .typ, .atn, .dec, .var { color: teal; }
|
|
8 .pln { color: #48484c; }
|
|
9
|
|
10 .prettyprint {
|
|
11 background-color: #f7f7f9;
|
|
12 }
|
|
13 .prettyprint.linenums {
|
|
14 -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
|
|
15 -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
|
|
16 box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
|
|
17 }
|
|
18
|
|
19 /* Specify class=linenums on a pre to get line numbering */
|
|
20 ol.linenums li {
|
|
21 color: #bebec5;
|
|
22 line-height: 20px;
|
289
|
23 }
|