footer.css
1.33 KB
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
/*Footer*/
#footer {
padding: 4px 0 20px 0;
min-height: 50px;
width: 100%;
background: #EAEDF0;
color: #fff;
font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
}
#footer > div {
margin: 2em auto;
padding-top: 1em;
max-width: 960px;
}
#doormat-container {
float: none;
width: 100%;
}
#doormat-container dl {
border-left: 1px dotted #9CB5E2;
margin: 0 0 18px 0;
font-size: 13px;
}
#doormat-container dt {
color: #2C65CD;
font-size: 18px;
font-family: "open_sansextrabold", Arial, Helvetica, sans-serif;
}
#doormat-container dt,
#doormat-container dd {
padding-left: 10px;
margin-bottom: 4px;
}
#doormat-container dd a {
color: #2C65CD;
}
#doormat-container dd a:hover {
text-decoration: none;
}
#doormat-container.columns-4 .doormatColumn {
width: 21%;
}
#doormat-container .doormatColumn {
float: left;
margin: 0 1em;
text-align: left;
}
#footer .footer-logos {
margin: 0 0 -20px;
padding: 1.6em 0;
max-width: 100%;
background: #0041B1;
}
#extra-footer p {
margin: 1em auto;
max-width: 960px;
}
#footer .clear {
clear: both;
}
.go-top{
font-size: 13px;
height: 2em;
}
.go-top a{
color: #717782;
line-height: 2em;
}
.go-top i {
margin-right: 5px;
text-decoration: none;
font-size: 12px;
}