installer.css
3.2 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
/**
* @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;
}