130 |
kaklik |
1 |
BODY |
|
|
2 |
{ |
|
|
3 |
COLOR: black; |
|
|
4 |
FONT-FAMILY: verdana, sans-serif; |
|
|
5 |
BACKGROUND-COLOR: white |
|
|
6 |
} |
|
|
7 |
HR |
|
|
8 |
{ |
|
|
9 |
BORDER-RIGHT: 0px; |
|
|
10 |
PADDING-RIGHT: 0px; |
|
|
11 |
BORDER-TOP: 0px; |
|
|
12 |
PADDING-LEFT: 0px; |
|
|
13 |
PADDING-BOTTOM: 0px; |
|
|
14 |
BORDER-LEFT: 0px; |
|
|
15 |
PADDING-TOP: 0px; |
|
|
16 |
BORDER-BOTTOM: 0px; |
|
|
17 |
HEIGHT: 1px; |
|
|
18 |
BACKGROUND-COLOR: #808080 |
|
|
19 |
} |
|
|
20 |
A |
|
|
21 |
{ |
|
|
22 |
TEXT-DECORATION: none |
|
|
23 |
} |
|
|
24 |
A:hover |
|
|
25 |
{ |
|
|
26 |
TEXT-DECORATION: underline |
|
|
27 |
} |
|
|
28 |
.HdrClmn |
|
|
29 |
{ |
|
|
30 |
BORDER-RIGHT: black 1px solid; |
|
|
31 |
FONT-WEIGHT: bold; |
|
|
32 |
COLOR: white; |
|
|
33 |
BORDER-BOTTOM: black 1px solid; |
|
|
34 |
BACKGROUND-COLOR: #809cc8 |
|
|
35 |
} |
|
|
36 |
.HdrClmnEnd |
|
|
37 |
{ |
|
|
38 |
FONT-WEIGHT: bold; |
|
|
39 |
COLOR: white; |
|
|
40 |
BORDER-BOTTOM: black 1px solid; |
|
|
41 |
BACKGROUND-COLOR: #809cc8 |
|
|
42 |
} |
|
|
43 |
|
|
|
44 |
.row0 |
|
|
45 |
{ |
|
|
46 |
background-color: #F0F0F0; |
|
|
47 |
} |
|
|
48 |
|
|
|
49 |
.row1 |
|
|
50 |
{ |
|
|
51 |
background-color: #E0E0E0; |
|
|
52 |
} |
|
|
53 |
|
|
|
54 |
.CatClmn1 |
|
|
55 |
{ |
|
|
56 |
BORDER-RIGHT: black 1px solid; |
|
|
57 |
BACKGROUND-COLOR: #d0d0ee |
|
|
58 |
} |
|
|
59 |
|
|
|
60 |
.CatClmn0 |
|
|
61 |
{ |
|
|
62 |
BORDER-RIGHT: black 1px solid; |
|
|
63 |
BACKGROUND-COLOR: #e0e0ff |
|
|
64 |
} |
|
|
65 |
|
|
|
66 |
TD.diffdeleted |
|
|
67 |
{ |
|
|
68 |
font-size: 11px; |
|
|
69 |
background-color: #ff8888; |
|
|
70 |
} |
|
|
71 |
|
|
|
72 |
TD.diffchanged |
|
|
73 |
{ |
|
|
74 |
font-size: 11px; |
|
|
75 |
background-color: #ffff88; |
|
|
76 |
} |
|
|
77 |
|
|
|
78 |
TD.diffadded |
|
|
79 |
{ |
|
|
80 |
font-size: 11px; |
|
|
81 |
background-color: #88ff88; |
|
|
82 |
} |
|
|
83 |
|
|
|
84 |
TD.diff |
|
|
85 |
{ |
|
|
86 |
font-size: 11px; |
|
|
87 |
background-color: #F0F0F0; |
|
|
88 |
} |
|
|
89 |
|
|
|
90 |
DIV.newpath |
|
|
91 |
{ |
|
|
92 |
PADDING: 10px 10px 10px 10px; |
|
|
93 |
BACKGROUND-COLOR: #d0d0ee |
|
|
94 |
} |
|
|
95 |
|
|
|
96 |
DIV.difflines |
|
|
97 |
{ |
|
|
98 |
} |
|
|
99 |
|
|
|
100 |
.plusbox { float: left; clear: both; position: relative; top: -3px; font-size: 13px; font-weight: bold; width: 16px; text-indent: 0; height: 16px; color: black; background-color: #D0D0D0; text-align: center; padding: 0px 2px 0px 3px; border: black solid 1px; margin-right: 5px; } |
|
|
101 |
.minusbox { float: left; clear: both; position: relative; top: -3px; font-size: 13px; font-weight: bold; width: 16px; text-indent: 0; height: 16px; color: black; background-color: #809cc8; text-align: center; padding: 0px 2px 0px 3px; border: black solid 1px; margin-right: 5px; } |
|
|
102 |
|
|
|
103 |
.groupname { padding-left: 0px; text-indent: -25px; margin: 3px 0 3px 0;} |
|
|
104 |
.switchcontent { margin: 3px 0 0 20px; } |
|
|
105 |
.project { padding: 2px; } |
|
|
106 |
|
|
|
107 |
code { white-space: pre-wrap; } |