uploadr/css/style.css
2017-10-24 22:19:55 +01:00

78 lines
843 B
CSS

body {
width: 99%;
background-color: black !important;
color: white !important;
}
.container {
width: 90%;
margin: 0 auto;
}
a {
text-decoration: none;
color: #000;
}
p
, h1
, h2{
font-family: sans-serif;
}
.content {
position: absolute;
margin: auto;
}
.content {
right: 15%;
left: 15%;
}
.indent {
margin-left: 2%;
}
p,
a,
h1,
h2,
h3,
h4,
h6 {
color: white;
}
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-size: xx-large !important;
background: black;
color: white;
width: 98%;
margin: 1%
}