PluginProbe
Machete / 5.2
Machete v5.2
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.2, at css/admin.css

320 lines 6.5 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 display: flex;
155 flex-wrap: wrap;
156 }
157
158 .machete-module-list .machete-module-wrap {
159 -ms-box-sizing: border-box;
160 -moz-box-sizing: border-box;
161 -webkit-box-sizing: border-box;
162 box-sizing: border-box;
163 padding: 0 12px 24px 12px;
164 width: 50%;
165 }
166
167 @media (max-width: 1023px) {
168 .machete-module-list .machete-module-wrap {
169 width: 100%;
170 }
171 }
172
173 .machete-module-list .machete-module {
174 border: 1px solid #D9D9D9;
175 float: left;
176 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
177 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
178 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
179 padding: 0;
180 width: 100%;
181 background: #fefefe;
182 position: relative;
183 overflow: hidden;
184 }
185 .rtl .machete-module-list .machete-module {
186 float: right;
187 }
188
189 .machete-module-list .machete-module.powertools-module {
190 border: 1px solid #f90;
191 }
192 .machete-module-list .machete-module.module-is-inactive.module-is-inactive {
193 border: 1px solid #ccc;
194 background: #d9d9d9;
195 }
196
197
198 .machete-module-list .machete-module .machete-module-image {
199 width: 128px;
200 height: 128px;
201 float: left;
202 margin: 20px;
203 }
204 .rtl .machete-module-list .machete-module .machete-module-image {
205 float: right;
206 }
207
208
209 .machete-module-list .machete-module .machete-module-image img,
210 .machete-module-list .machete-module .machete-module-image svg {
211 width: 128px;
212 height: auto;
213 }
214
215 .machete-module-list .machete-module.module-is-inactive .machete-module-image svg,
216 .machete-module-list .machete-module.module-is-inactive .machete-module-image img {
217 filter: url(filters.svg#grayscale);
218 filter: gray;
219 -webkit-filter: grayscale(1);
220 opacity: 0.7;
221 }
222
223 .machete-module-list .machete-module .machete-module-text {
224 padding: 20px 20px 20px 0;
225 margin-left: 168px;
226 }
227 .rtl .machete-module-list .machete-module .machete-module-text {
228 padding: 20px 0 20px 20px;
229 margin-left: inherit;
230 margin-right: 168px;
231 }
232 .machete-module-list .machete-module h3 {
233 color: #666;
234 font-size: 1.4em;
235 font-weight: 500;
236 margin-top: 0;
237 margin-right: 10px;
238 }
239 .rtl .machete-module-list .machete-module h3 {
240 margin-right: 0;
241 margin-left: 10px;
242 }
243 .machete-module-list .machete-module h3 a {
244 color: #0073aa;
245 text-decoration: none;
246 }
247
248 .machete-module-list .machete-module .machete-module-description {
249 margin: 0;
250 line-height: 1.35em;
251 color: #777777;
252 }
253
254 .machete-module-list .machete-module.powertools-module.module-is-active h3,
255 .machete-module-list .machete-module.powertools-module.module-is-active h3 a,
256 .machete-module-list .machete-module.powertools-module.module-is-active .machete-module-description {
257 color: #bd7200
258 }
259
260
261 .machete-module-list .machete-module .machete-module-active-indicator {
262 background: #ff9900;
263 padding: 4px 10px;
264 color: #fff;
265 display: inline-block;
266 width: 200px;
267 text-align: center;
268 position: absolute;
269 top: 20px;
270 right: -80px;
271 transform: rotate(45deg);
272 border: 1px solid #fff;
273 }
274 .rtl .machete-module-list .machete-module .machete-module-active-indicator {
275 right: auto;
276 left: -80px;
277 transform: rotate(-45deg);
278 }
279
280 .machete-module-list .machete-module .machete-module-bottom {
281 background-color: #fafafa;
282 border-top: 1px solid #D9D9D9;
283 padding: 20px;
284 clear: left;
285 }
286 .rtl .machete-module-list .machete-module .machete-module-bottom {
287 clear: right;
288 }
289
290 .machete-module-list .machete-module.module-is-active.powertools-module .machete-module-bottom {
291 border-top: 1px solid #f90;
292 background-color: #fff5e5;
293 }
294
295 .machete-module-list .machete-module .machete-module-toggle-active {
296 display: flex;
297 }
298 .machete-module-list .machete-module .machete-module-toggle-active a {
299 margin: 0 10px 0 0;
300 }
301 .rtl .machete-module-list .machete-module .machete-module-toggle-active {
302 display: flex;
303 flex-direction: row-reverse;
304 justify-content: flex-end;
305 }
306 .rtl .machete-module-list .machete-module .machete-module-toggle-active a {
307 margin: 0 0 0 10px;
308 }
309
310 .machete_deprecated_badge {
311 padding: 2px 5px;
312 display: inline-block;
313 font-weight: normal;
314 font-size: 14px;
315 border-radius: 4px;
316 color: #fff;
317 background-color: #f0b849;
318 margin-left: 10px;
319 }
320