installer.css 3.2 KB
/**
 * @package   AllediaInstaller
 * @contact   www.joomlashack.com, help@joomlashack.com
 * @copyright Copyright (C) 2016 Open Sources Training, LLC, All rights reserved
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

.joomlashack-wrapper {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    font-weight: normal;
}

.joomlashack-wrapper input#joomlashack-license-keys {
    font-family: monospace;
    font-size: 20px !important;
    width: 410px !important;
    text-align: center;
    vertical-align: middle;
    height: 22px;
    min-height: 22px !important;
    line-height: 22px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    color: rgba(103, 128, 208, 0.65);
    padding: 8px 10px;
    font-weight: 300;
    background-color: #fff !important;
    margin-top: 15px;
    margin-bottom: 5px;
}

.joomlashack-wrapper .joomlashack-button {
    color: #ffffff;
    display: inline-block;
    box-sizing: border-box !important;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    border: none;
    line-height: 40px;
    min-height: 40px;
    padding: 0 18px;
    background: #075c97;
    color: #ffffff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 14px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    margin-top: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.joomlashack-wrapper .joomlashack-empty-key-msg {
    font-style: italic;
}

.joomlashack-wrapper .joomlashack-details-container {
    margin-top: 30px;
}

.joomlashack-wrapper #joomlashack-installer-license-success {
    font-size: 18px;
    color: #075c97;
    padding-top: 20px;
}

.joomlashack-wrapper #joomlashack-installer-license-error {
    font-size: 16px;
    color: #974646;
    padding-top: 20px;
}

.joomlashack-wrapper .joomlashack-related-table {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 7px;
    width: 100%;
}

.joomlashack-wrapper .joomlashack-related-table th {
    background: #f6f6f6;
    font-weight: bold;
    line-height: 38px;
    padding: 5px 10px;
    text-align: left;
}

.joomlashack-wrapper .joomlashack-related-table tr {
    padding: 3px 0;
    box-sizing: border-box;
    line-height: 34px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.joomlashack-wrapper .joomlashack-related-table td {
    padding-left: 10px;
    padding-right: 10px;
}

.joomlashack-wrapper .joomlashack-footer {
    box-sizing: border-box;
    height: auto;
    margin-bottom: 65px;
    margin-top: 30px;
    padding-top: 25px;
}

.joomlashack-wrapper .joomlashack-license {
    color: gray;
    font-size: 10px;
    padding-left: 10px;
}

.joomlashack-wrapper .joomlashack-warning {
    background: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 10px;
    color: #8a6d3b;
}

.joomlashack-wrapper .copyright {
    font-size: 10px;
    color: #808080;
}