field_customfooter.css
1.71 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
/**
* @package AllediaFreeDefaultFiles
* @contact www.joomlashack.com, help@joomlashack.com
* @copyright Copyright (C) Open Sources Training, LLC, All rights reserved
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
.joomlashack-footer {
height: 190px;
}
.joomlashack-footer.installer {
margin-top: 20px;
}
.joomlashack-footer .gopro-ad {
text-align: center;
}
.joomlashack-footer .gopro-ad a.gopto-btn {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
/* 1 */
display: inline-block;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
text-decoration: none;
text-align: center;
/* 2 */
border: none;
/* 3 */
line-height: 40px;
/* 4 */
min-height: 40px;
/* 5 */
/* 6 */
padding: 0 12px;
background: #075c97;
color: #ffffff;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
font-weight: 400;
font-size: 14px;
-webkit-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out;
}
.joomlashack-footer .gopro-ad .icon-publish:before {
color: #ffffff;
}
.joomlashack-footer .joomlashack-jedlink {
margin: 30px 0;
text-align: center;
}
.joomlashack-footer .joomlashack-jedlink .icon-star {
color: #feb123;
}
.joomlashack-footer .joomlashack-jedlink.installer {
margin-left: 0;
text-align: left;
margin-bottom: 20px;
}
.joomlashack-footer .joomlashack-copyright {
color: #808080;
font-size: 10px;
margin: 2px 0;
text-align: center;
}
.joomlashack-footer .poweredby {
text-align: center;
margin-top: 30px;
}
.joomlashack-footer img.alledia-logo {
width: 100px;
}