-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposter.css
More file actions
70 lines (59 loc) · 970 Bytes
/
poster.css
File metadata and controls
70 lines (59 loc) · 970 Bytes
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
p {
font-family: 'Open Sans', sans-serif;
margin: 10px 0 10px;
}
.lead_link {
margin: 0 5px 0 5px;
}
.lead {
text-align: center;
margin-bottom: 0;
}
.centered {
text-align: center;
}
.image_title {
text-align: center;
}
img.figure {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
h1 {
/* font-family: 'Abril Fatface', cursive; */
text-align: center;
}
h4 {
margin-top: 25px;
}
.row {
margin-bottom: 0px;
position: relative;
}
/* vertically center audio players */
.row audio {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
display: block;
width: 220px;
}
[class*="col-"] {
padding-top: 17px;
padding-bottom: 17px;
background-color: #eee;
background-color: rgba(86,61,124,.15);
border: 1px solid #ddd;
border: 1px solid rgba(86,61,124,.2);
height: 200px;
text-align: center;
}
hr {
margin-top: 40px;
margin-bottom: 40px;
}