@@ -304,125 +304,125 @@ pre code {
304
304
background : # f8f8ff
305
305
}
306
306
307
- pre .comment ,
308
- pre .template_comment ,
309
- pre .diff .header ,
310
- pre .javadoc {
307
+ pre .hljs- comment,
308
+ pre .hljs- template_comment,
309
+ pre .hljs- diff .hljs- header,
310
+ pre .hljs- javadoc {
311
311
color : # 408080 ;
312
312
font-style : italic
313
313
}
314
314
315
- pre .keyword ,
316
- pre .assignment ,
317
- pre .literal ,
318
- pre .css .rule .keyword ,
319
- pre .winutils ,
320
- pre .javascript .title ,
321
- pre .lisp .title ,
322
- pre .subst {
315
+ pre .hljs- keyword,
316
+ pre .hljs- assignment,
317
+ pre .hljs- literal,
318
+ pre .hljs- css .hljs- rule .hljs- keyword,
319
+ pre .hljs- winutils,
320
+ pre .hljs- javascript .hljs- title,
321
+ pre .hljs- lisp .hljs- title,
322
+ pre .hljs- subst {
323
323
color : # 954121 ;
324
324
/*font-weight: bold*/
325
325
}
326
326
327
- pre .number ,
328
- pre .hexcolor {
327
+ pre .hljs- number,
328
+ pre .hljs- hexcolor {
329
329
color : # 40a070
330
330
}
331
331
332
- pre .string ,
333
- pre .tag .value ,
334
- pre .phpdoc ,
335
- pre .tex .formula {
332
+ pre .hljs- string,
333
+ pre .hljs- tag .hljs- value,
334
+ pre .hljs- phpdoc,
335
+ pre .hljs- tex .hljs- formula {
336
336
color : # 219161 ;
337
337
}
338
338
339
- pre .title ,
340
- pre .id {
339
+ pre .hljs- title,
340
+ pre .hljs- id {
341
341
color : # 19469D ;
342
342
}
343
- pre .params {
343
+ pre .hljs- params {
344
344
color : # 00F ;
345
345
}
346
346
347
- pre .javascript .title ,
348
- pre .lisp .title ,
349
- pre .subst {
347
+ pre .hljs- javascript .hljs- title,
348
+ pre .hljs- lisp .hljs- title,
349
+ pre .hljs- subst {
350
350
font-weight : normal
351
351
}
352
352
353
- pre .class .title ,
354
- pre .haskell .label ,
355
- pre .tex .command {
353
+ pre .hljs- class .hljs- title,
354
+ pre .hljs- haskell .hljs- label,
355
+ pre .hljs- tex .hljs- command {
356
356
color : # 458 ;
357
357
font-weight : bold
358
358
}
359
359
360
- pre .tag ,
361
- pre .tag .title ,
362
- pre .rules .property ,
363
- pre .django .tag .keyword {
360
+ pre .hljs- tag,
361
+ pre .hljs- tag .hljs- title,
362
+ pre .hljs- rules .hljs- property,
363
+ pre .hljs- django .hljs- tag .hljs- keyword {
364
364
color : # 000080 ;
365
365
font-weight : normal
366
366
}
367
367
368
- pre .attribute ,
369
- pre .variable ,
370
- pre .instancevar ,
371
- pre .lisp .body {
368
+ pre .hljs- attribute,
369
+ pre .hljs- variable,
370
+ pre .hljs- instancevar,
371
+ pre .hljs- lisp .hljs- body {
372
372
color : # 008080
373
373
}
374
374
375
- pre .regexp {
375
+ pre .hljs- regexp {
376
376
color : # B68
377
377
}
378
378
379
- pre .class {
379
+ pre .hljs- class {
380
380
color : # 458 ;
381
381
font-weight : bold
382
382
}
383
383
384
- pre .symbol ,
385
- pre .ruby .symbol .string ,
386
- pre .ruby .symbol .keyword ,
387
- pre .ruby .symbol .keymethods ,
388
- pre .lisp .keyword ,
389
- pre .tex .special ,
390
- pre .input_number {
384
+ pre .hljs- symbol,
385
+ pre .hljs- ruby .hljs- symbol .hljs- string,
386
+ pre .hljs- ruby .hljs- symbol .hljs- keyword,
387
+ pre .hljs- ruby .hljs- symbol .hljs- keymethods,
388
+ pre .hljs- lisp .hljs- keyword,
389
+ pre .hljs- tex .hljs- special,
390
+ pre .hljs- input_number {
391
391
color : # 990073
392
392
}
393
393
394
- pre .builtin ,
395
- pre .constructor ,
396
- pre .built_in ,
397
- pre .lisp .title {
394
+ pre .hljs- builtin,
395
+ pre .hljs- constructor,
396
+ pre .hljs- built_in,
397
+ pre .hljs- lisp .hljs- title {
398
398
color : # 0086b3
399
399
}
400
400
401
- pre .preprocessor ,
402
- pre .pi ,
403
- pre .doctype ,
404
- pre .shebang ,
405
- pre .cdata {
401
+ pre .hljs- preprocessor,
402
+ pre .hljs- pi,
403
+ pre .hljs- doctype,
404
+ pre .hljs- shebang,
405
+ pre .hljs- cdata {
406
406
color : # 999 ;
407
407
font-weight : bold
408
408
}
409
409
410
- pre .deletion {
410
+ pre .hljs- deletion {
411
411
background : # fdd
412
412
}
413
413
414
- pre .addition {
414
+ pre .hljs- addition {
415
415
background : # dfd
416
416
}
417
417
418
- pre .diff .change {
418
+ pre .hljs- diff .hljs- change {
419
419
background : # 0086b3
420
420
}
421
421
422
- pre .chunk {
422
+ pre .hljs- chunk {
423
423
color : # aaa
424
424
}
425
425
426
- pre .tex .formula {
426
+ pre .hljs- tex .hljs- formula {
427
427
opacity : 0.5 ;
428
428
}
0 commit comments