-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
107 lines (88 loc) · 1.75 KB
/
style.css
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.added-line {
background-color: #e6ffed;
}
.added-text {
background-color: #acf2bd;
}
.removed-line {
background-color: #ffeef0;
}
.removed-text {
background-color: #fdb8c0;
}
.loaded-entries-text {
font-style: italic;
}
.no-changes {
text-align: center;
font-size: 18px;
font-weight: bold;
}
.field-disabled {
text-decoration: line-through;
}
.field-disabled-hover {
text-decoration: line-through;
font-style: italic;
}
.field-disabled-hover-remove {
text-decoration: none;
font-style: italic;
}
table.result span {
white-space: pre-wrap;
}
table.result {
border: 1px solid gray;
font-family: monospace;
font-size: 14px;
width: 100%;
}
.result-divide {
margin-top: 2rem;
}
.accept-change-radio {
float: right;
}
div.accept-change-radio label {
border-bottom-width: 0px;
}
div.accept-change-radio > .btn-group > .btn-group:not(:last-child) > .btn, div.accept-change-radio > .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-left-radius: 0px;
}
div.accept-change-radio > .btn-group > .btn-group:not(:first-child) > .btn, div.accept-change-radio > .btn-group > .btn:not(:first-child) {
border-bottom-right-radius: 0px;
}
.change-i-of-n {
font-weight: bold;
font-size: 18px;
margin-bottom: -15px;
}
.hidden-table {
opacity: 0.7;
}
#feedback {
position: absolute;
font-size: x-small;
bottom: 1px;
left: 4px;
}
#main-content {
top: 40px;
position: relative;
padding-top: 15px;
padding-bottom: 20px;
margin-bottom: 75px;
}
#do-conversion-button {
display: block;
line-height: 2;
width: 33%;
margin: auto;
}
#upload-form {
margin-bottom: 15px;
}
.download-button {
float: right;
}