-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (65 loc) · 1.16 KB
/
style.css
File metadata and controls
68 lines (65 loc) · 1.16 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
/* Legacy styles — kept for project detail pages only */
/* Clusters Project Page */
#clusters-info {
padding-top: 160px;
}
.clusters-tags {
text-align: left;
padding: 0;
margin-top: 12px;
margin-bottom: 12px;
font-size: 16px;
font-weight: bold;
}
.clusters-link {
text-align: left;
}
#readPaper {
font-weight: bold;
letter-spacing: 0.5px;
}
#clusters-description {
color: black;
line-height: 30px;
text-align: left;
}
#title {
font-size: 34px;
margin-bottom: 8px;
text-align: left;
}
#subTitle {
font-size: 25px;
font-style: oblique;
text-align: left;
}
#horizontal-line {
height: 1px;
color: LightGray;
background-color: LightGray;
}
.clusters-videos {
margin-top: 20px;
margin-bottom: 20px;
}
.videoContainer {
width: 100%;
margin-bottom: 20px;
}
.video {
width: 100%;
}
.caption {
color: black;
line-height: 25px;
text-align: center;
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
font-style: oblique;
}
/* Swimmers Project Page */
#swimmer-video { margin: 0 auto; }
#swimmer-video-container { max-width: 75%; margin: 0 auto; }
/* Spectrin Project Page */
#spectrinImg { width: 50%; margin: 0 auto; }