github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/abplayer/css/ext/styles.css (about) 1 /* normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */ 2 /* ============================================================================= 3 HTML5 display definitions 4 ========================================================================== */ 5 /* 6 * Corrects block display not defined in IE6/7/8/9 & FF3 7 */ 8 article, 9 aside, 10 details, 11 figcaption, 12 figure, 13 footer, 14 header, 15 hgroup, 16 nav, 17 section, 18 summary { 19 display: block; 20 } 21 22 /* 23 * Corrects inline-block display not defined in IE6/7/8/9 & FF3 24 */ 25 audio, 26 canvas, 27 video { 28 display: inline-block; 29 *display: inline; 30 *zoom: 1; 31 } 32 33 /* 34 * Prevents modern browsers from displaying 'audio' without controls 35 */ 36 audio:not([controls]) { 37 display: none; 38 } 39 40 /* 41 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 42 * Known issue: no IE6 support 43 */ 44 [hidden] { 45 display: none; 46 } 47 48 /* ============================================================================= 49 Base 50 ========================================================================== */ 51 /* 52 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units 53 * http://clagnut.com/blog/348/#c790 54 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom 55 * www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ 56 */ 57 html { 58 font-size: 100%; 59 /* 1 */ 60 -webkit-text-size-adjust: 100%; 61 /* 2 */ 62 -ms-text-size-adjust: 100%; 63 /* 2 */ 64 } 65 66 /* 67 * Addresses font-family inconsistency between 'textarea' and other form elements. 68 */ 69 html, 70 button, 71 input, 72 select, 73 textarea { 74 font-family: sans-serif; 75 } 76 77 /* 78 * Addresses margins handled incorrectly in IE6/7 79 */ 80 body { 81 margin: 0; 82 } 83 84 /* ============================================================================= 85 Links 86 ========================================================================== */ 87 /* 88 * Addresses outline displayed oddly in Chrome 89 */ 90 a:focus { 91 outline: thin dotted; 92 } 93 94 /* 95 * Improves readability when focused and also mouse hovered in all browsers 96 * people.opera.com/patrickl/experiments/keyboard/test 97 */ 98 a:hover, 99 a:active { 100 outline: 0; 101 } 102 103 /* ============================================================================= 104 Typography 105 ========================================================================== */ 106 /* 107 * Addresses font sizes and margins set differently in IE6/7 108 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5 109 */ 110 h1 { 111 font-size: 2em; 112 margin: 0.67em 0; 113 } 114 115 h2 { 116 font-size: 1.5em; 117 margin: 0.83em 0; 118 } 119 120 h3 { 121 font-size: 1.17em; 122 margin: 1em 0; 123 } 124 125 h4 { 126 font-size: 1em; 127 margin: 1.33em 0; 128 } 129 130 h5 { 131 font-size: 0.83em; 132 margin: 1.67em 0; 133 } 134 135 h6 { 136 font-size: 0.75em; 137 margin: 2.33em 0; 138 } 139 140 /* 141 * Addresses styling not present in IE7/8/9, S5, Chrome 142 */ 143 abbr[title] { 144 border-bottom: 1px dotted; 145 } 146 147 /* 148 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome 149 */ 150 b, 151 strong { 152 font-weight: bold; 153 } 154 155 blockquote { 156 margin: 1em 40px; 157 } 158 159 /* 160 * Addresses styling not present in S5, Chrome 161 */ 162 dfn { 163 font-style: italic; 164 } 165 166 /* 167 * Addresses styling not present in IE6/7/8/9 168 */ 169 mark { 170 background: #ff0; 171 color: #000; 172 } 173 174 /* 175 * Addresses margins set differently in IE6/7 176 */ 177 p, 178 pre { 179 margin: 1em 0; 180 } 181 182 /* 183 * Corrects font family set oddly in IE6, S4/5, Chrome 184 * en.wikipedia.org/wiki/User:Davidgothberg/Test59 185 */ 186 pre, 187 code, 188 kbd, 189 samp { 190 font-family: monospace, serif; 191 _font-family: 'courier new', monospace; 192 font-size: 1em; 193 } 194 195 /* 196 * 1. Addresses CSS quotes not supported in IE6/7 197 * 2. Addresses quote property not supported in S4 198 */ 199 /* 1 */ 200 q { 201 quotes: none; 202 } 203 204 /* 2 */ 205 q:before, 206 q:after { 207 content: ''; 208 content: none; 209 } 210 211 small { 212 font-size: 75%; 213 } 214 215 /* 216 * Prevents sub and sup affecting line-height in all browsers 217 * gist.github.com/413930 218 */ 219 sub, 220 sup { 221 font-size: 75%; 222 line-height: 0; 223 position: relative; 224 vertical-align: baseline; 225 } 226 227 sup { 228 top: -0.5em; 229 } 230 231 sub { 232 bottom: -0.25em; 233 } 234 235 /* ============================================================================= 236 Lists 237 ========================================================================== */ 238 /* 239 * Addresses margins set differently in IE6/7 240 */ 241 dl, 242 menu, 243 ol, 244 ul { 245 margin: 1em 0; 246 } 247 248 dd { 249 margin: 0 0 0 40px; 250 } 251 252 /* 253 * Addresses paddings set differently in IE6/7 254 */ 255 menu, 256 ol, 257 ul { 258 padding: 0 0 0 40px; 259 } 260 261 /* 262 * Corrects list images handled incorrectly in IE7 263 */ 264 nav ul, 265 nav ol { 266 list-style: none; 267 list-style-image: none; 268 } 269 270 /* ============================================================================= 271 Embedded content 272 ========================================================================== */ 273 /* 274 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3 275 * 2. Improves image quality when scaled in IE7 276 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ 277 */ 278 img { 279 border: 0; 280 /* 1 */ 281 -ms-interpolation-mode: bicubic; 282 /* 2 */ 283 } 284 285 /* 286 * Corrects overflow displayed oddly in IE9 287 */ 288 svg:not(:root) { 289 overflow: hidden; 290 } 291 292 /* ============================================================================= 293 Figures 294 ========================================================================== */ 295 /* 296 * Addresses margin not present in IE6/7/8/9, S5, O11 297 */ 298 figure { 299 margin: 0; 300 } 301 302 /* ============================================================================= 303 Forms 304 ========================================================================== */ 305 /* 306 * Corrects margin displayed oddly in IE6/7 307 */ 308 form { 309 margin: 0; 310 } 311 312 /* 313 * Define consistent border, margin, and padding 314 */ 315 fieldset { 316 border: 1px solid #c0c0c0; 317 margin: 0 2px; 318 padding: 0.35em 0.625em 0.75em; 319 } 320 321 /* 322 * 1. Corrects color not being inherited in IE6/7/8/9 323 * 2. Corrects text not wrapping in FF3 324 * 3. Corrects alignment displayed oddly in IE6/7 325 */ 326 legend { 327 border: 0; 328 /* 1 */ 329 padding: 0; 330 white-space: normal; 331 /* 2 */ 332 *margin-left: -7px; 333 /* 3 */ 334 } 335 336 /* 337 * 1. Corrects font size not being inherited in all browsers 338 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome 339 * 3. Improves appearance and consistency in all browsers 340 */ 341 button, 342 input, 343 select, 344 textarea { 345 font-size: 100%; 346 /* 1 */ 347 margin: 0; 348 /* 2 */ 349 vertical-align: baseline; 350 /* 3 */ 351 *vertical-align: middle; 352 /* 3 */ 353 } 354 355 /* 356 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet 357 */ 358 button, 359 input { 360 line-height: normal; 361 /* 1 */ 362 } 363 364 /* 365 * 1. Improves usability and consistency of cursor style between image-type 'input' and others 366 * 2. Corrects inability to style clickable 'input' types in iOS 367 * 3. Removes inner spacing in IE7 without affecting normal text inputs 368 * Known issue: inner spacing remains in IE6 369 */ 370 button, 371 input[type="button"], 372 input[type="reset"], 373 input[type="submit"] { 374 cursor: pointer; 375 /* 1 */ 376 -webkit-appearance: button; 377 /* 2 */ 378 *overflow: visible; 379 /* 3 */ 380 } 381 382 /* 383 * Re-set default cursor for disabled elements 384 */ 385 button[disabled], 386 input[disabled] { 387 cursor: default; 388 } 389 390 /* 391 * 1. Addresses box sizing set to content-box in IE8/9 392 * 2. Removes excess padding in IE8/9 393 * 3. Removes excess padding in IE7 394 Known issue: excess padding remains in IE6 395 */ 396 input[type="checkbox"], 397 input[type="radio"] { 398 -webkit-box-sizing: border-box; 399 box-sizing: border-box; 400 /* 1 */ 401 padding: 0; 402 /* 2 */ 403 *height: 13px; 404 /* 3 */ 405 *width: 13px; 406 /* 3 */ 407 } 408 409 /* 410 * 1. Addresses appearance set to searchfield in S5, Chrome 411 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) 412 */ 413 input[type="search"] { 414 -webkit-appearance: textfield; 415 /* 1 */ 416 -webkit-box-sizing: content-box; 417 /* 2 */ 418 box-sizing: content-box; 419 } 420 421 /* 422 * Removes inner padding and search cancel button in S5, Chrome on OS X 423 */ 424 input[type="search"]::-webkit-search-decoration, 425 input[type="search"]::-webkit-search-cancel-button { 426 -webkit-appearance: none; 427 } 428 429 /* 430 * Removes inner padding and border in FF3+ 431 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 432 */ 433 button::-moz-focus-inner, 434 input::-moz-focus-inner { 435 border: 0; 436 padding: 0; 437 } 438 439 /* 440 * 1. Removes default vertical scrollbar in IE6/7/8/9 441 * 2. Improves readability and alignment in all browsers 442 */ 443 textarea { 444 overflow: auto; 445 /* 1 */ 446 vertical-align: top; 447 /* 2 */ 448 } 449 450 /* ============================================================================= 451 Tables 452 ========================================================================== */ 453 /* 454 * Remove most spacing between table cells 455 */ 456 table { 457 border-collapse: collapse; 458 border-spacing: 0; 459 } 460 461 body { 462 padding: 0px 0 20px 0px; 463 margin: 0px; 464 font: 16px/1.5 OpenSansRegular, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif; 465 color: #f0e7d5; 466 font-weight: normal; 467 background: #1c1c1c; 468 background-attachment: fixed !important; 469 } 470 471 h1, h2, h3, h4, h5, h6 { 472 color: #e8e8e8; 473 margin: 0 0 10px; 474 font-family: OpenSansRegular, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif; 475 font-weight: normal; 476 } 477 478 p, ul, ol, table, pre, dl { 479 margin: 0 0 20px; 480 } 481 482 h1, h2, h3 { 483 line-height: 1.1; 484 } 485 486 h1 { 487 font-size: 28px; 488 } 489 490 h2 { 491 font-size: 24px; 492 margin-top:15px; 493 } 494 495 h4, h5, h6 { 496 color: #e8e8e8; 497 } 498 499 h3 { 500 font-size: 18px; 501 line-height: 24px; 502 font-family: OpenSansRegular, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif !important; 503 font-weight: normal; 504 color: #b6b6b6; 505 } 506 507 a { 508 color: #4399EE; 509 font-weight: 400; 510 text-decoration: none; 511 } 512 a:hover { 513 color: #88DDFF; 514 } 515 516 a small { 517 font-size: 11px; 518 color: #666; 519 margin-top: -0.6em; 520 display: block; 521 } 522 523 strong { 524 font-family: 'OpenSansBold', "Helvetica Neue", Helvetica, Arial, sans-serif !important; 525 font-weight: normal; 526 } 527 528 .wrapper { 529 max-width: 800px; 530 margin: 0 auto; 531 position: relative; 532 padding: 0 20px; 533 } 534 535 section img { 536 max-width: 100%; 537 } 538 539 blockquote { 540 border-left: 3px solid #ffcc00; 541 margin: 0; 542 padding: 0 0 0 20px; 543 font-style: italic; 544 } 545 546 code { 547 font-family: Consolas, Lucida Console, Terminal; 548 color: #aaffaa; 549 font-size: 13px; 550 margin: 0 4px; 551 padding: 4px 6px; 552 -o-border-radius: 2px; 553 -khtml-border-radius: 2px; 554 border-radius: 2px; 555 } 556 557 pre { 558 padding: 8px 15px; 559 background: #191919; 560 -o-border-radius: 2px; 561 -khtml-border-radius: 2px; 562 border-radius: 2px; 563 border: 1px solid #121212; 564 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); 565 -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); 566 box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); 567 overflow: auto; 568 overflow-y: hidden; 569 } 570 pre code { 571 color: #88ff88; 572 text-shadow: 0px 1px 0px #000; 573 margin: 0; 574 padding: 0; 575 } 576 577 table { 578 width: 100%; 579 border-collapse: collapse; 580 } 581 582 th { 583 text-align: left; 584 padding: 5px 10px; 585 border-bottom: 1px solid #434343; 586 color: #b6b6b6; 587 font-family: 'OpenSansSemibold', "Helvetica Neue", Helvetica, Arial, sans-serif !important; 588 font-weight: normal; 589 } 590 591 td { 592 text-align: left; 593 padding: 5px 10px; 594 border-bottom: 1px solid #434343; 595 } 596 597 hr { 598 border: 0; 599 outline: none; 600 border-bottom: 1px dotted; 601 height: 3px; 602 margin: 0 0 20px; 603 } 604 605 dt { 606 color: #F0E7D5; 607 font-family: 'OpenSansSemibold', "Helvetica Neue", Helvetica, Arial, sans-serif !important; 608 font-weight: normal; 609 } 610 611 #header { 612 z-index: 100; 613 left: 0; 614 top: 0px; 615 height: 60px; 616 width: 100%; 617 position: fixed; 618 background-color:#353535; 619 border-bottom: 4px solid #434343; 620 -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); 621 -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); 622 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); 623 } 624 #header nav { 625 max-width: 650px; 626 margin: 0 auto; 627 padding: 0 10px; 628 background: blue; 629 margin: 6px auto; 630 } 631 #header nav li { 632 font-family: OpenSansLight, 'Open Sans Light', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif; 633 font-weight: normal; 634 list-style: none; 635 display: inline; 636 color: white; 637 line-height: 50px; 638 text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); 639 font-size: 14px; 640 } 641 #header nav li a, .pbutton { 642 color: white; 643 border: 1px solid #09C; 644 -o-border-radius: 2px; 645 -khtml-border-radius: 2px; 646 border-radius: 2px; 647 -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 3px 7px rgba(0, 0, 0, 0.7); 648 -o-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 3px 7px rgba(0, 0, 0, 0.7); 649 box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 3px 7px rgba(0, 0, 0, 0.7); 650 background-color: #4399EE; 651 padding: 10px 12px; 652 margin-top: 6px; 653 line-height: 14px; 654 font-size: 14px; 655 display: inline-block; 656 text-align: center; 657 } 658 #header nav li a:hover, .pbutton:hover { 659 background-color: #09C; 660 border: 1px solid #09C; 661 -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(0, 0, 0, 0); 662 -o-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(0, 0, 0, 0); 663 box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(0, 0, 0, 0); 664 } 665 #header nav li.fork { 666 float: left; 667 margin-left: 0px; 668 } 669 #header nav li.downloads { 670 float: right; 671 margin-left: 6px; 672 } 673 #header nav li.title { 674 float: right; 675 margin-right: 10px; 676 font-size: 11px; 677 } 678 679 section { 680 max-width: 800px; 681 padding: 30px 0px 50px 0px; 682 margin: 20px 0; 683 margin-top: 70px; 684 } 685 section #title { 686 border: 0; 687 outline: none; 688 margin: 0 0 50px 0; 689 padding: 0 0 5px 0; 690 } 691 section #title h1 { 692 font-family: OpenSansLight, 'Open Sans Light', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif; 693 font-weight: normal; 694 font-size: 40px; 695 text-align: center; 696 line-height: 36px; 697 } 698 section #title p { 699 color: #d7cfbe; 700 font-family: OpenSansLight, 'Open Sans Light', SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif; 701 font-weight: normal; 702 font-size: 18px; 703 text-align: center; 704 } 705 section #title .credits { 706 font-size: 11px; 707 font-family: OpenSansRegular, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif; 708 font-weight: normal; 709 color: #696969; 710 margin-top: -10px; 711 } 712 section #title .credits.left { 713 float: left; 714 } 715 section #title .credits.right { 716 float: right; 717 } 718 719 @media print, screen and (max-width: 720px) { 720 #title .credits { 721 display: block; 722 width: 100%; 723 line-height: 30px; 724 text-align: center; 725 } 726 #title .credits .left { 727 float: none; 728 display: block; 729 } 730 #title .credits .right { 731 float: none; 732 display: block; 733 } 734 } 735 @media print, screen and (max-width: 480px) { 736 #header { 737 margin-top: -20px; 738 } 739 740 section { 741 margin-top: 40px; 742 } 743 744 nav { 745 display: none; 746 } 747 } 748 749 .highlight .hll { background-color: #404040 } 750 .highlight { color: #d0d0d0 } 751 .highlight .c { color: #999999; font-style: italic } /* Comment */ 752 .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ 753 .highlight .g { color: #d0d0d0 } /* Generic */ 754 .highlight .k { color: #6ab825; font-weight: normal } /* Keyword */ 755 .highlight .l { color: #d0d0d0 } /* Literal */ 756 .highlight .n { color: #d0d0d0 } /* Name */ 757 .highlight .o { color: #d0d0d0 } /* Operator */ 758 .highlight .x { color: #d0d0d0 } /* Other */ 759 .highlight .p { color: #d0d0d0 } /* Punctuation */ 760 .highlight .cm { color: #999999; font-style: italic } /* Comment.Multiline */ 761 .highlight .cp { color: #cd2828; font-weight: normal } /* Comment.Preproc */ 762 .highlight .c1 { color: #999999; font-style: italic } /* Comment.Single */ 763 .highlight .cs { color: #e50808; font-weight: normal; background-color: #520000 } /* Comment.Special */ 764 .highlight .gd { color: #d22323 } /* Generic.Deleted */ 765 .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ 766 .highlight .gr { color: #d22323 } /* Generic.Error */ 767 .highlight .gh { color: #ffffff; font-weight: normal } /* Generic.Heading */ 768 .highlight .gi { color: #589819 } /* Generic.Inserted */ 769 .highlight .go { color: #cccccc } /* Generic.Output */ 770 .highlight .gp { color: #aaaaaa } /* Generic.Prompt */ 771 .highlight .gs { color: #d0d0d0; font-weight: normal } /* Generic.Strong */ 772 .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ 773 .highlight .gt { color: #d22323 } /* Generic.Traceback */ 774 .highlight .kc { color: #6ab825; font-weight: normal } /* Keyword.Constant */ 775 .highlight .kd { color: #6ab825; font-weight: normal } /* Keyword.Declaration */ 776 .highlight .kn { color: #6ab825; font-weight: normal } /* Keyword.Namespace */ 777 .highlight .kp { color: #6ab825 } /* Keyword.Pseudo */ 778 .highlight .kr { color: #6ab825; font-weight: normal } /* Keyword.Reserved */ 779 .highlight .kt { color: #6ab825; font-weight: normal } /* Keyword.Type */ 780 .highlight .ld { color: #d0d0d0 } /* Literal.Date */ 781 .highlight .m { color: #3677a9 } /* Literal.Number */ 782 .highlight .s { color: #9dd5f1 } /* Literal.String */ 783 .highlight .na { color: #bbbbbb } /* Name.Attribute */ 784 .highlight .nb { color: #24909d } /* Name.Builtin */ 785 .highlight .nc { color: #447fcf; text-decoration: underline } /* Name.Class */ 786 .highlight .no { color: #40ffff } /* Name.Constant */ 787 .highlight .nd { color: #ffa500 } /* Name.Decorator */ 788 .highlight .ni { color: #d0d0d0 } /* Name.Entity */ 789 .highlight .ne { color: #bbbbbb } /* Name.Exception */ 790 .highlight .nf { color: #447fcf } /* Name.Function */ 791 .highlight .nl { color: #d0d0d0 } /* Name.Label */ 792 .highlight .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */ 793 .highlight .nx { color: #d0d0d0 } /* Name.Other */ 794 .highlight .py { color: #d0d0d0 } /* Name.Property */ 795 .highlight .nt { color: #6ab825;} /* Name.Tag */ 796 .highlight .nv { color: #40ffff } /* Name.Variable */ 797 .highlight .ow { color: #6ab825; font-weight: normal } /* Operator.Word */ 798 .highlight .w { color: #666666 } /* Text.Whitespace */ 799 .highlight .mf { color: #3677a9 } /* Literal.Number.Float */ 800 .highlight .mh { color: #3677a9 } /* Literal.Number.Hex */ 801 .highlight .mi { color: #3677a9 } /* Literal.Number.Integer */ 802 .highlight .mo { color: #3677a9 } /* Literal.Number.Oct */ 803 .highlight .sb { color: #9dd5f1 } /* Literal.String.Backtick */ 804 .highlight .sc { color: #9dd5f1 } /* Literal.String.Char */ 805 .highlight .sd { color: #9dd5f1 } /* Literal.String.Doc */ 806 .highlight .s2 { color: #9dd5f1 } /* Literal.String.Double */ 807 .highlight .se { color: #9dd5f1 } /* Literal.String.Escape */ 808 .highlight .sh { color: #9dd5f1 } /* Literal.String.Heredoc */ 809 .highlight .si { color: #9dd5f1 } /* Literal.String.Interpol */ 810 .highlight .sx { color: #ffa500 } /* Literal.String.Other */ 811 .highlight .sr { color: #9dd5f1 } /* Literal.String.Regex */ 812 .highlight .s1 { color: #9dd5f1 } /* Literal.String.Single */ 813 .highlight .ss { color: #9dd5f1 } /* Literal.String.Symbol */ 814 .highlight .bp { color: #24909d } /* Name.Builtin.Pseudo */ 815 .highlight .vc { color: #40ffff } /* Name.Variable.Class */ 816 .highlight .vg { color: #40ffff } /* Name.Variable.Global */ 817 .highlight .vi { color: #40ffff } /* Name.Variable.Instance */ 818 .highlight .il { color: #3677a9 } /* Literal.Number.Integer.Long */