@@ -51,9 +51,17 @@ b, strong {
51
51
font-family : "aller-bold" ;
52
52
}
53
53
54
- p , ul , ol {
54
+ p {
55
55
margin : 15px 0 0px ;
56
56
}
57
+ .annotation ul , .annotation ol {
58
+ margin : 25px 0 ;
59
+ }
60
+ .annotation ul li , .annotation ol li {
61
+ font-size : 14px ;
62
+ line-height : 18px ;
63
+ margin : 10px 0 ;
64
+ }
57
65
58
66
h1 , h2 , h3 , h4 , h5 , h6 {
59
67
color : # 112233 ;
70
78
71
79
hr {
72
80
border : 0 ;
73
- background : 1px solid # ddd ;
81
+ background : 1px # ddd ;
74
82
height : 1px ;
75
83
margin : 20px 0 ;
76
84
}
@@ -205,7 +213,6 @@ ul.sections > li > div {
205
213
}
206
214
207
215
ul .sections > li > div .content {
208
- background : # f5f5ff ;
209
216
overflow-x : auto;
210
217
-webkit-box-shadow : inset 0 0 5px # e5e5ee ;
211
218
box-shadow : inset 0 0 5px # e5e5ee ;
@@ -306,7 +313,6 @@ ul.sections > li > div {
306
313
ul .sections > li > div .content {
307
314
padding : 13px ;
308
315
vertical-align : top;
309
- background : # f5f5ff ;
310
316
border : none;
311
317
-webkit-box-shadow : none;
312
318
box-shadow : none;
@@ -376,125 +382,125 @@ pre code {
376
382
background : # f8f8ff
377
383
}
378
384
379
- pre .comment ,
380
- pre .template_comment ,
381
- pre .diff .header ,
382
- pre .javadoc {
385
+ pre .hljs- comment,
386
+ pre .hljs- template_comment,
387
+ pre .hljs- diff .hljs- header,
388
+ pre .hljs- javadoc {
383
389
color : # 408080 ;
384
390
font-style : italic
385
391
}
386
392
387
- pre .keyword ,
388
- pre .assignment ,
389
- pre .literal ,
390
- pre .css .rule .keyword ,
391
- pre .winutils ,
392
- pre .javascript .title ,
393
- pre .lisp .title ,
394
- pre .subst {
393
+ pre .hljs- keyword,
394
+ pre .hljs- assignment,
395
+ pre .hljs- literal,
396
+ pre .hljs- css .hljs- rule .hljs- keyword,
397
+ pre .hljs- winutils,
398
+ pre .hljs- javascript .hljs- title,
399
+ pre .hljs- lisp .hljs- title,
400
+ pre .hljs- subst {
395
401
color : # 954121 ;
396
402
/*font-weight: bold*/
397
403
}
398
404
399
- pre .number ,
400
- pre .hexcolor {
405
+ pre .hljs- number,
406
+ pre .hljs- hexcolor {
401
407
color : # 40a070
402
408
}
403
409
404
- pre .string ,
405
- pre .tag .value ,
406
- pre .phpdoc ,
407
- pre .tex .formula {
410
+ pre .hljs- string,
411
+ pre .hljs- tag .hljs- value,
412
+ pre .hljs- phpdoc,
413
+ pre .hljs- tex .hljs- formula {
408
414
color : # 219161 ;
409
415
}
410
416
411
- pre .title ,
412
- pre .id {
417
+ pre .hljs- title,
418
+ pre .hljs- id {
413
419
color : # 19469D ;
414
420
}
415
- pre .params {
421
+ pre .hljs- params {
416
422
color : # 00F ;
417
423
}
418
424
419
- pre .javascript .title ,
420
- pre .lisp .title ,
421
- pre .subst {
425
+ pre .hljs- javascript .hljs- title,
426
+ pre .hljs- lisp .hljs- title,
427
+ pre .hljs- subst {
422
428
font-weight : normal
423
429
}
424
430
425
- pre .class .title ,
426
- pre .haskell .label ,
427
- pre .tex .command {
431
+ pre .hljs- class .hljs- title,
432
+ pre .hljs- haskell .hljs- label,
433
+ pre .hljs- tex .hljs- command {
428
434
color : # 458 ;
429
435
font-weight : bold
430
436
}
431
437
432
- pre .tag ,
433
- pre .tag .title ,
434
- pre .rules .property ,
435
- pre .django .tag .keyword {
438
+ pre .hljs- tag,
439
+ pre .hljs- tag .hljs- title,
440
+ pre .hljs- rules .hljs- property,
441
+ pre .hljs- django .hljs- tag .hljs- keyword {
436
442
color : # 000080 ;
437
443
font-weight : normal
438
444
}
439
445
440
- pre .attribute ,
441
- pre .variable ,
442
- pre .instancevar ,
443
- pre .lisp .body {
446
+ pre .hljs- attribute,
447
+ pre .hljs- variable,
448
+ pre .hljs- instancevar,
449
+ pre .hljs- lisp .hljs- body {
444
450
color : # 008080
445
451
}
446
452
447
- pre .regexp {
453
+ pre .hljs- regexp {
448
454
color : # B68
449
455
}
450
456
451
- pre .class {
457
+ pre .hljs- class {
452
458
color : # 458 ;
453
459
font-weight : bold
454
460
}
455
461
456
- pre .symbol ,
457
- pre .ruby .symbol .string ,
458
- pre .ruby .symbol .keyword ,
459
- pre .ruby .symbol .keymethods ,
460
- pre .lisp .keyword ,
461
- pre .tex .special ,
462
- pre .input_number {
462
+ pre .hljs- symbol,
463
+ pre .hljs- ruby .hljs- symbol .hljs- string,
464
+ pre .hljs- ruby .hljs- symbol .hljs- keyword,
465
+ pre .hljs- ruby .hljs- symbol .hljs- keymethods,
466
+ pre .hljs- lisp .hljs- keyword,
467
+ pre .hljs- tex .hljs- special,
468
+ pre .hljs- input_number {
463
469
color : # 990073
464
470
}
465
471
466
- pre .builtin ,
467
- pre .constructor ,
468
- pre .built_in ,
469
- pre .lisp .title {
472
+ pre .hljs- builtin,
473
+ pre .hljs- constructor,
474
+ pre .hljs- built_in,
475
+ pre .hljs- lisp .hljs- title {
470
476
color : # 0086b3
471
477
}
472
478
473
- pre .preprocessor ,
474
- pre .pi ,
475
- pre .doctype ,
476
- pre .shebang ,
477
- pre .cdata {
479
+ pre .hljs- preprocessor,
480
+ pre .hljs- pi,
481
+ pre .hljs- doctype,
482
+ pre .hljs- shebang,
483
+ pre .hljs- cdata {
478
484
color : # 999 ;
479
485
font-weight : bold
480
486
}
481
487
482
- pre .deletion {
488
+ pre .hljs- deletion {
483
489
background : # fdd
484
490
}
485
491
486
- pre .addition {
492
+ pre .hljs- addition {
487
493
background : # dfd
488
494
}
489
495
490
- pre .diff .change {
496
+ pre .hljs- diff .hljs- change {
491
497
background : # 0086b3
492
498
}
493
499
494
- pre .chunk {
500
+ pre .hljs- chunk {
495
501
color : # aaa
496
502
}
497
503
498
- pre .tex .formula {
504
+ pre .hljs- tex .hljs- formula {
499
505
opacity : 0.5 ;
500
506
}
0 commit comments