|
5
|
1 |
#admin_footer |
|
|
2 |
{ |
|
|
3 |
clear: both; |
|
|
4 |
margin: 0; |
|
|
5 |
padding: .5em; |
|
|
6 |
/*background-color: #ddd;*/ |
|
|
7 |
border-top: 1px solid gray; |
|
|
8 |
} |
|
|
9 |
|
|
|
10 |
.version |
|
|
11 |
{ |
|
|
12 |
text-align: right; |
|
|
13 |
color: white; |
|
|
14 |
font-size:9px; |
|
|
15 |
} |
|
|
16 |
|
|
|
17 |
.version a:link |
|
|
18 |
{ |
|
|
19 |
text-decoration: none; |
|
|
20 |
color: white; |
|
|
21 |
text-decoration: bold; |
|
|
22 |
font-weight: bold; |
|
|
23 |
border-bottom-style: none; |
|
|
24 |
} |
|
|
25 |
.version a:hover |
|
|
26 |
{ |
|
|
27 |
color: #2c8084; |
|
|
28 |
text-decoration: none; |
|
|
29 |
font-weight: bold; |
|
|
30 |
border-bottom-width: 0px; |
|
|
31 |
border-bottom-style: none; |
|
|
32 |
} |
|
|
33 |
|
|
|
34 |
.version a:active |
|
|
35 |
{ |
|
|
36 |
color: white; |
|
|
37 |
text-decoration: none; |
|
|
38 |
font-weight: bold; |
|
|
39 |
border-bottom-style: none; |
|
|
40 |
} |
|
|
41 |
|
|
|
42 |
.version a:visited |
|
|
43 |
{ |
|
|
44 |
color: white; |
|
|
45 |
font-weight: bold; |
|
|
46 |
border-bottom-style: none; |
|
|
47 |
} |
|
|
48 |
|
|
|
49 |
.small |
|
|
50 |
{ |
|
|
51 |
font-size:9px; |
|
13
|
52 |
text-align: right; |
|
5
|
53 |
} |
|
|
54 |
|
|
|
55 |
.footer_img |
|
|
56 |
{ |
|
|
57 |
float: left; |
|
|
58 |
} |
|
|
59 |
|
|
|
60 |
.footer_img img |
|
|
61 |
{ |
|
|
62 |
padding-left: 10px; |
|
|
63 |
padding-right: 10px; |
|
|
64 |
} |
|
|
65 |
|
|
|
66 |
.footer_img a |
|
|
67 |
{ |
|
|
68 |
color: white; |
|
|
69 |
} |
|
|
70 |
|
|
|
71 |
.footer_img a:link |
|
|
72 |
{ |
|
|
73 |
color: white; |
|
|
74 |
} |
|
|
75 |
|
|
|
76 |
.footer_img a:hover |
|
|
77 |
{ |
|
|
78 |
color: white; |
|
|
79 |
} |
|
|
80 |
|
|
|
81 |
.footer_img a:visited |
|
|
82 |
{ |
|
|
83 |
color: white; |
|
|
84 |
} |
|
|
85 |
|