PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.2.1
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.2.1
4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 4.2.1 All 138 releases
learnpress / assets / css / admin / setup-rtl.css

setup-rtl.css in LearnPress – WordPress LMS Plugin for Create and Sell Online Courses 4.2.1, at assets/css/admin/setup-rtl.css

273 lines 7.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* The animation code */
2 @keyframes spin {
3 0% {
4 transform: rotate(0deg);
5 }
6 50% {
7 transform: rotate(-180deg);
8 }
9 100% {
10 transform: rotate(-360deg);
11 }
12 }
13 @keyframes spin-back {
14 0% {
15 transform: rotate(0deg);
16 }
17 50% {
18 transform: rotate(180deg);
19 }
20 100% {
21 transform: rotate(360deg);
22 }
23 }
24 .lp-setup, .lp-update-database {
25 color: #777;
26 }
27 .lp-setup h1, .lp-setup h2, .lp-setup h3, .lp-setup h4, .lp-setup h5, .lp-setup h6, .lp-update-database h1, .lp-update-database h2, .lp-update-database h3, .lp-update-database h4, .lp-update-database h5, .lp-update-database h6 {
28 color: #777;
29 font-weight: normal;
30 }
31 .lp-setup h2, .lp-update-database h2 {
32 font-size: 24px;
33 border-bottom: 1px solid #EEE;
34 padding-bottom: 20px;
35 }
36 .lp-setup p.large-text, .lp-update-database p.large-text {
37 font-size: 16px;
38 margin: 0 0 20px 0;
39 }
40 .lp-setup a, .lp-update-database a {
41 font-size: 13px;
42 }
43 .lp-setup .logo, .lp-update-database .logo {
44 text-align: center;
45 }
46 .lp-setup #content, .lp-update-database #content {
47 max-width: 90%;
48 width: 900px;
49 margin: 40px auto 20px auto;
50 }
51 .lp-setup #main, .lp-update-database #main {
52 background: #FFF;
53 padding: 20px;
54 border: 1px solid #ececec;
55 margin-bottom: 20px;
56 position: relative;
57 }
58 .lp-setup #main .description, .lp-update-database #main .description {
59 font-size: 13px;
60 font-style: italic;
61 }
62 .lp-setup #main.loading:after, .lp-update-database #main.loading:after {
63 content: "";
64 position: absolute;
65 top: 0;
66 right: 0;
67 left: 0;
68 bottom: 0;
69 z-index: 10;
70 background: #FFF;
71 opacity: 0.5;
72 }
73 .lp-setup #main.loading .icon-loading, .lp-update-database #main.loading .icon-loading {
74 display: block;
75 position: absolute;
76 top: 50%;
77 right: 50%;
78 width: 20px;
79 height: 20px;
80 margin-right: -10px;
81 margin-top: -10px;
82 z-index: 15;
83 }
84 .lp-setup #main.loading .icon-loading:before, .lp-setup #main.loading .icon-loading:after, .lp-update-database #main.loading .icon-loading:before, .lp-update-database #main.loading .icon-loading:after {
85 width: 20px;
86 height: 20px;
87 top: 0;
88 right: 0;
89 content: "";
90 position: absolute;
91 }
92 .lp-setup #main.loading .icon-loading:before, .lp-update-database #main.loading .icon-loading:before {
93 background: #e2e2e2;
94 animation-name: spin;
95 animation-duration: 4s;
96 animation-iteration-count: infinite;
97 animation-delay: 0s;
98 }
99 .lp-setup #main.loading .icon-loading:after, .lp-update-database #main.loading .icon-loading:after {
100 background: #39a1e5;
101 animation-name: spin-back;
102 animation-duration: 4s;
103 animation-iteration-count: infinite;
104 animation-delay: 0s;
105 }
106 .lp-setup .lp-setup-nav, .lp-update-database .lp-setup-nav {
107 position: relative;
108 }
109 .lp-setup .lp-setup-steps, .lp-update-database .lp-setup-steps {
110 list-style: none;
111 margin: 0;
112 padding: 0 0 20px 0;
113 display: flex;
114 position: relative;
115 }
116 .lp-setup .lp-setup-steps li, .lp-update-database .lp-setup-steps li {
117 list-style: none;
118 flex: 1;
119 text-align: center;
120 margin: 0;
121 position: relative;
122 }
123 .lp-setup .lp-setup-steps li.active span, .lp-update-database .lp-setup-steps li.active span {
124 font-weight: bold;
125 color: #564079;
126 }
127 .lp-setup .lp-setup-steps li.active:before, .lp-update-database .lp-setup-steps li.active:before {
128 content: "";
129 height: 6px;
130 width: 100%;
131 -webkit-border-radius: 3px;
132 -moz-border-radius: 3px;
133 border-radius: 3px;
134 background: #ffc106;
135 right: 0;
136 position: absolute;
137 bottom: -20px;
138 z-index: 10;
139 }
140 .lp-setup .lp-setup-steps li.active:after, .lp-update-database .lp-setup-steps li.active:after {
141 width: 8px;
142 height: 8px;
143 position: absolute;
144 background: #ffc106;
145 transform: rotate(-45deg);
146 right: 50%;
147 bottom: -18px;
148 margin-right: -5px;
149 content: "";
150 }
151 .lp-setup .lp-setup-progress,
152 .lp-setup .lp-setup-progress .active, .lp-update-database .lp-setup-progress,
153 .lp-update-database .lp-setup-progress .active {
154 width: 100%;
155 height: 6px;
156 right: 0;
157 bottom: 0;
158 background: #DDD;
159 position: absolute;
160 -webkit-border-radius: 3px;
161 -moz-border-radius: 3px;
162 border-radius: 3px;
163 }
164 .lp-setup .lp-setup-progress .active, .lp-update-database .lp-setup-progress .active {
165 background: #ffc106;
166 width: 50%;
167 }
168 .lp-setup footer, .lp-update-database footer {
169 max-width: 900px;
170 margin: 0 auto;
171 padding: 0 20px;
172 text-align: center;
173 }
174 .lp-setup .buttons, .lp-update-database .buttons {
175 text-align: left;
176 border-top: 1px solid #EEE;
177 padding-top: 20px;
178 }
179 .lp-setup .buttons .button-prev, .lp-update-database .buttons .button-prev {
180 float: right;
181 }
182 .lp-setup .button-skip-next,
183 .lp-setup .button-skip-prev, .lp-update-database .button-skip-next,
184 .lp-update-database .button-skip-prev {
185 opacity: 0.7;
186 float: right;
187 margin-left: 4px;
188 }
189 .lp-setup .button-skip-next:hover,
190 .lp-setup .button-skip-prev:hover, .lp-update-database .button-skip-next:hover,
191 .lp-update-database .button-skip-prev:hover {
192 opacity: 1;
193 }
194 .lp-setup .button-dashboard-page, .lp-update-database .button-dashboard-page {
195 vertical-align: middle;
196 margin: 5px;
197 display: inline-block;
198 }
199 .lp-setup table, .lp-update-database table {
200 width: 100%;
201 font-size: 14px;
202 }
203 .lp-setup table th, .lp-setup table td, .lp-update-database table th, .lp-update-database table td {
204 padding: 8px 0 8px 8px;
205 font-weight: normal;
206 vertical-align: top;
207 text-align: right;
208 }
209 .lp-setup table th, .lp-update-database table th {
210 width: 33%;
211 text-align: right;
212 }
213 .lp-setup .browse-payments, .lp-update-database .browse-payments {
214 list-style: none;
215 margin: 0;
216 padding: 0;
217 }
218 .lp-setup .browse-payments li.payment, .lp-update-database .browse-payments li.payment {
219 padding: 0 0 10px 0;
220 margin: 0;
221 }
222 .lp-setup .browse-payments li.payment > h3, .lp-update-database .browse-payments li.payment > h3 {
223 padding: 20px 0;
224 margin: 0;
225 }
226 .lp-setup .browse-payments li.payment .payment-settings, .lp-update-database .browse-payments li.payment .payment-settings {
227 padding: 0 0 20px 0;
228 }
229 .lp-setup .browse-payments li.payment .payment-name img, .lp-update-database .browse-payments li.payment .payment-name img {
230 max-height: 32px;
231 vertical-align: middle;
232 margin-right: 0px;
233 }
234 .lp-setup .browse-payments li.payment .payment-desc, .lp-update-database .browse-payments li.payment .payment-desc {
235 font-style: italic;
236 }
237 .lp-setup .finish-buttons, .lp-update-database .finish-buttons {
238 text-align: left;
239 }
240 .lp-setup .finish-buttons .button, .lp-update-database .finish-buttons .button {
241 width: 300px;
242 display: inline-block;
243 margin-bottom: 20px;
244 font-size: 18px;
245 height: 40px;
246 line-height: 40px;
247 color: #777;
248 text-align: center;
249 }
250 .lp-setup .finish-buttons .button.button-primary, .lp-update-database .finish-buttons .button.button-primary {
251 color: #FFF;
252 }
253 .lp-setup .finish-buttons .button:nth-child(odd), .lp-update-database .finish-buttons .button:nth-child(odd) {
254 float: right;
255 }
256 .lp-setup .learn-press-message, .lp-update-database .learn-press-message {
257 background: #FAFAFA;
258 padding: 15px;
259 border-right: 3px solid #05B3FF;
260 margin: 0 0 20px 0;
261 font-size: 14px;
262 border-radius: 4px;
263 }
264 .lp-setup .learn-press-message.error, .lp-update-database .learn-press-message.error {
265 border-right-color: #FF0000;
266 }
267 .lp-setup #preview-price, .lp-update-database #preview-price {
268 font-size: 18px;
269 color: #FF0000;
270 }
271 .lp-setup .form-field th .learn-press-tip, .lp-update-database .form-field th .learn-press-tip {
272 float: left;
273 }