-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
89 lines (79 loc) · 2.16 KB
/
index.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/* css styles */
/*body {
background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/banner.jpg");
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/banner.jpg");
background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/banner.jpg");
background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/banner.jpg");
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
/*#hero-home {
padding: 8em 0 14em 0;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 24px;
margin-right: 24px;
}
#hero-home h1 {
font-size: 2.25em;
margin: 0 0 1em 0;
padding: 14px 0px 14px 0px;
border-top: 1.2px solid #dee2e6;
border-bottom: 1.2px solid #dee2e6;
}
#hero-home p {
font-size: 1.24em;
line-height: 1.4em;
text-align: center;
}
#hero-welcome {
background-color: #212121;
opacity: 0.6;
padding: 40px 0 20px 0;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 30px;
margin-right: 30px;
border-top: 1px solid #dee2e6;
border-bottom: 1px solid #dee2e6;
}
#hero-welcome p {
font-size: 1.24em;
line-height: 1.4em;
text-align: center;
}
#hero-welcome-box {
background-color: #212121;
}
*/
.content-block {
padding-top: 20px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
margin-top: 20px;
margin-bottom: 40px;
margin-left: 24px;
margin-right: 24px;
/*background-color: rgba(0, 0, 0, 0.5);
border-top: 1px solid #dee2e6;
border-bottom: 1px solid #dee2e6;
/*border-left: 1px solid #dee2e6;
border-right: 1px solid #dee2e6;*/
}
@media(min-width: 900px) {
.content-block {
margin-left: 50px;
margin-right: 50px;
}
}
@media (min-width: 1200px) {
.content-block {
max-width: 1100px;
margin-left: auto;
margin-right: auto;
}
}