* mikeOS 16 bit and amd64 baremetal
[mascara-docs.git] / amd64 / bareMetalOS-0.5.3 / docs / css / shThemeDefault.css
bloba57dd054abe35a25638d206a3792f3cafd0118f9
1 /**
2 * SyntaxHighlighter
3 * http://alexgorbatchev.com/
5 * SyntaxHighlighter is donationware. If you are using it, please donate.
6 * http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
8 * @version
9 * 2.1.364 (October 15 2009)
11 * @copyright
12 * Copyright (C) 2004-2009 Alex Gorbatchev.
14 * @license
15 * This file is part of SyntaxHighlighter.
17 * SyntaxHighlighter is free software: you can redistribute it and/or modify
18 * it under the terms of the GNU Lesser General Public License as published by
19 * the Free Software Foundation, either version 3 of the License, or
20 * (at your option) any later version.
22 * SyntaxHighlighter is distributed in the hope that it will be useful,
23 * but WITHOUT ANY WARRANTY; without even the implied warranty of
24 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * GNU General Public License for more details.
27 * You should have received a copy of the GNU General Public License
28 * along with SyntaxHighlighter. If not, see <http://www.gnu.org/copyleft/lesser.html>.
30 /************************************
31 * Default Syntax Highlighter theme.
33 * Interface elements.
34 ************************************/
36 .syntaxhighlighter
38 background-color: #fff !important;
41 /* Highlighed line number */
42 .syntaxhighlighter .line.highlighted .number
44 color: black !important;
47 /* Highlighed line */
48 .syntaxhighlighter .line.highlighted.alt1,
49 .syntaxhighlighter .line.highlighted.alt2
51 background-color: #e0e0e0 !important;
54 /* Gutter line numbers */
55 .syntaxhighlighter .line .number
57 color: #afafaf !important;
60 /* Add border to the lines */
61 .syntaxhighlighter .line .content
63 border-left: 3px solid #6CE26C !important;
64 color: #000 !important;
67 .syntaxhighlighter.printing .line .content
69 border: 0 !important;
72 /* First line */
73 .syntaxhighlighter .line.alt1
75 background-color: #fff !important;
78 /* Second line */
79 .syntaxhighlighter .line.alt2
81 background-color: #F8F8F8 !important;
84 .syntaxhighlighter .toolbar
86 background-color: #F8F8F8 !important;
87 border: #E7E5DC solid 1px !important;
90 .syntaxhighlighter .toolbar a
92 color: #a0a0a0 !important;
95 .syntaxhighlighter .toolbar a:hover
97 color: red !important;
100 /************************************
101 * Actual syntax highlighter colors.
102 ************************************/
103 .syntaxhighlighter .plain,
104 .syntaxhighlighter .plain a
106 color: #000 !important;
109 .syntaxhighlighter .comments,
110 .syntaxhighlighter .comments a
112 color: #008200 !important;
115 .syntaxhighlighter .string,
116 .syntaxhighlighter .string a
118 color: blue !important;
121 .syntaxhighlighter .keyword
123 color: #069 !important;
124 font-weight: bold !important;
127 .syntaxhighlighter .preprocessor
129 color: gray !important;
132 .syntaxhighlighter .variable
134 color: #a70 !important;
137 .syntaxhighlighter .value
139 color: #090 !important;
142 .syntaxhighlighter .functions
144 color: #ff1493 !important;
147 .syntaxhighlighter .constants
149 color: #0066CC !important;
152 .syntaxhighlighter .script
154 background-color: yellow !important;
157 .syntaxhighlighter .color1,
158 .syntaxhighlighter .color1 a
160 color: #808080 !important;
163 .syntaxhighlighter .color2,
164 .syntaxhighlighter .color2 a
166 color: #ff1493 !important;
169 .syntaxhighlighter .color3,
170 .syntaxhighlighter .color3 a
172 color: red !important;