mirror of
https://github.com/alvierahman90/uploadr.git
synced 2025-10-14 00:14:27 +00:00
Working.
This commit is contained in:
6550
css/bootstrap.css
vendored
Normal file
6550
css/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
77
css/style.css
Normal file
77
css/style.css
Normal file
@@ -0,0 +1,77 @@
|
||||
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: white;
|
||||
color: black;
|
||||
width: 98%;
|
||||
margin: 1%
|
||||
}
|
Reference in New Issue
Block a user