Removing the docs/ directory because we really no longer need it for anything
[viewsvn.git] / templates / default / diff.css
1 /*=====================================================================*\
2 || ###################################################################
3 || # ViewSVN [#]version[#]
4 || # Copyright ©2002-[#]year[#] Blue Static
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 .lineheader
22 {
23 background-color: rgb(222, 231, 248);
24 }
25
26 .diff_add
27 {
28 background-color: rgb(221, 255, 221);
29 }
30
31 .diff_add_bit
32 {
33 background-color: rgb(153, 238, 153);
34 }
35
36 .diff_del
37 {
38 background-color: rgb(255, 211, 211);
39 }
40
41 .diff_del_bit
42 {
43 background-color: rgb(238, 153, 153);
44 }
45
46 .diff_norm
47 {
48 background-color: rgb(255, 255, 255);
49 }
50
51 /*=====================================================================*\
52 || ###################################################################
53 || # $HeadURL$
54 || # $Id$
55 || ###################################################################
56 \*=====================================================================*/