forked from codeinplace2020/pythonreader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiff.css
More file actions
executable file
·92 lines (74 loc) · 1.17 KB
/
diff.css
File metadata and controls
executable file
·92 lines (74 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.centerpane {
max-width: 90em !important;
}
#comparearea {
margin-left: 33%;
margin-right: 33%;
}
#compare {
font-size: 18pt;
font-weight: bold;
}
del, ins {
color: #990000;
text-decoration: none;
}
#diffarea {
border: 2px solid gray;
padding: 1em;
}
#differencesheader {
margin: 0em;
margin-top: 8px;
}
.expected, del {
background-color: #EEFFEE;
line-height:16px;
}
.actual, ins {
background-color: #FFEEEE;
line-height: 16px;
}
#expectedchars, #actualchars {
color: #555555;
font-size: small;
padding-left: 2em;
}
#fetchiframe, .fetchiframe {
width: 100%;
height: 8em;
}
#instructions {
margin-left: 2em;
margin-right: 2em;
}
#linenumbersarea {
float: left;
text-align: left;
width: 33%;
}
.maindifftable {
margin-left: auto;
margin-right: auto;
width: 100%;
}
.maindifftable td {
border: none;
line-height: 1.5em;
margin: 5px;
width: 50%;
padding: 5px;
vertical-align: top;
}
#result {
margin: 0em;
margin-top: 8px;
}
#stripwhitespacearea {
float: right;
text-align: left;
}
textarea {
font-family: monospace;
width: 100%;
}