2019-12-16 11:51:41 +01:00
|
|
|
body {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dropZone {
|
|
|
|
background-color: rgba(0, 0, 0.2, 0.75);
|
|
|
|
color: white;
|
|
|
|
font-size: 60px;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 100%;
|
|
|
|
left: 0;
|
|
|
|
padding: 1em;
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
transition: visibility 175ms, opacity 175ms;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 999;
|
2019-12-17 18:41:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
padding-left: 4ex; /* approx 4 monospaced spaces */
|
2020-04-05 18:14:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.success {
|
|
|
|
color: #008000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fail {
|
|
|
|
color: #800000;
|
2019-12-16 11:51:41 +01:00
|
|
|
}
|