]>
src.bluestatic.org Git - viewsvn.git/blob - templates/code2.css
1 /*=====================================================================*\
2 || ###################################################################
3 || # ViewSVN [#]version[#]
4 || # Copyright ©2002-[#]year[#] Blue Static
6 || # This program is free software; you can redistribute it and/or modify
7 || # it under the terms of the GNU General Public License as published by
8 || # the Free Software Foundation; version [#]gpl[#] of the License.
10 || # This program is distributed in the hope that it will be useful, but
11 || # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 || # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 || # You should have received a copy of the GNU General Public License along
16 || # with this program; if not, write to the Free Software Foundation, Inc.,
17 || # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
18 || ###################################################################
19 \*=====================================================================*/
22 * Colours adaptd from Trac by Edgewall Software (http://www.edgewall.com/trac/)
23 * Trac is under the GNU GPL version 2
27 * The definitions in this file apply to ALL types of highlighting. If you want to
28 * add more definitions (from other types of keywords by GeSHi) then you can name them
29 * ".code .CLASS_NAME" to have them apply to all languages. If you want to add or
30 * override a definition for a specific language, use ".GESHI_LANGUAGE .CLASS_NAME".
32 * This works because the code is wrapped like this:
34 * <div class="GESHI_LANGUAGE">
39 /* Key Words I (if, do, while, etc.) */
46 /* Key Words II (null, true, false, etc.) */
54 /* Built-in Functions */
61 /* Data Types (int, bool, etc) */
69 .code
.co1
, .code
.co2
, .code
.coMULTI
87 /* Standard text without highlighting (default) */
88 .code
.de1
, .code
.de2
92 /* Escaped characters */
97 /* Symbols [ ( { } ) ] */
107 /*=====================================================================*\
108 || ###################################################################
111 || ###################################################################
112 \*=====================================================================*/