Adding copyright notices
[viewsvn.git] / templates / default / code2.css
1 /*=====================================================================*\
2 || ###################################################################
3 || # ViewSVN [#]version[#]
4 || # Copyright ©2002-[#]year[#] Iris Studios, Inc.
5 || #
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.
9 || #
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
13 || # more details.
14 || #
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 \*=====================================================================*/
20
21 /*
22 * Colours adaptd from Trac by Edgewall Software (http://www.edgewall.com/trac/)
23 * Trac is under the GNU GPL version 2
24 */
25
26 /* Key Words I (if, do, while, etc.) */
27 .code .kw1
28 {
29 color: #468;
30 font-weight: bold;
31 }
32
33 /* Key Words II (null, true, false, etc.) */
34 .code .kw2
35 {
36 color: #000;
37 font-weight: bold;
38 }
39
40
41 /* Built-in Functions */
42 .code .kw3
43 {
44 color: #900;
45 font-weight: bold;
46 }
47
48 /* Data Types (int, bool, etc) */
49 .code .kw4
50 {
51 color: #000;
52 font-weight: bold;
53 }
54
55 /* Comments */
56 .code .co1, .code .co2, .code .coMULTI
57 {
58 color: #998;
59 font-style: italic;
60 }
61
62 /* Strings */
63 .code .st0
64 {
65 color: #b84;
66 }
67
68 /* Methods */
69 .code .me0
70 {
71 color: #900;
72 }
73
74 /* Standard text without highlighting (default) */
75 .code .de1, .code .de2
76 {
77 }
78
79 /* Escaped characters */
80 .code .es0
81 {
82 }
83
84 /* Symbols [ ( { } ) ] */
85 .code .br0
86 {
87 }
88
89 /* Numbers */
90 .code .nu0
91 {
92 }
93
94 /*=====================================================================*\
95 || ###################################################################
96 || # $HeadURL$
97 || # $Id$
98 || ###################################################################
99 \*=====================================================================*/