uploadr/css/style.css

89 lines
1.0 KiB
CSS
Raw Permalink Normal View History

2017-10-24 21:22:37 +00:00
@font-face {
font-family: rawengulk-sans;
src: url(/fonts/rawengulksans.otf);
}
2017-10-24 20:34:55 +00:00
body {
width: 99%;
background-color: black !important;
color: white !important;
}
.container {
width: 90%;
margin: 0 auto;
}
a {
text-decoration: none;
color: #000;
}
.content {
position: absolute;
margin: auto;
}
.content {
right: 15%;
left: 15%;
}
.indent {
margin-left: 2%;
}
p,
a,
h1,
h2,
h3,
h4,
h6 {
color: white;
2017-10-25 11:51:18 +00:00
font-family: rawengulk-sans;
2017-10-24 20:34:55 +00:00
}
div {
word-wrap: break-word;
}
.fileUpload {
position: relative;
overflow: hidden;
margin: 10px;
}
.fileUpload input.upload {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
}
.btn {
2017-10-24 21:22:37 +00:00
font-family: rawengulk-sans;
2017-10-24 21:25:31 +00:00
font-size: 6em !important;
2017-10-24 21:19:55 +00:00
background: black;
color: white;
2017-10-24 20:34:55 +00:00
width: 98%;
margin: 1%
}
2017-10-24 21:57:03 +00:00
#uploadFile {
text-align: center;
font-family: rawengulk-sans;
font-size: 1.5em;
}
2017-10-25 11:51:18 +00:00
#downloadLink {
font-size: 2em;
}