Style to diff system
[viewsvn.git] / templates / default / diff.css
1 /*=====================================================================*\
2 || ################################################################### ||
3 || # ViewSVN [#]version[#]
4 || # --------------------------------------------------------------- # ||
5 || # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # ||
6 || # This file may not be reproduced in any way without permission. # ||
7 || # --------------------------------------------------------------- # ||
8 || # User License Agreement at http://www.iris-studios.com/license/ # ||
9 || ################################################################### ||
10 \*=====================================================================*/
11
12 .lineheader
13 {
14 background-color: rgb(222, 231, 248);
15 }
16
17 .diff_add
18 {
19 background-color: #99EE99;
20 }
21
22 .diff_del
23 {
24 background-color: #EE9999;
25 }
26
27 .diff_add_bit
28 {
29 background-color: #DDFFDD;
30 }
31
32 .diff_del_bit
33 {
34 background-color: #FFDDDD;
35 }
36
37 .diff_norm
38 {
39 background-color: white;
40 }
41
42 /*=====================================================================*\
43 || ###################################################################
44 || # $HeadURL$
45 || # $Id$
46 || ###################################################################
47 \*=====================================================================*/