Feature #2000 » sitewide-footer-css.html
1 |
<style type="text/css"> |
---|---|
2 |
/*<![CDATA[*/ |
3 |
.sitewide-footer, td#footer .sitewide-footer { |
4 |
text-align: left; |
5 |
width: 100%; |
6 |
background-color: #000; |
7 |
color: #aaa; |
8 |
display: block; |
9 |
padding: 7px 0 14px 0; |
10 |
font-size: 12px; |
11 |
line-height: 2em; |
12 |
min-width: 900px; |
13 |
float: left; |
14 |
font-family: Arial, sans-serif; |
15 |
}
|
16 |
|
17 |
.sitewide-footer a { |
18 |
color: #fff !important; |
19 |
}
|
20 |
|
21 |
.sitewide-footer a:hover, td#footer .sitewide-footer a:hover { |
22 |
text-decoration: underline; |
23 |
background: #000; |
24 |
background-color: #000; |
25 |
}
|
26 |
|
27 |
.sitewide-footer .fleft { |
28 |
padding-left: 20px; |
29 |
float: left; |
30 |
width: 600px; |
31 |
}
|
32 |
|
33 |
.sitewide-footer .fright { |
34 |
float: right; |
35 |
width: 250px; |
36 |
padding-right: 20px; |
37 |
text-align: right; |
38 |
}
|
39 |
|
40 |
.sitewide-footer img { |
41 |
background-color: #000; |
42 |
}
|
43 |
|
44 |
.sitewide-footer .imglink { |
45 |
border: none; |
46 |
float: left; |
47 |
}
|
48 |
|
49 |
.sitewide-footer .fright p{ |
50 |
clear: both; |
51 |
}
|
52 |
|
53 |
|
54 |
.sitewide-footer #footer-logo img{ |
55 |
float: right; |
56 |
}
|
57 |
|
58 |
.sitewide-footer .fnote{ |
59 |
border-bottom: 1px #fff solid; |
60 |
margin: 20px; |
61 |
clear: both; |
62 |
}
|
63 |
|
64 |
.sitewide-footer p{ |
65 |
margin-bottom: 1em; |
66 |
}
|
67 |
/*]]>*/
|
68 |
</style>
|