-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathd3_demo.css
94 lines (78 loc) · 1.26 KB
/
d3_demo.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
90
91
92
93
94
body {
background: #fff;
color: #757575;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
}
img {
max-width: 100%
}
h1 {
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
color: #000;
margin-bottom: 24px;
}
h3 {
font-size: 1.4em;
text-transform: uppercase;
color: #000;
margin-top: 0;
}
p, a {
line-height: 1.7em;
font-weight: lighter;
letter-spacing: 1px;
font-size: 16px;
}
li {
padding: 7px 0;
}
.navbar {
min-height: 60px;
}
.navbar-inverse {
background-image: none;
background-color: #1c262f;
border-color: #1c262f;
}
.logo {
max-width: 207px;
max-height: 50px;
}
.main {
margin-bottom: 24px;
}
.main-title {
text-align: center;
}
.footer {
background-color: #f4f4ef;
padding: 24px 15px 36px;
}
.footer-header {
font-weight: normal;
color: #757575;
}
nav.social {
clear: both;
padding-top: 24px;
}
nav.social ul.social_links {
list-style-type: none;
margin: 0;
padding: 0;
}
nav.social ul.social_links li {
display: inline-block;
}
nav.social ul.social_links li a {
display: block;
width: 22.5px;
height: 22.5px;
margin-right: 18px;
line-height: 0;
opacity: .6;
transition: opacity .3s ease;
}