-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.css
55 lines (44 loc) · 1.05 KB
/
style.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
.gred-font{
color: -webkit-linear-gradient(to top, #8e2de2, #4a00e0);
color: linear-gradient(to top, #8e2de2, #4a00e0);
}
/* footer-classes */
#lab_social_icon_footer {
padding: 40px 0;
background-color:#13191E;
}
#lab_social_icon_footer a {
color: #333;
}
#lab_social_icon_footer .social:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}
#lab_social_icon_footer .social {
-webkit-transform: scale(0.8);
/* Browser Variations: */
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
}
/*
Multicoloured Hover Variations
*/
#lab_social_icon_footer #social-fb:hover {
color: #3B5998;
}
#lab_social_icon_footer #social-tw:hover {
color: #4099FF;
}
#lab_social_icon_footer #social-gp:hover {
color: red;
}
.footer-text{
color:white;
}
#lab_social_icon_footer i{
color: white;
}