PluginProbe
Extendify / 3.1.0
Extendify v3.1.0
3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 0.7.0 All 126 releases
extendify / src / Assist / documentation.css

documentation.css in Extendify 3.1.0, at src/Assist/documentation.css

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