| 1 |
.extendify-documentation { |
| 2 |
max-width: 75ch; |
| 3 |
margin: 0 auto; |
| 4 |
} |
| 5 |
|
| 6 |
.extendify-documentation p { |
| 7 |
font-size: 1rem; |
| 8 |
} |
| 9 |
|
| 10 |
.extendify-documentation .link-disabled { |
| 11 |
@apply cursor-text text-gray-900 no-underline shadow-none focus:outline-none; |
| 12 |
} |
| 13 |
|
| 14 |
.extendify-documentation p.has-background, |
| 15 |
.extendify-documentation .wp-block-group.has-background { |
| 16 |
padding: 20px; |
| 17 |
} |
| 18 |
|
| 19 |
.extendify-documentation ul { |
| 20 |
list-style: disc; |
| 21 |
} |
| 22 |
|
| 23 |
.extendify-documentation ul, |
| 24 |
.extendify-documentation ol { |
| 25 |
padding-left: 30px; |
| 26 |
} |
| 27 |
|
| 28 |
.extendify-documentation code { |
| 29 |
font-family: monospace !important; |
| 30 |
} |
| 31 |
|
| 32 |
.extendify-documentation pre.wp-block-preformatted { |
| 33 |
background-color: #f6f6f6; |
| 34 |
border-radius: 2px; |
| 35 |
border-color: #d9d9d9; |
| 36 |
border-width: 1px; |
| 37 |
border-style: solid; |
| 38 |
color: #1e1e1e; |
| 39 |
font-family: monospace !important; |
| 40 |
padding: 20px; |
| 41 |
} |
| 42 |
|
| 43 |
.extendify-documentation .wp-block-table { |
| 44 |
margin: 0; |
| 45 |
overflow-x: auto; |
| 46 |
} |
| 47 |
|
| 48 |
.extendify-documentation .wp-block-table table { |
| 49 |
border-collapse: collapse; |
| 50 |
} |
| 51 |
|
| 52 |
.extendify-documentation .wp-block-table td, |
| 53 |
.extendify-documentation .wp-block-table th, |
| 54 |
.extendify-documentation .wp-block-table.is-style-stripes td, |
| 55 |
.extendify-documentation .wp-block-table.is-style-stripes th { |
| 56 |
border: 1px solid #d9d9d9; |
| 57 |
padding: 10px; |
| 58 |
vertical-align: top; |
| 59 |
} |
| 60 |
|
| 61 |
.extendify-documentation .aligncenter { |
| 62 |
text-align: center; |
| 63 |
} |
| 64 |
|
| 65 |
.extendify-documentation .wp-block-image img { |
| 66 |
height: auto; |
| 67 |
max-width: 100%; |
| 68 |
vertical-align: bottom; |
| 69 |
} |
| 70 |
|
| 71 |
.extendify-documentation figure[class*="wp-block-"] figcaption, |
| 72 |
.extendify-documentation figure[class*="wp-block-"] .wp-element-caption, |
| 73 |
.extendify-documentation [class*="wp-block-"] figcaption, |
| 74 |
.extendify-documentation [class*="wp-block-"] .wp-element-caption { |
| 75 |
color: rgba(0, 0, 0, 0.5); |
| 76 |
font-size: 0.8rem; |
| 77 |
text-align: center; |
| 78 |
margin: 1em 0; |
| 79 |
} |
| 80 |
|
| 81 |
.extendify-documentation .is-layout-flex { |
| 82 |
display: flex; |
| 83 |
gap: 20px; |
| 84 |
} |
| 85 |
|
| 86 |
.extendify-documentation .is-nowrap { |
| 87 |
flex-wrap: nowrap; |
| 88 |
} |
| 89 |
|
| 90 |
.extendify-documentation .wp-block-group__inner-container > *:first-child { |
| 91 |
margin-top: 0; |
| 92 |
} |
| 93 |
|
| 94 |
.extendify-documentation .changelog { |
| 95 |
display: none; |
| 96 |
} |
| 97 |
|