fallback uploader works

This commit is contained in:
ed
2019-06-10 19:47:01 +00:00
parent 1ea9b26a89
commit 7b4b38d98b
8 changed files with 129 additions and 18 deletions

31
copyparty/web/msg.css Normal file
View File

@@ -0,0 +1,31 @@
html,body,tr,th,td,#files,a {
color: inherit;
background: none;
font-weight: inherit;
font-size: inherit;
padding: none;
border: none;
}
html {
color: #ccc;
background: #333;
font-family: sans-serif;
text-shadow: 1px 1px 0px #000;
}
html, body {
margin: 0;
padding: 0;
}
body {
padding-bottom: 5em;
}
#box {
padding: .5em 1em;
background: #2c2c2c;
}
pre {
font-family: monospace, monospace;
}
a {
color: #fc5;
}