66}
77
88pre {
9- width : 100% ;
109 overflow : auto;
10+ width : 100% ;
1111}
1212
1313a , a : visited {
@@ -19,35 +19,35 @@ a, a:visited {
1919 */
2020
2121.Differences {
22- width : 100% ;
2322 border-collapse : collapse;
2423 border-spacing : 0 ;
2524 empty-cells : show;
25+ width : 100% ;
2626}
2727
2828.Differences thead th {
29- text-align : left;
30- border-bottom : 1px solid # 000000 ;
3129 background : # AAAAAA ;
30+ border-bottom : 1px solid # 000000 ;
3231 color : # 000000 ;
3332 padding : 4px ;
33+ text-align : left;
3434}
3535
3636.Differences tbody th {
37- text-align : right;
3837 background : # AAAAAA ;
38+ border-right : 1px solid # 000000 ;
3939 color : # 272822 ;
40- width : 4 em ;
40+ font-size : 13 px ;
4141 padding : 1px 2px ;
42- border-right : 1 px solid # 000000 ;
42+ text-align : right ;
4343 vertical-align : top;
44- font-size : 13 px ;
44+ width : 4 em ;
4545}
4646
4747.Differences td {
48- padding : 1px 2px ;
4948 font-family : Consolas, monospace;
5049 font-size : 13px ;
50+ padding : 1px 2px ;
5151}
5252
5353.Differences .Skipped {
@@ -65,7 +65,7 @@ a, a:visited {
6565 * HTML Side by Side Diff
6666 */
6767.DifferencesSideBySide .ChangeInsert td .Left {
68- background : # 008000 ;
68+ background : # DDFFDD ;
6969}
7070
7171.DifferencesSideBySide .ChangeInsert td .Right {
@@ -83,7 +83,7 @@ a, a:visited {
8383}
8484
8585.DifferencesSideBySide .ChangeReplace .Left {
86- background : # FFEE99 ;
86+ background : # FFDD88 ;
8787 color : # 272822 ;
8888}
8989
@@ -114,10 +114,12 @@ a, a:visited {
114114.DifferencesUnified .ChangeReplace .Right ,
115115.DifferencesUnified .ChangeInsert .Right {
116116 background : # DDFFDD ;
117+ color : # 272822 ;
117118}
118119
119120.DifferencesUnified .ChangeReplace ins {
120121 background : # 008000 ;
122+ color : # 272822 ;
121123}
122124
123125.DifferencesUnified .ChangeReplace del {
@@ -128,13 +130,16 @@ a, a:visited {
128130/*
129131 * HTML Merged Diff
130132 */
131- .DifferencesMerged .ChangeReplace .Left ,
133+ .DifferencesMerged td .ChangeInsert {
134+ background : # FFDD88 ;
135+ color : # 272822 ;
136+ }
137+
132138.DifferencesMerged .ChangeDelete {
133139 background : # FFDDDD ;
134140 color : # 272822 ;
135141}
136142
137- .DifferencesMerged .ChangeReplace .Right ,
138143.DifferencesMerged .ChangeInsert {
139144 background : # DDFFDD ;
140145 color : # 272822 ;
@@ -153,3 +158,7 @@ a, a:visited {
153158.DifferencesMerged th .ChangeDelete {
154159 background-image : linear-gradient (-45deg , # AAAAAA 0% , # EE9999 100% );
155160}
161+
162+ .DifferencesMerged th .ChangeReplace {
163+ background-image : linear-gradient (-45deg , # CCCCCC 0% , # FFDD88 100% );
164+ }
0 commit comments