Part 1 of 2: Moving templates out of the default/ folder because we no longer are...
[viewsvn.git] / templates / file.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 .file_bit
22 {
23 width: 12px;
24 height: 12px;
25
26 display: inline;
27 float: left;
28
29 border-color: rgb(153, 153, 153);
30 border-width: 1px;
31 border-style: solid;
32
33 margin-top: 1px;
34 margin-right: 5px;
35 }
36
37 .file_add
38 {
39 background-color: rgb(187, 255, 187);
40 }
41
42 .file_modify
43 {
44 background-color: rgb(255, 221, 136);
45 }
46
47 .file_delete
48 {
49 background-color: rgb(255, 136, 136);
50 }
51
52 .file_move
53 {
54 background-color: rgb(136, 136, 255);
55 }
56
57 /*=====================================================================*\
58 || ###################################################################
59 || # $HeadURL$
60 || # $Id$
61 || ###################################################################
62 \*=====================================================================*/