mirror of
https://github.com/alvierahman90/uploadr.git
synced 2025-05-01 11:34:47 +00:00
89 lines
1.0 KiB
CSS
89 lines
1.0 KiB
CSS
@font-face {
|
|
font-family: rawengulk-sans;
|
|
src: url(/fonts/rawengulksans.otf);
|
|
}
|
|
|
|
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;
|
|
font-family: rawengulk-sans;
|
|
}
|
|
|
|
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 {
|
|
font-family: rawengulk-sans;
|
|
font-size: 6em !important;
|
|
background: black;
|
|
color: white;
|
|
width: 98%;
|
|
margin: 1%
|
|
}
|
|
|
|
#uploadFile {
|
|
text-align: center;
|
|
font-family: rawengulk-sans;
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
#downloadLink {
|
|
font-size: 2em;
|
|
}
|