You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
993 B
57 lines
993 B
3 years ago
|
#diff-ui {
|
||
|
background: #fff;
|
||
|
padding: 2em;
|
||
|
margin: 1em;
|
||
|
border-radius: 5px;
|
||
|
font-size: 9px; }
|
||
|
#diff-ui table {
|
||
|
table-layout: fixed;
|
||
|
width: 100%; }
|
||
|
#diff-ui td {
|
||
|
padding: 3px 4px;
|
||
|
border: 1px solid transparent;
|
||
|
vertical-align: top;
|
||
|
font: 1em monospace;
|
||
3 years ago
|
text-align: left; }
|
||
|
#diff-ui pre {
|
||
3 years ago
|
white-space: pre-wrap; }
|
||
|
|
||
4 years ago
|
h1 {
|
||
3 years ago
|
display: inline;
|
||
|
font-size: 100%; }
|
||
|
|
||
4 years ago
|
del {
|
||
3 years ago
|
text-decoration: none;
|
||
|
color: #b30000;
|
||
|
background: #fadad7; }
|
||
4 years ago
|
|
||
|
ins {
|
||
3 years ago
|
background: #eaf2c2;
|
||
|
color: #406619;
|
||
|
text-decoration: none; }
|
||
4 years ago
|
|
||
|
#result {
|
||
3 years ago
|
white-space: pre-wrap; }
|
||
4 years ago
|
|
||
|
#settings {
|
||
3 years ago
|
background: rgba(0, 0, 0, 0.05);
|
||
|
padding: 1em;
|
||
|
border-radius: 10px;
|
||
|
margin-bottom: 1em;
|
||
|
color: #fff;
|
||
|
font-size: 80%; }
|
||
|
#settings label {
|
||
|
margin-left: 1em;
|
||
|
display: inline-block;
|
||
|
font-weight: normal; }
|
||
4 years ago
|
|
||
|
.source {
|
||
3 years ago
|
position: absolute;
|
||
|
right: 1%;
|
||
|
top: .2em; }
|
||
4 years ago
|
|
||
|
@-moz-document url-prefix() {
|
||
3 years ago
|
body {
|
||
|
height: 99%;
|
||
|
/* Hide scroll bar in Firefox */ } }
|