-
Notifications
You must be signed in to change notification settings - Fork 2
/
styles.css
94 lines (75 loc) · 1.1 KB
/
styles.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 {
font-family: 'Open Sans', sans-serif;
padding-top: 50px;
}
a,
a:hover,
a:focus,
a:active {
text-decoration: none;
}
.bg-grey {
background-color: #f5f5f5;
}
.navbar-nav {
text-transform: uppercase;
}
.navbar-default {
background-color: #fff;
}
.nav-logo {
margin-top: -7px;
height: 40px;
}
footer {
background-color: #406661;
padding: 25px 0 10px 0;
color: #f5f5f5;
}
.meetup-logo {
width: 26px;
height: 28px;
}
footer a,
footer a:hover,
footer a:focus,
footer a:active {
color: #f5f5f5;
}
footer p {
margin: 5px 0 0 0;
font-weight: 100;
opacity: 0;
}
footer a:hover>p {
transition: all 0.8s;
opacity: 1;
}
.fb:hover>.fa-facebook-official {
color: #3d5a98;
}
.tw:hover>.fa-twitter {
color: #10dffd;
}
.meetup-logo {
fill: #F5F5F5;
}
.mt:hover>.fa-meetup {
color: #e0393d;
}
.sl:hover>.fa-slack {
color: #3bb18b;
}
.gh:hover>.fa-github-alt {
color: #f6c6af;
}
.em:hover>.fa-envelope {
color: #dd4b39;
}
.subt {
margin: 0 0 30px 0;
}
.meetup-place {
max-height: 159.25px;
margin-top: 20px;
}