PluginProbe
Selection Lite / 1.5
Selection Lite v1.5
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.5, at css/admin.css

308 lines 9.5 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.5
7 * @copyright (C) 2018 - 2021 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 .mdp-relative {
16 position: relative; }
17
18 .mdp-activation-faq h3 {
19 font-size: 16px !important; }
20
21 .mdp-selection-full-badge {
22 position: absolute;
23 top: 32px;
24 right: 0;
25 background: #f8c010;
26 padding: 4px 6px;
27 border-radius: 4px;
28 font-size: 11px;
29 font-weight: 500;
30 z-index: 999;
31 color: #0a2138;
32 text-decoration: none;
33 border: 1px solid #f8c010; }
34 .mdp-selection-full-badge:hover {
35 text-decoration: none;
36 background: #FAD55E;
37 color: #000;
38 box-shadow: 0 1px 4px 0 #f8c010; }
39
40 .mdp-relative .mdp-selection-full-badge {
41 top: -3px; }
42
43 .mdp-tab-name-post_types td > div {
44 mix-blend-mode: luminosity;
45 opacity: .65; }
46 .mdp-tab-name-post_types td > div:hover {
47 mix-blend-mode: normal;
48 opacity: 1; }
49
50 .mdp-tab-name-post_types .mdp-selection-full-badge {
51 top: 44px;
52 right: 16px; }
53
54 .mdp-selection-full-text {
55 font-size: 13px !important;
56 padding: 16px;
57 color: #0a2138;
58 font-family: 'Roboto', sans-serif; }
59
60 .mdc-activation-status.activated i {
61 color: #f8a510;
62 position: relative; }
63 .mdc-activation-status.activated i:before {
64 content: '';
65 width: 24px;
66 height: 24px;
67 background: linear-gradient(to top, #f8a510, #FAD55E);
68 position: absolute;
69 top: 0;
70 left: 0;
71 mix-blend-mode: lighten;
72 border-radius: 8px; }
73
74 .mdp-go-pro-box {
75 margin-bottom: 40px;
76 font-family: 'Roboto', sans-serif; }
77 .mdp-go-pro-box > h3 {
78 font-size: 1.4em !important; }
79 .mdp-go-pro-box p {
80 font-size: 14px;
81 color: rgba(10, 33, 56, 0.75); }
82 .mdp-go-pro-box a.mdp-button-pro {
83 background: #f9cd42;
84 padding: 10px 12px;
85 border-radius: 4px;
86 font-size: 13px;
87 font-weight: 500;
88 color: #0a2138;
89 text-decoration: none;
90 border: 1px solid #f8c010;
91 margin-right: 20px; }
92 .mdp-go-pro-box a.mdp-button-pro:hover {
93 text-decoration: none;
94 background: #FAD55E;
95 color: #000;
96 box-shadow: 0 1px 4px 0 #f8c010; }
97 .mdp-go-pro-box a.mdp-button-compare {
98 background: rgba(2, 116, 230, 0.07);
99 padding: 10px 12px;
100 border-radius: 4px;
101 font-size: 13px;
102 color: #0274e6;
103 text-decoration: none;
104 border: 1px solid rgba(2, 116, 230, 0.05);
105 margin-right: 20px; }
106 .mdp-go-pro-box a.mdp-button-compare:hover {
107 text-decoration: none;
108 background: rgba(2, 116, 230, 0.1);
109 color: #0274e6;
110 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); }
111 .mdp-go-pro-box .mdp-pro-features {
112 display: flex;
113 flex-direction: row; }
114 .mdp-go-pro-box .mdp-pro-features ul {
115 display: block;
116 font-size: 14px;
117 font-weight: 500;
118 width: 50%; }
119 .mdp-go-pro-box .mdp-pro-features ul li {
120 line-height: 2em;
121 display: flex;
122 align-items: center; }
123 .mdp-go-pro-box .mdp-pro-features ul i {
124 color: #f8a510;
125 position: relative;
126 font-size: 18px;
127 margin-right: 10px; }
128 .mdp-go-pro-box .mdp-pro-features ul i:before {
129 content: '';
130 width: 18px;
131 height: 18px;
132 background: linear-gradient(to top, #f8a510, #FAD55E);
133 position: absolute;
134 top: 0;
135 left: 0;
136 mix-blend-mode: lighten;
137 border-radius: 8px; }
138 .mdp-go-pro-box .mdp-pro-features ul span {
139 display: inline-block;
140 font-size: 15px; }
141 .mdp-go-pro-box .mdp-pro-buttons {
142 display: flex; }
143
144 /* Responsiveness */
145 @media screen and (max-width: 1080px) {
146 .mdp-go-pro-box .mdp-pro-features {
147 flex-direction: column; }
148 .mdp-go-pro-box .mdp-pro-features ul {
149 width: 100%; }
150 .mdp-go-pro-box .mdp-pro-features ul:first-of-type {
151 margin-bottom: 0; }
152 .mdp-go-pro-box .mdp-pro-features ul:last-of-type {
153 margin-top: 0; } }
154
155 .mdp-tab-name-widgets .form-table th,
156 .mdp-tab-name-widgets .form-table td {
157 padding: 0;
158 margin: 0; }
159
160 .mdp-selection-main-description {
161 font-size: .85rem; }
162
163 .mdp-selection-grid {
164 display: flex;
165 flex-direction: row;
166 flex-wrap: wrap;
167 justify-content: space-between;
168 margin-top: 1.25rem; }
169
170 .mdp-selection-widget {
171 display: flex;
172 flex-direction: column;
173 width: calc( 33% - 3.33rem);
174 border-radius: 0.625rem;
175 margin-bottom: 1.25rem;
176 padding: 1.25rem;
177 border: 1px solid rgba(2, 116, 230, 0.12); }
178 .mdp-selection-widget.mdp-empty {
179 opacity: 0; }
180 .mdp-selection-widget:hover {
181 background: rgba(2, 116, 230, 0.12);
182 border: 1px solid rgba(2, 116, 230, 0.12);
183 transition: .8s; }
184 .mdp-selection-widget .mdp-selection-widget--header {
185 display: flex;
186 flex-direction: row;
187 flex-wrap: nowrap;
188 position: relative;
189 width: 100%; }
190 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--logo,
191 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--logo img {
192 width: 2rem;
193 height: 2rem;
194 max-width: 2rem;
195 max-height: 2rem;
196 margin-right: 1.25rem; }
197 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--logo a,
198 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--logo img a {
199 display: flex; }
200 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--title {
201 display: flex;
202 flex-wrap: nowrap;
203 justify-content: space-between;
204 width: inherit;
205 align-items: center; }
206 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--title h3,
207 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--title h4 {
208 display: block;
209 margin: 0; }
210 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--switcher {
211 margin-right: -0.625rem 0 0.625rem; }
212 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--switcher .mdc-switch {
213 margin: 0; }
214 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--pro-badge {
215 margin-right: -0.625rem 0 0.625rem;
216 display: flex;
217 flex-wrap: nowrap; }
218 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--pro-badge a {
219 text-decoration: none;
220 display: flex;
221 align-items: center;
222 color: #3c434a;
223 font-size: 11px;
224 text-transform: uppercase;
225 font-weight: 500; }
226 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--pro-badge i {
227 color: #f8a510;
228 font-size: 18px;
229 display: inline-flex;
230 position: relative; }
231 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--pro-badge i.mdc-list-item__graphic {
232 margin-right: 0; }
233 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--pro-badge i:before {
234 content: '';
235 width: 24px;
236 height: 24px;
237 background: linear-gradient(to top, #f8a510, #FAD55E);
238 position: absolute;
239 top: 0;
240 left: 0;
241 mix-blend-mode: lighten;
242 border-radius: 8px; }
243 .mdp-selection-widget .mdp-selection-widget--header .mdp-selection-widget--badge {
244 position: absolute;
245 top: 1.25rem;
246 right: 1.25rem;
247 background: green;
248 color: white;
249 font-size: 10px;
250 text-transform: uppercase;
251 padding: 2px 4px;
252 border-radius: 1.25rem;
253 display: none; }
254 .mdp-selection-widget .mdp-selection-widget--links {
255 display: flex;
256 flex-direction: row;
257 justify-content: space-between;
258 margin-top: 1rem;
259 padding-top: 1rem;
260 border-top: 1px solid rgba(2, 116, 230, 0.12); }
261 .mdp-selection-widget .mdp-selection-widget--links p {
262 padding: 0;
263 margin: 0; }
264 .mdp-selection-widget .mdp-selection-widget--links a {
265 display: flex;
266 text-decoration: none;
267 color: rgba(2, 116, 230, 0.8); }
268 .mdp-selection-widget .mdp-selection-widget--links a:hover {
269 color: #0274e6; }
270 .mdp-selection-widget .mdp-selection-widget--links a:first-of-type {
271 margin-right: 0.625rem; }
272 .mdp-selection-widget .mdp-selection-widget--links i.material-icons {
273 font-size: 1rem;
274 margin-right: 0.3125rem;
275 max-width: 1rem;
276 max-height: 1rem;
277 overflow: hidden; }
278 .mdp-selection-widget.mdp-pro .mdp-selection-widget--logo {
279 filter: grayscale(1);
280 opacity: .7; }
281 .mdp-selection-widget.mdp-pro:hover {
282 background: transparent; }
283
284 .mdp-selection-category--title {
285 text-transform: capitalize;
286 border-top: 1px solid rgba(0, 0, 0, 0.12);
287 padding-top: 1.25rem;
288 margin-top: 0.3125rem;
289 font-size: 1.1em; }
290
291 @media screen and (max-width: 1280px) {
292 .mdp-selection-widget {
293 width: calc( 50% - 3.33rem); }
294 .mdp-selection-widget.mdp-empty {
295 display: none; }
296 .mdp-selection-widget .mdp-selection-widget--links {
297 justify-content: start; } }
298
299 @media screen and (max-width: 1024px) {
300 .mdp-selection-widget {
301 width: 100%; }
302 .mdp-selection-widget .mdp-selection-widget--links {
303 justify-content: start; } }
304
305 @media screen and (max-width: 782px) {
306 body:not(.mdc-disable) .wrap section.mdp-tab-content {
307 width: calc( 100% - 60px); } }
308