-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.css
112 lines (91 loc) · 1.63 KB
/
footer.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
footer{
padding:40px;
background-color:lightgrey;
}
#main_text{
margin-top: 0px !important;
margin-bottom: 0px !important;
font-size:15px !important;
font-weight:bold !important;
font-family: 'Open Sans', sans-serif !important;
}
ul{
overflow:auto;
}
ul li{
list-style-type:none;
float:left;
}
ul li a i{
background: lightgrey;
color: black;
border:1px solid black;
width: 25px;
height: 25px;
border-radius: 50%;
font-size:25px;
text-align:center;
margin-right: 4px;
padding-top: 15%;
}
.fa-facebook:hover {
background-color:#3B5998;
border:none;
}
.icoFacebook:hover i{
color:#fff;
}
.fa-map-marker:hover {
background-color: #BD3518;
border:none;
}
.icoLocation:hover i{
color:#fff;
}
.fa-twitter:hover {
background:#00aced;
border:none;
}
.icoTwitter:hover i{
color:#fff;
}
#top_text{
font-size:16px !important;
font-weight:bold !important;
font-family: 'Open Sans', sans-serif !important;
}
#footer-section{
margin-left:2cm;
margin-right:2cm;
}
.text-line{
outline: none;
outline-style: none;
border-top: none;
border-left: none;
border-right: none;
background: none;
border-color:transparent;
border-bottom: 1px solid grey;
width:100%;
padding:7px;
}
input:focus{
border-bottom:1px solid black;
}
#btn{
background:none;
border:1px solid grey;
border-radius:16px;
height:30px;
width:70px;
font-family: 'Open Sans', sans-serif !important;
font-size:12px !important;
}
input[type="text"]{
font-family: 'Open Sans', sans-serif !important;
}
#btn:hover{
background-color:#3B5998;
color:#fff;
}