-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject-style.css
More file actions
101 lines (82 loc) · 1.5 KB
/
project-style.css
File metadata and controls
101 lines (82 loc) · 1.5 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
#msft-cover {
background-image: url("projects/microsoft/cover.png");
}
#yt-cover {
background-image: url("projects/youtube/cover.jpg");
}
#whack-cover {
background-image: url("projects/whack/cover.jpg");
}
#mediacloud-cover {
background-image: url("projects/mediacloud/cover.png");
}
#handshake-cover {
background-image: url("projects/handshake/cover.png");
}
.cover-img {
margin: 0;
}
#emotibubbles-logo {
width: 30px;
margin: 0 15px 0;
box-shadow: 0 0 0;
}
ul#emotibubbles-materials {
list-style-type: disc;
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
list-style-position: inside;
}
p.caption {
font-size: 0.8rem;
text-align: center;
}
.left-border {
border-left: 4px solid black;
padding: 10px 0;
margin: 40px 0;
}
.left-border-text {
margin-left: 30px;
}
.parallax {
height: 550px;
background-color: #F7F7F7;
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
}
.feature-group {
margin: 50px 0;
}
.feature-1-col {
margin-bottom: 50px;
}
.feature-2-col {
margin: 3% 0;
}
@media (max-width: 992px) {
.feature-1-col, .feature-2-col {
text-align: center;
}
}
.purple-fa {
color: #9485EA; /*purple*/
}
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0; overflow:
hidden; max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.large-space {
margin: 80px 0;
}