-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsstyle.css
90 lines (82 loc) · 1.79 KB
/
sstyle.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
body {
background-image: url("images/filter-bg.jpg");
background-color: rgba(51, 136, 248, 0.815);
}
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
.footer #button {
width: 20px;
height: 20px;
border: #2c2c2c 4px solid;
border-radius: 15px;
margin: 0 auto;
position: relative;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.footer #button:hover {
width: 35px;
height: 35px;
border: #2c2c2c 12px solid;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
position: relative;
}
.footer {
bottom: 0;
left: 0;
position: fixed;
width: 100%;
height: 1em;
overflow: hidden;
margin: 0 auto;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
z-index: 999;
}
.footer:hover {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
height: 4em;
}
.footer #container {
margin-top: 5px;
width: 100%;
height: 100%;
position: relative;
top: 0;
left: 0;
background: #2c2c2c;
}
.footer #cont {
position: relative;
top: -45px;
right: 190px;
width: 150px;
height: auto;
margin: 0 auto;
}
.footer_center {
width: 500px;
float: left;
text-align: center;
}
.footer h4 {
color: white;
font-family: 'Helvetica';
font-size: 15px;
font-weight: 70;
margin-top: 60px;
margin-left: 40px;
}