field_customfooter.css 1.71 KB
/**
 * @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;
}