first commit
[wnstats.git] / public / javascripts / jqplot / examples / syntaxhighlighter / styles / shThemeDefault.css
blob136541172dc3be4c5d5e7b2731d6453cc38897ca
1 /**
2 * SyntaxHighlighter
3 * http://alexgorbatchev.com/SyntaxHighlighter
5 * SyntaxHighlighter is donationware. If you are using it, please donate.
6 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
8 * @version
9 * 3.0.83 (July 02 2010)
11 * @copyright
12 * Copyright (C) 2004-2010 Alex Gorbatchev.
14 * @license
15 * Dual licensed under the MIT and GPL licenses.
17 .syntaxhighlighter {
18 background-color: white !important;
20 .syntaxhighlighter .line.alt1 {
21 background-color: white !important;
23 .syntaxhighlighter .line.alt2 {
24 background-color: white !important;
26 .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27 background-color: #e0e0e0 !important;
29 .syntaxhighlighter .line.highlighted.number {
30 color: black !important;
32 .syntaxhighlighter table caption {
33 color: black !important;
35 .syntaxhighlighter .gutter {
36 color: #afafaf !important;
38 .syntaxhighlighter .gutter .line {
39 border-right: 3px solid #6ce26c !important;
41 .syntaxhighlighter .gutter .line.highlighted {
42 background-color: #6ce26c !important;
43 color: white !important;
45 .syntaxhighlighter.printing .line .content {
46 border: none !important;
48 .syntaxhighlighter.collapsed {
49 overflow: visible !important;
51 .syntaxhighlighter.collapsed .toolbar {
52 color: blue !important;
53 background: white !important;
54 border: 1px solid #6ce26c !important;
56 .syntaxhighlighter.collapsed .toolbar a {
57 color: blue !important;
59 .syntaxhighlighter.collapsed .toolbar a:hover {
60 color: red !important;
62 .syntaxhighlighter .toolbar {
63 color: white !important;
64 background: #6ce26c !important;
65 border: none !important;
67 .syntaxhighlighter .toolbar a {
68 color: white !important;
70 .syntaxhighlighter .toolbar a:hover {
71 color: black !important;
73 .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74 color: black !important;
76 .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77 color: #008200 !important;
79 .syntaxhighlighter .string, .syntaxhighlighter .string a {
80 color: blue !important;
82 .syntaxhighlighter .keyword {
83 color: #006699 !important;
85 .syntaxhighlighter .preprocessor {
86 color: gray !important;
88 .syntaxhighlighter .variable {
89 color: #aa7700 !important;
91 .syntaxhighlighter .value {
92 color: #009900 !important;
94 .syntaxhighlighter .functions {
95 color: #ff1493 !important;
97 .syntaxhighlighter .constants {
98 color: #0066cc !important;
100 .syntaxhighlighter .script {
101 font-weight: bold !important;
102 color: #006699 !important;
103 background-color: none !important;
105 .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106 color: gray !important;
108 .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109 color: #ff1493 !important;
111 .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112 color: red !important;
115 .syntaxhighlighter .keyword {
116 font-weight: bold !important;