PluginProbe
Machete / 5.0
Machete v5.0
5.3 trunk 3.5.1 4.0 4.0.1 4.0.2 4.0.3 5.0 5.0.1 5.1 5.2
machete / css / admin.css

admin.css in Machete 5.0, at css/admin.css

339 lines 6.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .machete-wrap {
2 position: relative;
3 /* margin: 25px 40px 0 20px; */
4 max-width: 1050px;
5 }
6
7
8 .machete-wrap .machete-logo {
9 border: none;
10 float: right;
11 width: 150px;
12 height: 150px;
13 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
14 box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
15 }
16 .rtl .machete-wrap .machete-logo {
17 float: left;
18 }
19
20
21 .machete-wrap.about-wrap .machete-wrap-divider {
22 height: 15px;
23 }
24
25 .machete-wrap .nav-tab {
26 padding: 5px 10px !important;
27 font-size: 14px !important;
28 }
29
30 .machete-important-notice {
31 clear: right;
32 padding: 20px;
33 margin: 0px 0px 30px;
34 background: #fff;
35 }
36
37
38 .machete-warning {
39 background: #f90 url(warning.png) 30px 50% no-repeat;
40 padding-left: 120px;
41 background-size: 64px 60px;
42 color: #fff;
43 }
44 .rtl .machete-warning {
45 padding-left: inherit;
46 padding-right: 120px;
47 background-position: calc(100% - 30px) 50%;
48 }
49 .machete-warning p {
50 margin-top: 0 !important;
51 margin-bottom: 0;
52 }
53
54 .machete-screenshot {
55 background-color: #FF9800;
56 }
57
58
59 .machete-wrap .theme-screenshot .module-info {
60 position: absolute;
61 padding: 1em;
62 }
63 .machete-wrap .theme:hover .theme-screenshot img {
64 opacity: .15 !important;
65 }
66
67
68 .machete-welcome-blocks h3 > span {
69 margin-right: 10px;
70 }
71 .machete-welcome-blocks h3 {
72 font-size: 1em;
73 margin: 1.4em 0 0.6em;
74 font-weight: normal;
75 }
76 .machete-welcome-blocks .feature-section.col,
77 .machete-welcome-blocks .feature-section .col {
78 margin-top: 0;
79
80 }
81 .machete-options-table .column-title {
82 width: 20%;
83 }
84
85
86 .machete-section-wrap h1 {
87 font-size: 32px;
88 /*border-bottom: 2px solid #ff9900;*/
89 }
90 .machete-section-wrap h1 img {
91 width: 96px;
92 height: 96px;
93 float: right;
94 margin-right: 16px;
95 }
96 .rtl .machete-section-wrap h1 img {
97 float: left;
98 margin-right: 0;
99 margin-left: 16px;
100 }
101
102 .machete-section-wrap .tab-description,
103 .machete-section-wrap .tab-performance {
104 font-size: 120%;
105 }
106 .machete-section-wrap .tab-performance span {
107 background: #fff;
108 padding: 0.5em 0.7em;
109 border-radius: 0 0 4px 4px;
110 border-top: 3px solid #f90;
111 display: block;
112 }
113 .machete-section-wrap .tab-performance strong {
114 color: #FF9900;
115 }
116
117 .machete-section-wrap .tab-performance .dashicons {
118 line-height: 26px;
119 color: #FF9900;
120 }
121
122 .machete-helpbox .handlediv {
123 float: left;
124 text-align: center;
125 }
126 .machete-helpbox h3.hndle {
127 font-size: 14px;
128 padding: 8px 12px;
129 margin: 0;
130 line-height: 1.4;
131 cursor: pointer !important;
132
133 }
134
135 #mache-utils-options .CodeMirror {
136 border: 1px solid #7e8993;
137 border-radius: 4px;
138 }
139
140 .machete-wrap.about-wrap .notice,
141 .machete-wrap.about-wrap div.error,
142 .machete-wrap.about-wrap div.updated {
143 display: block !important;
144 margin-right: 170px;
145 }
146
147 .machete-wrap.about-wrap .feature-section {
148 overflow: visible;
149 }
150
151 .machete-module-list {
152 zoom: 1;
153 margin: 0 -12px;
154 }
155
156 .machete-module-list:before {
157 content: '';
158 display: block;
159 }
160 .machete-module-list:after {
161 content: '';
162 display: table;
163 clear: both;
164 }
165
166 .machete-module-list .machete-module-wrap {
167 float: left;
168 -ms-box-sizing: border-box;
169 -moz-box-sizing: border-box;
170 -webkit-box-sizing: border-box;
171 box-sizing: border-box;
172 padding: 0 12px 24px 12px;
173 width: 50%;
174 }
175 .rtl .machete-module-list .machete-module-wrap {
176 float: right;
177 }
178
179 .machete-module-list .machete-module-wrap:nth-child(odd) {
180 clear: left;
181 }
182 .machete-module-list .machete-module-wrap:nth-child(odd) {
183 clear: right;
184 }
185
186 @media (max-width: 1023px) {
187 .machete-module-list .machete-module-wrap {
188 width: 100%;
189 }
190 }
191
192 .machete-module-list .machete-module {
193 border: 1px solid #D9D9D9;
194 float: left;
195 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
196 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
197 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
198 padding: 0;
199 width: 100%;
200 background: #fefefe;
201 position: relative;
202 overflow: hidden;
203 }
204 .rtl .machete-module-list .machete-module {
205 float: right;
206 }
207
208 .machete-module-list .machete-module.powertools-module {
209 border: 1px solid #f90;
210 }
211 .machete-module-list .machete-module.module-is-inactive.module-is-inactive {
212 border: 1px solid #ccc;
213 background: #d9d9d9;
214 }
215
216
217 .machete-module-list .machete-module .machete-module-image {
218 width: 128px;
219 height: 128px;
220 float: left;
221 margin: 20px;
222 }
223 .rtl .machete-module-list .machete-module .machete-module-image {
224 float: right;
225 }
226
227
228 .machete-module-list .machete-module .machete-module-image img,
229 .machete-module-list .machete-module .machete-module-image svg {
230 width: 128px;
231 height: auto;
232 }
233
234 .machete-module-list .machete-module.module-is-inactive .machete-module-image svg,
235 .machete-module-list .machete-module.module-is-inactive .machete-module-image img {
236 filter: url(filters.svg#grayscale);
237 filter: gray;
238 -webkit-filter: grayscale(1);
239 opacity: 0.7;
240 }
241
242 .machete-module-list .machete-module .machete-module-text {
243 padding: 20px 20px 20px 0;
244 margin-left: 168px;
245 }
246 .rtl .machete-module-list .machete-module .machete-module-text {
247 padding: 20px 0 20px 20px;
248 margin-left: inherit;
249 margin-right: 168px;
250 }
251 .machete-module-list .machete-module h3 {
252 color: #666;
253 font-size: 1.4em;
254 font-weight: 500;
255 margin-top: 0;
256 margin-right: 10px;
257 }
258 .rtl .machete-module-list .machete-module h3 {
259 margin-right: 0;
260 margin-left: 10px;
261 }
262 .machete-module-list .machete-module h3 a {
263 color: #0073aa;
264 text-decoration: none;
265 }
266
267 .machete-module-list .machete-module .machete-module-description {
268 margin: 0;
269 line-height: 1.35em;
270 color: #777777;
271 }
272
273 .machete-module-list .machete-module.powertools-module.module-is-active h3,
274 .machete-module-list .machete-module.powertools-module.module-is-active h3 a,
275 .machete-module-list .machete-module.powertools-module.module-is-active .machete-module-description {
276 color: #bd7200
277 }
278
279
280 .machete-module-list .machete-module .machete-module-active-indicator {
281 background: #ff9900;
282 padding: 4px 10px;
283 color: #fff;
284 display: inline-block;
285 width: 200px;
286 text-align: center;
287 position: absolute;
288 top: 20px;
289 right: -80px;
290 transform: rotate(45deg);
291 border: 1px solid #fff;
292 }
293 .rtl .machete-module-list .machete-module .machete-module-active-indicator {
294 right: auto;
295 left: -80px;
296 transform: rotate(-45deg);
297 }
298
299 .machete-module-list .machete-module .machete-module-bottom {
300 background-color: #fafafa;
301 border-top: 1px solid #D9D9D9;
302 padding: 20px;
303 clear: left;
304 }
305 .rtl .machete-module-list .machete-module .machete-module-bottom {
306 clear: right;
307 }
308
309 .machete-module-list .machete-module.module-is-active.powertools-module .machete-module-bottom {
310 border-top: 1px solid #f90;
311 background-color: #fff5e5;
312 }
313
314 .machete-module-list .machete-module .machete-module-toggle-active {
315 display: flex;
316 }
317 .machete-module-list .machete-module .machete-module-toggle-active a {
318 margin: 0 10px 0 0;
319 }
320 .rtl .machete-module-list .machete-module .machete-module-toggle-active {
321 display: flex;
322 flex-direction: row-reverse;
323 justify-content: flex-end;
324 }
325 .rtl .machete-module-list .machete-module .machete-module-toggle-active a {
326 margin: 0 0 0 10px;
327 }
328
329 .machete_deprecated_badge {
330 padding: 2px 5px;
331 display: inline-block;
332 font-weight: normal;
333 font-size: 14px;
334 border-radius: 4px;
335 color: #fff;
336 background-color: #f0b849;
337 margin-left: 10px;
338 }
339