|
| 1 | +/** |
| 2 | + * SyntaxHighlighter |
| 3 | + * http://alexgorbatchev.com/SyntaxHighlighter |
| 4 | + * |
| 5 | + * SyntaxHighlighter is donationware. If you are using it, please donate. |
| 6 | + * http://alexgorbatchev.com/SyntaxHighlighter/donate.html |
| 7 | + * |
| 8 | + * @version |
| 9 | + * 3.0.83 (July 02 2010) |
| 10 | + * |
| 11 | + * @copyright |
| 12 | + * Copyright (C) 2004-2010 Alex Gorbatchev. |
| 13 | + * |
| 14 | + * @license |
| 15 | + * Dual licensed under the MIT and GPL licenses. |
| 16 | + */ |
| 17 | +.syntaxhighlighter { |
| 18 | + background-color: white !important; |
| 19 | + font: 11px "Menlo" !important; |
| 20 | +} |
| 21 | +.syntaxhighlighter .line.alt1 { |
| 22 | + background-color: white !important; |
| 23 | +} |
| 24 | +.syntaxhighlighter .line.alt2 { |
| 25 | + background-color: white !important; |
| 26 | +} |
| 27 | +.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 { |
| 28 | + background-color: #e0e0e0 !important; |
| 29 | +} |
| 30 | +.syntaxhighlighter .line.highlighted.number { |
| 31 | + color: black !important; |
| 32 | +} |
| 33 | +.syntaxhighlighter table caption { |
| 34 | + color: black !important; |
| 35 | +} |
| 36 | +.syntaxhighlighter .gutter { |
| 37 | + color: #afafaf !important; |
| 38 | +} |
| 39 | +.syntaxhighlighter .gutter .line { |
| 40 | + border-right: 3px solid #6ce26c !important; |
| 41 | +} |
| 42 | +.syntaxhighlighter .gutter .line.highlighted { |
| 43 | + background-color: #6ce26c !important; |
| 44 | + color: white !important; |
| 45 | +} |
| 46 | +.syntaxhighlighter.printing .line .content { |
| 47 | + border: none !important; |
| 48 | +} |
| 49 | +.syntaxhighlighter.collapsed { |
| 50 | + overflow: visible !important; |
| 51 | +} |
| 52 | +.syntaxhighlighter.collapsed .toolbar { |
| 53 | + color: blue !important; |
| 54 | + background: white !important; |
| 55 | + border: 1px solid #6ce26c !important; |
| 56 | +} |
| 57 | +.syntaxhighlighter.collapsed .toolbar a { |
| 58 | + color: blue !important; |
| 59 | +} |
| 60 | +.syntaxhighlighter.collapsed .toolbar a:hover { |
| 61 | + color: red !important; |
| 62 | +} |
| 63 | +.syntaxhighlighter .toolbar { |
| 64 | + color: white !important; |
| 65 | + background: #6ce26c !important; |
| 66 | + border: none !important; |
| 67 | +} |
| 68 | +.syntaxhighlighter .toolbar a { |
| 69 | + color: white !important; |
| 70 | +} |
| 71 | +.syntaxhighlighter .toolbar a:hover { |
| 72 | + color: black !important; |
| 73 | +} |
| 74 | +.syntaxhighlighter .plain, .syntaxhighlighter .plain a { |
| 75 | + color: black !important; |
| 76 | +} |
| 77 | +.syntaxhighlighter .comments, .syntaxhighlighter .comments a { |
| 78 | + color: #008200 !important; |
| 79 | +} |
| 80 | +.syntaxhighlighter .string, .syntaxhighlighter .string a { |
| 81 | + color: blue !important; |
| 82 | +} |
| 83 | +.syntaxhighlighter .keyword { |
| 84 | + color: #006699 !important; |
| 85 | +} |
| 86 | +.syntaxhighlighter .preprocessor { |
| 87 | + color: gray !important; |
| 88 | +} |
| 89 | +.syntaxhighlighter .variable { |
| 90 | + color: #aa7700 !important; |
| 91 | +} |
| 92 | +.syntaxhighlighter .value { |
| 93 | + color: #009900 !important; |
| 94 | +} |
| 95 | +.syntaxhighlighter .functions { |
| 96 | + color: #ff1493 !important; |
| 97 | +} |
| 98 | +.syntaxhighlighter .constants { |
| 99 | + color: #0066cc !important; |
| 100 | +} |
| 101 | +.syntaxhighlighter .script { |
| 102 | + font-weight: bold !important; |
| 103 | + color: #006699 !important; |
| 104 | + background-color: none !important; |
| 105 | +} |
| 106 | +.syntaxhighlighter .color1, .syntaxhighlighter .color1 a { |
| 107 | + color: gray !important; |
| 108 | +} |
| 109 | +.syntaxhighlighter .color2, .syntaxhighlighter .color2 a { |
| 110 | + color: #ff1493 !important; |
| 111 | +} |
| 112 | +.syntaxhighlighter .color3, .syntaxhighlighter .color3 a { |
| 113 | + color: red !important; |
| 114 | +} |
| 115 | + |
| 116 | +.syntaxhighlighter .keyword { |
| 117 | + font-weight: bold !important; |
| 118 | +} |
0 commit comments