-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpdb-styles.css
More file actions
50 lines (45 loc) · 1.16 KB
/
pdb-styles.css
File metadata and controls
50 lines (45 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
@font-face {font-family: "After Disaster";
src: url("//db.onlinewebfonts.com/t/a41479893690030a24b109401e1f7b10.eot");
src: url("//db.onlinewebfonts.com/t/a41479893690030a24b109401e1f7b10.eot?#iefix") format("embedded-opentype"),
url("//db.onlinewebfonts.com/t/a41479893690030a24b109401e1f7b10.woff2") format("woff2"),
url("//db.onlinewebfonts.com/t/a41479893690030a24b109401e1f7b10.woff") format("woff"),
url("//db.onlinewebfonts.com/t/a41479893690030a24b109401e1f7b10.ttf") format("truetype"),
url("//db.onlinewebfonts.com/t/a41479893690030a24b109401e1f7b10.svg#After Disaster") format("svg");
}
p,a {
font-face: Roboto Condensed Bold;
color: #5A4638;
}
h3, h4 {
color: #5A4638;
font-family: After Disaster;
text-align: center;
}
h3 {
font-size: 3em;
}
h4 {
font-size: 2em;
}
.pdb-logo-text {
color: #5A4638;
font-family: After Disaster;
font-size: 1.5em;
margin-bottom: 32px;
text-align: center;
}
.pdb-logo {
height: 120px;
display: block;
margin: 0px auto;
}
div.pdb-column-link {
text-align: right;
font-size: 1.2em;
}
.pdb-column {
font-face: Roboto Condensed Bold;
color: #5A4638;
padding: 8px;
width: 240px;
}