forked from Nikhil-Bose/Synapse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
55 lines (45 loc) · 858 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
display: none;
}
html, body {
background-color: #000000;
font-family: "Montserrat", "sans-serif";
}
#title_band{
height: 0px;
width: 100%;
background-color: #000000;
position: relative;
}
#title{
padding-top: 150px;
color: #ffffff;
text-align: center;
font-size: 86px;
}
#hero-image{
height: 950px;
width: 100%;
background-color: #000000;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
/*opacity: 0.7;
filter: alpha(opacity=70); /* For IE8 and earlier */
position: relative;
}
.box.has-advanced-upload {
background-color: white;
outline: 2px dashed black;
outline-offset: -10px;
}
#x{
margin: auto;
margin-top: 50px;
width: 30%;
padding: 40px 30px 40px 130px;
border: 3px solid #3C2F3D;
}