112 lines
2.4 KiB
CSS
112 lines
2.4 KiB
CSS
.joomlashack-wrapper {
|
|
position: relative;
|
|
margin-top: 30px;
|
|
margin-bottom: 30px;
|
|
padding: 0px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.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;
|
|
}
|