PluginProbe
Selection Lite / 1.8
Selection Lite v1.8
trunk 1.0 1.1 1.10 1.11 1.12 1.14 1.15 1.16 1.17 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9
selection-lite / css / admin.css

admin.css in Selection Lite 1.8, at css/admin.css

371 lines 8.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * * Selection Lite
3 * * Carefully selected Elementor addons bundle, for building the most awesome websites
4 * *
5 * * @encoding UTF-8
6 * * @version 1.8
7 * * @copyright (C) 2018 - 2023 Merkulove ( https://merkulov.design/ ). All rights reserved.
8 * * @license GPLv3
9 * * @contributors merkulove, vladcherviakov, phoenixmkua, podolianochka, viktorialev01
10 * * @support help@merkulov.design
11 * **/
12 .mdp-menu-tab-pro {
13 display: none;
14 }
15
16 .mdp-relative {
17 position: relative;
18 }
19
20 .mdp-activation-faq h3 {
21 font-size: 16px !important;
22 }
23
24 .mdp-selection-full-badge {
25 position: absolute;
26 top: 32px;
27 right: 0;
28 background: #f8c010;
29 padding: 4px 6px;
30 border-radius: 4px;
31 font-size: 11px;
32 font-weight: 500;
33 z-index: 999;
34 color: #0a2138;
35 text-decoration: none;
36 border: 1px solid #f8c010;
37 }
38 .mdp-selection-full-badge:hover {
39 text-decoration: none;
40 background: #FAD55E;
41 color: #000;
42 box-shadow: 0 1px 4px 0 #f8c010;
43 }
44
45 .mdp-relative .mdp-selection-full-badge {
46 top: -3px;
47 }
48
49 .mdp-tab-name-post_types td > div {
50 mix-blend-mode: luminosity;
51 opacity: 0.65;
52 }
53 .mdp-tab-name-post_types td > div:hover {
54 mix-blend-mode: normal;
55 opacity: 1;
56 }
57 .mdp-tab-name-post_types .mdp-selection-full-badge {
58 top: 44px;
59 right: 16px;
60 }
61
62 .mdp-selection-full-text {
63 font-size: 13px !important;
64 padding: 16px;
65 color: #0a2138;
66 font-family: "Roboto", sans-serif;
67 }
68
69 .mdc-activation-status.activated i {
70 color: #f8a510;
71 position: relative;
72 }
73 .mdc-activation-status.activated i:before {
74 content: "";
75 width: 24px;
76 height: 24px;
77 background: linear-gradient(to top, #f8a510, #FAD55E);
78 position: absolute;
79 top: 0;
80 left: 0;
81 mix-blend-mode: lighten;
82 border-radius: 8px;
83 }
84
85 .mdp-go-pro-box {
86 margin-bottom: 40px;
87 font-family: "Roboto", sans-serif;
88 }
89 .mdp-go-pro-box > h3 {
90 font-size: 1.4em !important;
91 }
92 .mdp-go-pro-box p {
93 font-size: 14px;
94 color: rgba(10, 33, 56, 0.75);
95 }
96 .mdp-go-pro-box a.mdp-button-pro {
97 background: #f9cd42;
98 padding: 10px 12px;
99 border-radius: 4px;
100 font-size: 13px;
101 font-weight: 500;
102 color: #0a2138;
103 text-decoration: none;
104 border: 1px solid #f8c010;
105 margin-right: 20px;
106 }
107 .mdp-go-pro-box a.mdp-button-pro:hover {
108 text-decoration: none;
109 background: #FAD55E;
110 color: #000;
111 box-shadow: 0 1px 4px 0 #f8c010;
112 }
113 .mdp-go-pro-box a.mdp-button-compare {
114 background: rgba(2, 116, 230, 0.07);
115 padding: 10px 12px;
116 border-radius: 4px;
117 font-size: 13px;
118 color: #0274e6;
119 text-decoration: none;
120 border: 1px solid rgba(2, 116, 230, 0.05);
121 margin-right: 20px;
122 }
123 .mdp-go-pro-box a.mdp-button-compare:hover {
124 text-decoration: none;
125 background: rgba(2, 116, 230, 0.1);
126 color: #0274e6;
127 box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.05), 0 4px 5px 0 rgba(0, 0, 0, 0.03), 0 1px 10px 0 rgba(0, 0, 0, 0.03);
128 }
129 .mdp-go-pro-box .mdp-pro-features {
130 display: flex;
131 flex-direction: row;
132 }
133 .mdp-go-pro-box .mdp-pro-features ul {
134 display: block;
135 font-size: 14px;
136 font-weight: 500;
137 width: 50%;
138 }
139 .mdp-go-pro-box .mdp-pro-features ul li {
140 line-height: 2em;
141 display: flex;
142 align-items: center;
143 }
144 .mdp-go-pro-box .mdp-pro-features ul i {
145 color: #f8a510;
146 position: relative;
147 font-size: 18px;
148 margin-right: 10px;
149 }
150 .mdp-go-pro-box .mdp-pro-features ul i:before {
151 content: "";
152 width: 18px;
153 height: 18px;
154 background: linear-gradient(to top, #f8a510, #FAD55E);
155 position: absolute;
156 top: 0;
157 left: 0;
158 mix-blend-mode: lighten;
159 border-radius: 8px;
160 }
161 .mdp-go-pro-box .mdp-pro-features ul span {
162 display: inline-block;
163 font-size: 15px;
164 }
165 .mdp-go-pro-box .mdp-pro-buttons {
166 display: flex;
167 }
168
169 /* Responsiveness */
170 @media screen and (max-width: 1080px) {
171 .mdp-go-pro-box .mdp-pro-features {
172 flex-direction: column;
173 }
174 .mdp-go-pro-box .mdp-pro-features ul {
175 width: 100%;
176 }
177 .mdp-go-pro-box .mdp-pro-features ul:first-of-type {
178 margin-bottom: 0;
179 }
180 .mdp-go-pro-box .mdp-pro-features ul:last-of-type {
181 margin-top: 0;
182 }
183 }
184 .mdp-tab-name-widgets .form-table th,
185 .mdp-tab-name-widgets .form-table td {
186 padding: 0;
187 margin: 0;
188 }
189
190 .mdp-selection-main-description {
191 font-size: 0.85rem;
192 }
193
194 .mdp-selection-grid {
195 display: flex;
196 flex-direction: row;
197 flex-wrap: wrap;
198 justify-content: space-between;
199 margin-top: 1.25rem;
200 }
201
202 .mdp-selection-widget {
203 display: flex;
204 flex-direction: column;
205 width: calc( 33% - 3.33rem );
206 border-radius: 0.625rem;
207 margin-bottom: 1.25rem;
208 padding: 1.25rem;
209 border: 1px solid rgba(2, 116, 230, 0.12);
210 }
211 .mdp-selection-widget.mdp-empty {
212 opacity: 0;
213 }
214 .mdp-selection-widget:hover {
215 background: rgba(2, 116, 230, 0.12);
216 border: 1px solid rgba(2, 116, 230, 0.12);
217 transition: 0.8s;
218 }
219 .mdp-selection-widget .mdp-selection-widget--header {
220 display: flex;
221 flex-direction: row;
222 flex-wrap: nowrap;
223 position: relative;
224 width: 100%;
225 }
226 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--logo,
227 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--logo img {
228 width: 2rem;
229 height: 2rem;
230 max-width: 2rem;
231 max-height: 2rem;
232 margin-right: 1.25rem;
233 }
234 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--logo a,
235 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--logo img a {
236 display: flex;
237 }
238 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--title {
239 display: flex;
240 flex-wrap: nowrap;
241 justify-content: space-between;
242 width: inherit;
243 align-items: center;
244 }
245 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--title h3,
246 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--title h4 {
247 display: block;
248 margin: 0;
249 }
250 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--switcher {
251 margin-right: -0.625rem 0 0.625rem;
252 }
253 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--switcher .mdc-switch {
254 margin: 0;
255 }
256 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--pro-badge {
257 margin-right: -0.625rem 0 0.625rem;
258 display: flex;
259 flex-wrap: nowrap;
260 }
261 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--pro-badge a {
262 text-decoration: none;
263 display: flex;
264 align-items: center;
265 color: #3c434a;
266 font-size: 11px;
267 text-transform: uppercase;
268 font-weight: 500;
269 }
270 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--pro-badge i {
271 color: #f8a510;
272 font-size: 18px;
273 display: inline-flex;
274 position: relative;
275 }
276 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--pro-badge i.mdc-list-item__graphic {
277 margin-right: 0;
278 }
279 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--pro-badge i:before {
280 content: "";
281 width: 24px;
282 height: 24px;
283 background: linear-gradient(to top, #f8a510, #FAD55E);
284 position: absolute;
285 top: 0;
286 left: 0;
287 mix-blend-mode: lighten;
288 border-radius: 8px;
289 }
290 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--badge {
291 position: absolute;
292 top: 1.25rem;
293 right: 1.25rem;
294 background: green;
295 color: white;
296 font-size: 10px;
297 text-transform: uppercase;
298 padding: 2px 4px;
299 border-radius: 1.25rem;
300 display: none;
301 }
302 .mdp-selection-widget .mdp-selection-widget--links {
303 display: flex;
304 flex-direction: row;
305 justify-content: space-between;
306 margin-top: 1rem;
307 padding-top: 1rem;
308 border-top: 1px solid rgba(2, 116, 230, 0.12);
309 }
310 .mdp-selection-widget .mdp-selection-widget--links p {
311 padding: 0;
312 margin: 0;
313 }
314 .mdp-selection-widget .mdp-selection-widget--links a {
315 display: flex;
316 text-decoration: none;
317 color: rgba(2, 116, 230, 0.8);
318 }
319 .mdp-selection-widget .mdp-selection-widget--links a:hover {
320 color: #0274e6;
321 }
322 .mdp-selection-widget .mdp-selection-widget--links a:first-of-type {
323 margin-right: 0.625rem;
324 }
325 .mdp-selection-widget .mdp-selection-widget--links i.material-icons {
326 font-size: 1rem;
327 margin-right: 0.3125rem;
328 max-width: 1rem;
329 max-height: 1rem;
330 overflow: hidden;
331 }
332 .mdp-selection-widget.mdp-pro .mdp-selection-widget--logo {
333 filter: grayscale(1);
334 opacity: 0.7;
335 }
336 .mdp-selection-widget.mdp-pro:hover {
337 background: transparent;
338 }
339
340 .mdp-selection-category--title {
341 text-transform: capitalize;
342 border-top: 1px solid rgba(0, 0, 0, 0.12);
343 padding-top: 1.25rem;
344 margin-top: 0.3125rem;
345 font-size: 1.1em;
346 }
347
348 @media screen and (max-width: 1280px) {
349 .mdp-selection-widget {
350 width: calc( 50% - 3.33rem );
351 }
352 .mdp-selection-widget.mdp-empty {
353 display: none;
354 }
355 .mdp-selection-widget .mdp-selection-widget--links {
356 justify-content: start;
357 }
358 }
359 @media screen and (max-width: 1024px) {
360 .mdp-selection-widget {
361 width: 100%;
362 }
363 .mdp-selection-widget .mdp-selection-widget--links {
364 justify-content: start;
365 }
366 }
367 @media screen and (max-width: 782px) {
368 body:not(.mdc-disable) .wrap section.mdp-tab-content {
369 width: calc( 100% - 60px );
370 }
371 }