PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 8.9.4
Jetpack – WP Security, Backup, Speed, & Growth v8.9.4
12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 14.4.2 All 500 releases
jetpack / css / cleanslate.css
cleanslate.css
484 lines 15.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * Do not modify this file directly. It is compiled SASS code.
3 */
4 /*!
5 * CleanSlate
6 * github.com/premasagar/cleanslate
7 *
8 */
9 /*
10 An extreme CSS reset stylesheet, for normalising the styling of a container element and its children.
11
12 by Premasagar Rose
13 dharmafly.com
14
15 license
16 opensource.org/licenses/mit-license.php
17
18 **
19
20 v0.10.1
21
22 */
23 /* == BLANKET RESET RULES == */
24 /* HTML 4.01 */
25 .cleanslate, .cleanslate h1, .cleanslate h2, .cleanslate h3, .cleanslate h4, .cleanslate h5, .cleanslate h6, .cleanslate p, .cleanslate td, .cleanslate dl, .cleanslate tr, .cleanslate dt, .cleanslate ol, .cleanslate form, .cleanslate select, .cleanslate option, .cleanslate pre, .cleanslate div, .cleanslate table, .cleanslate th, .cleanslate tbody, .cleanslate tfoot, .cleanslate caption, .cleanslate thead, .cleanslate ul, .cleanslate li, .cleanslate address, .cleanslate blockquote, .cleanslate dd, .cleanslate fieldset, .cleanslate li, .cleanslate iframe, .cleanslate strong, .cleanslate legend, .cleanslate em, .cleanslate summary, .cleanslate cite, .cleanslate span, .cleanslate input, .cleanslate sup, .cleanslate label, .cleanslate dfn, .cleanslate object, .cleanslate big, .cleanslate q, .cleanslate samp, .cleanslate acronym, .cleanslate small, .cleanslate img, .cleanslate strike, .cleanslate code, .cleanslate sub, .cleanslate ins, .cleanslate textarea, .cleanslate button, .cleanslate var, .cleanslate a, .cleanslate abbr, .cleanslate applet, .cleanslate del, .cleanslate kbd, .cleanslate tt, .cleanslate b, .cleanslate i, .cleanslate hr,
26 .cleanslate article, .cleanslate aside, .cleanslate figure, .cleanslate figcaption, .cleanslate footer, .cleanslate header, .cleanslate menu, .cleanslate nav, .cleanslate section, .cleanslate time, .cleanslate mark, .cleanslate audio, .cleanslate video, .cleanslate abbr, .cleanslate address, .cleanslate area, .cleanslate blockquote, .cleanslate canvas, .cleanslate caption, .cleanslate cite, .cleanslate code, .cleanslate colgroup, .cleanslate col, .cleanslate datalist, .cleanslate fieldset, .cleanslate main, .cleanslate map, .cleanslate meta, .cleanslate optgroup, .cleanslate output, .cleanslate progress, .cleanslate svg {
27 background-attachment: scroll !important;
28 background-color: transparent !important;
29 background-image: none !important;
30 /* This rule affects the use of pngfix JavaScript http://dillerdesign.com/experiment/DD_BelatedPNG for IE6, which is used to force the browser to recognise alpha-transparent PNGs files that replace the IE6 lack of PNG transparency. (The rule overrides the VML image that is used to replace the given CSS background-image). If you don't know what that means, then you probably haven't used the pngfix script, and this comment may be ignored :) */
31 background-position: 0 0 !important;
32 background-repeat: repeat !important;
33 border-color: black !important;
34 border-color: currentColor !important;
35 /* `border-color` should match font color. Modern browsers (incl. IE9) allow the use of "currentColor" to match the current font 'color' value <http://www.w3.org/TR/css3-color/#currentcolor>. For older browsers, a default of 'black' is given before this rule. Guideline to support older browsers: if you haven't already declared a border-color for an element, be sure to do so, e.g. when you first declare the border-width. */
36 border-radius: 0 !important;
37 border-style: none !important;
38 border-width: medium !important;
39 bottom: auto !important;
40 clear: none !important;
41 clip: auto !important;
42 color: inherit !important;
43 counter-increment: none !important;
44 counter-reset: none !important;
45 cursor: auto !important;
46 direction: inherit !important;
47 display: inline !important;
48 float: none !important;
49 font-family: inherit !important;
50 /* As with other inherit values, this needs to be set on the root container element */
51 font-size: inherit !important;
52 font-style: inherit !important;
53 font-variant: normal !important;
54 font-weight: inherit !important;
55 height: auto !important;
56 left: auto !important;
57 letter-spacing: normal !important;
58 line-height: inherit !important;
59 list-style-type: inherit !important;
60 /* Could set list-style-type to none */
61 list-style-position: outside !important;
62 list-style-image: none !important;
63 margin: 0 !important;
64 max-height: none !important;
65 max-width: none !important;
66 min-height: 0 !important;
67 min-width: 0 !important;
68 opacity: 1;
69 outline: invert none medium !important;
70 overflow: visible !important;
71 padding: 0 !important;
72 position: static !important;
73 quotes: "" "" !important;
74 right: auto !important;
75 table-layout: auto !important;
76 text-align: inherit !important;
77 text-decoration: inherit !important;
78 text-indent: 0 !important;
79 text-transform: none !important;
80 top: auto !important;
81 unicode-bidi: normal !important;
82 vertical-align: baseline !important;
83 visibility: inherit !important;
84 white-space: normal !important;
85 width: auto !important;
86 word-spacing: normal !important;
87 z-index: auto !important;
88 /* CSS3 */
89 /* Including all prefixes according to http://caniuse.com/ */
90 /* CSS Animations don't cascade, so don't require resetting */
91 background-origin: padding-box !important;
92 -webkit-background-clip: border-box !important;
93 background-clip: border-box !important;
94 background-size: auto !important;
95 border-image: none !important;
96 border-radius: 0 !important;
97 box-shadow: none !important;
98 box-sizing: content-box !important;
99 column-count: auto !important;
100 column-gap: normal !important;
101 column-rule: medium none black !important;
102 /* doesn't exist yet but probably will */
103 column-span: 1 !important;
104 column-width: auto !important;
105 font-feature-settings: normal !important;
106 overflow-x: visible !important;
107 overflow-y: visible !important;
108 -webkit-hyphens: manual !important;
109 -ms-hyphens: manual !important;
110 hyphens: manual !important;
111 -ms-perspective: none !important;
112 -o-perspective: none !important;
113 perspective: none !important;
114 -ms-perspective-origin: 50% 50% !important;
115 -o-perspective-origin: 50% 50% !important;
116 perspective-origin: 50% 50% !important;
117 -webkit-backface-visibility: visible !important;
118 backface-visibility: visible !important;
119 text-shadow: none !important;
120 transition: all 0s ease 0s !important;
121 transform: none !important;
122 transform-origin: 50% 50% !important;
123 transform-style: flat !important;
124 word-break: normal !important;
125 }
126
127 /* == BLOCK-LEVEL == */
128 /* Actually, some of these should be inline-block and other values, but block works fine (TODO: rigorously verify this) */
129 /* HTML 4.01 */
130 .cleanslate, .cleanslate h3, .cleanslate h5, .cleanslate p, .cleanslate h1, .cleanslate dl, .cleanslate dt, .cleanslate h6, .cleanslate ol, .cleanslate form, .cleanslate option, .cleanslate pre, .cleanslate div, .cleanslate h2, .cleanslate caption, .cleanslate h4, .cleanslate ul, .cleanslate address, .cleanslate blockquote, .cleanslate dd, .cleanslate fieldset, .cleanslate hr,
131 .cleanslate article, .cleanslate dialog, .cleanslate figure, .cleanslate footer, .cleanslate header, .cleanslate hgroup, .cleanslate menu, .cleanslate nav, .cleanslate section, .cleanslate audio, .cleanslate video, .cleanslate address, .cleanslate blockquote, .cleanslate colgroup, .cleanslate main, .cleanslate progress, .cleanslate summary {
132 display: block !important;
133 }
134
135 .cleanslate h1, .cleanslate h2, .cleanslate h3, .cleanslate h4, .cleanslate h5, .cleanslate h6 {
136 font-weight: bold !important;
137 }
138
139 .cleanslate h1:before, .cleanslate h2:before {
140 display: none !important;
141 }
142
143 .cleanslate h1 {
144 font-size: 2em !important;
145 padding: .67em 0 !important;
146 }
147
148 .cleanslate h2 {
149 font-size: 1.5em !important;
150 padding: .83em 0 !important;
151 }
152
153 .cleanslate h3 {
154 font-size: 1.17em !important;
155 padding: .83em 0 !important;
156 }
157
158 .cleanslate h4 {
159 font-size: 1em !important;
160 }
161
162 .cleanslate h5 {
163 font-size: .83em !important;
164 }
165
166 .cleanslate p {
167 margin: 1em 0 !important;
168 }
169
170 .cleanslate table {
171 display: table !important;
172 }
173
174 .cleanslate thead {
175 display: table-header-group !important;
176 }
177
178 .cleanslate tbody {
179 display: table-row-group !important;
180 }
181
182 .cleanslate tfoot {
183 display: table-footer-group !important;
184 }
185
186 .cleanslate tr {
187 display: table-row !important;
188 }
189
190 .cleanslate th, .cleanslate td {
191 display: table-cell !important;
192 padding: 2px !important;
193 }
194
195 /* == SPECIFIC ELEMENTS == */
196 /* Some of these are browser defaults; some are just useful resets */
197 .cleanslate ol, .cleanslate ul {
198 margin: 1em 0 !important;
199 }
200
201 .cleanslate ul li, .cleanslate ul ul li, .cleanslate ul ul ul li, .cleanslate ol li, .cleanslate ol ol li, .cleanslate ol ol ol li, .cleanslate ul ol ol li, .cleanslate ul ul ol li, .cleanslate ol ul ul li, .cleanslate ol ol ul li {
202 list-style-position: inside !important;
203 margin-top: .08em !important;
204 }
205
206 .cleanslate ol ol, .cleanslate ol ol ol, .cleanslate ul ul, .cleanslate ul ul ul, .cleanslate ol ul, .cleanslate ol ul ul, .cleanslate ol ol ul, .cleanslate ul ol, .cleanslate ul ol ol, .cleanslate ul ul ol {
207 padding-left: 40px !important;
208 margin: 0 !important;
209 }
210
211 /* helper for general navigation */
212 .cleanslate nav ul, .cleanslate nav ol {
213 list-style-type: none !important;
214 }
215
216 .cleanslate ul, .cleanslate menu {
217 list-style-type: disc !important;
218 }
219
220 .cleanslate ol {
221 list-style-type: decimal !important;
222 }
223
224 .cleanslate ol ul, .cleanslate ul ul, .cleanslate menu ul, .cleanslate ol menu, .cleanslate ul menu, .cleanslate menu menu {
225 list-style-type: circle !important;
226 }
227
228 .cleanslate ol ol ul, .cleanslate ol ul ul, .cleanslate ol menu ul, .cleanslate ol ol menu, .cleanslate ol ul menu, .cleanslate ol menu menu, .cleanslate ul ol ul, .cleanslate ul ul ul, .cleanslate ul menu ul, .cleanslate ul ol menu, .cleanslate ul ul menu, .cleanslate ul menu menu, .cleanslate menu ol ul, .cleanslate menu ul ul, .cleanslate menu menu ul, .cleanslate menu ol menu, .cleanslate menu ul menu, .cleanslate menu menu menu {
229 list-style-type: square !important;
230 }
231
232 .cleanslate li {
233 display: list-item !important;
234 /* Fixes IE7 issue with positioning of nested bullets */
235 min-height: auto !important;
236 min-width: auto !important;
237 padding-left: 20px !important;
238 /* replace -webkit-padding-start: 40px; */
239 }
240
241 .cleanslate strong {
242 font-weight: bold !important;
243 }
244
245 .cleanslate em {
246 font-style: italic !important;
247 }
248
249 .cleanslate kbd, .cleanslate samp, .cleanslate code, .cleanslate pre {
250 font-family: monospace !important;
251 }
252
253 .cleanslate a {
254 color: blue !important;
255 text-decoration: underline !important;
256 }
257
258 .cleanslate a:visited {
259 color: #529 !important;
260 }
261
262 .cleanslate a, .cleanslate a *, .cleanslate input[type=submit], .cleanslate input[type=button], .cleanslate input[type=radio], .cleanslate input[type=checkbox], .cleanslate select, .cleanslate button {
263 cursor: pointer !important;
264 }
265
266 .cleanslate button, .cleanslate input[type=submit] {
267 text-align: center !important;
268 padding: 2px 6px 3px !important;
269 border-radius: 4px !important;
270 text-decoration: none !important;
271 font-family: inherit !important;
272 font-size: small !important;
273 background: white !important;
274 -webkit-appearance: push-button !important;
275 color: buttontext !important;
276 border: 1px #a6a6a6 solid !important;
277 background: lightgrey !important;
278 /* Old browsers */
279 background: white;
280 /* Old browsers */
281 /* FF3.6+ */
282 /* Chrome,Safari4+ */
283 /* Chrome10+,Safari5.1+ */
284 /* Opera 11.10+ */
285 /* IE10+ */
286 background: linear-gradient(to bottom, white 0%, #dddddd 100%, #d1d1d1 100%, #dddddd 100%) !important;
287 /* W3C */
288 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ) !important;
289 /* IE6-9 */
290 -o-box-shadow: 1px 1px 0px #eee !important;
291 box-shadow: 1px 1px 0px #eee !important;
292 outline: initial !important;
293 }
294
295 .cleanslate button:active, .cleanslate input[type=submit]:active, .cleanslate input[type=button]:active, .cleanslate button:active {
296 background: #3b679e !important;
297 /* Old browsers */
298 /* FF3.6+ */
299 /* Chrome,Safari4+ */
300 /* Chrome10+,Safari5.1+ */
301 /* Opera 11.10+ */
302 /* IE10+ */
303 background: linear-gradient(to bottom, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%) !important;
304 /* W3C */
305 border-color: #5259b0 !important;
306 }
307
308 .cleanslate button {
309 padding: 1px 6px 2px 6px !important;
310 margin-right: 5px !important;
311 }
312
313 .cleanslate input[type=hidden] {
314 display: none !important;
315 }
316
317 /* restore form defaults */
318 .cleanslate textarea {
319 -webkit-appearance: textarea !important;
320 background: white !important;
321 padding: 2px !important;
322 margin-left: 4px !important;
323 word-wrap: break-word !important;
324 white-space: pre-wrap !important;
325 font-size: 11px !important;
326 font-family: inherit !important;
327 line-height: 13px !important;
328 resize: both !important;
329 }
330
331 .cleanslate select, .cleanslate textarea, .cleanslate input {
332 border: 1px solid #ccc !important;
333 }
334
335 .cleanslate select {
336 font-size: 11px !important;
337 font-family: inherit !important;
338 display: inline-block;
339 }
340
341 .cleanslate textarea:focus, .cleanslate input:focus {
342 outline: auto 5px -webkit-focus-ring-color !important;
343 outline: initial !important;
344 }
345
346 .cleanslate input[type=text] {
347 background: white !important;
348 padding: 1px !important;
349 font-family: initial !important;
350 font-size: small !important;
351 }
352
353 .cleanslate input[type=checkbox], .cleanslate input[type=radio] {
354 border: 1px #2b2b2b solid !important;
355 border-radius: 4px !important;
356 }
357
358 .cleanslate input[type=checkbox], .cleanslate input[type=radio] {
359 outline: initial !important;
360 }
361
362 .cleanslate input[type=radio] {
363 margin: 2px 2px 3px 2px !important;
364 }
365
366 .cleanslate abbr[title], .cleanslate acronym[title], .cleanslate dfn[title] {
367 cursor: help !important;
368 border-bottom-width: 1px !important;
369 border-bottom-style: dotted !important;
370 }
371
372 .cleanslate ins {
373 background-color: #ff9 !important;
374 color: black !important;
375 }
376
377 .cleanslate del {
378 text-decoration: line-through !important;
379 }
380
381 .cleanslate blockquote, .cleanslate q {
382 quotes: none !important;
383 /* HTML5 */
384 }
385
386 .cleanslate blockquote:before, .cleanslate blockquote:after, .cleanslate q:before, .cleanslate q:after, .cleanslate li:before, .cleanslate li:after {
387 content: "" !important;
388 }
389
390 .cleanslate input, .cleanslate select {
391 vertical-align: middle !important;
392 }
393
394 .cleanslate table {
395 border-collapse: collapse !important;
396 border-spacing: 0 !important;
397 }
398
399 .cleanslate hr {
400 display: block !important;
401 height: 1px !important;
402 border: 0 !important;
403 border-top: 1px solid #ccc !important;
404 margin: 1em 0 !important;
405 }
406
407 .cleanslate *[dir=rtl] {
408 direction: rtl !important;
409 }
410
411 .cleanslate mark {
412 background-color: #ff9 !important;
413 color: black !important;
414 font-style: italic !important;
415 font-weight: bold !important;
416 }
417
418 .cleanslate menu {
419 padding-left: 40px !important;
420 padding-top: 8px !important;
421 }
422
423 /* additional helpers */
424 .cleanslate [hidden],
425 .cleanslate template {
426 display: none !important;
427 }
428
429 .cleanslate abbr[title] {
430 border-bottom: 1px dotted !important;
431 }
432
433 .cleanslate sub, .cleanslate sup {
434 font-size: 75% !important;
435 line-height: 0 !important;
436 position: relative !important;
437 vertical-align: baseline !important;
438 }
439
440 .cleanslate sup {
441 top: -0.5em !important;
442 }
443
444 .cleanslate sub {
445 bottom: -0.25em !important;
446 }
447
448 .cleanslate img {
449 border: 0 !important;
450 }
451
452 .cleanslate figure {
453 margin: 0 !important;
454 }
455
456 .cleanslate textarea {
457 overflow: auto !important;
458 vertical-align: top !important;
459 }
460
461 /* == ROOT CONTAINER ELEMENT == */
462 /* This contains default values for child elements to inherit */
463 .cleanslate {
464 font-size: medium !important;
465 line-height: 1 !important;
466 direction: ltr !important;
467 text-align: left !important;
468 /* for IE, Opera */
469 text-align: start !important;
470 /* recommended W3C Spec */
471 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
472 color: black !important;
473 font-style: normal !important;
474 font-weight: normal !important;
475 text-decoration: none !important;
476 list-style-type: disc !important;
477 }
478
479 .cleanslate pre {
480 white-space: pre !important;
481 }
482
483 /*# sourceMappingURL=cleanslate.css.map */
484