9
|
1 |
/** |
|
2 |
* Colors |
|
3 |
*/ |
|
4 |
/** |
16
|
5 |
* Deprecated colors. |
|
6 |
* Please avoid using these. |
|
7 |
*/ |
|
8 |
/** |
9
|
9 |
* Breakpoints & Media Queries |
|
10 |
*/ |
|
11 |
/** |
16
|
12 |
* Colors |
|
13 |
*/ |
|
14 |
/** |
|
15 |
* Deprecated colors. |
|
16 |
* Please avoid using these. |
|
17 |
*/ |
|
18 |
/** |
|
19 |
* Fonts & basic variables. |
|
20 |
*/ |
|
21 |
/** |
|
22 |
* Grid System. |
|
23 |
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ |
|
24 |
*/ |
|
25 |
/** |
|
26 |
* Dimensions. |
|
27 |
*/ |
|
28 |
/** |
|
29 |
* Shadows. |
|
30 |
*/ |
|
31 |
/** |
|
32 |
* Editor widths. |
|
33 |
*/ |
|
34 |
/** |
|
35 |
* Block UI. |
|
36 |
*/ |
|
37 |
/** |
|
38 |
* Border radii. |
9
|
39 |
*/ |
|
40 |
/** |
|
41 |
* Breakpoint mixins |
|
42 |
*/ |
|
43 |
/** |
|
44 |
* Long content fade mixin |
|
45 |
* |
|
46 |
* Creates a fading overlay to signify that the content is longer |
|
47 |
* than the space allows. |
|
48 |
*/ |
|
49 |
/** |
16
|
50 |
* Focus styles. |
9
|
51 |
*/ |
|
52 |
/** |
|
53 |
* Applies editor left position to the selector passed as argument |
|
54 |
*/ |
|
55 |
/** |
|
56 |
* Styles that are reused verbatim in a few places |
|
57 |
*/ |
|
58 |
/** |
|
59 |
* Allows users to opt-out of animations via OS-level preferences. |
|
60 |
*/ |
16
|
61 |
/** |
|
62 |
* Reset default styles for JavaScript UI based pages. |
|
63 |
* This is a WP-admin agnostic reset |
|
64 |
*/ |
|
65 |
/** |
|
66 |
* Reset the WP Admin page styles for Gutenberg-like pages. |
|
67 |
*/ |
|
68 |
:root { |
|
69 |
--wp-admin-theme-color: #007cba; |
|
70 |
--wp-admin-theme-color-darker-10: #006ba1; |
|
71 |
--wp-admin-theme-color-darker-20: #005a87; } |
|
72 |
|
|
73 |
#start-resizable-editor-section { |
|
74 |
display: none; } |
|
75 |
|
|
76 |
.wp-block-audio figcaption { |
|
77 |
color: #555d66; |
|
78 |
font-size: 13px; |
|
79 |
text-align: center; } |
|
80 |
|
9
|
81 |
.wp-block-code { |
|
82 |
font-family: Menlo, Consolas, monaco, monospace; |
16
|
83 |
font-size: 15px; |
|
84 |
color: #1e1e1e; |
9
|
85 |
padding: 0.8em 1em; |
16
|
86 |
border: 1px solid #ddd; |
9
|
87 |
border-radius: 4px; } |
|
88 |
|
16
|
89 |
.wp-block-embed figcaption { |
|
90 |
color: #555d66; |
|
91 |
font-size: 13px; |
|
92 |
text-align: center; } |
|
93 |
|
|
94 |
.blocks-gallery-caption { |
|
95 |
color: #555d66; |
|
96 |
font-size: 13px; |
|
97 |
text-align: center; } |
|
98 |
|
|
99 |
.wp-block-image figcaption { |
|
100 |
color: #555d66; |
|
101 |
font-size: 13px; |
|
102 |
text-align: center; } |
9
|
103 |
|
|
104 |
.wp-block-pullquote { |
|
105 |
border-top: 4px solid #555d66; |
|
106 |
border-bottom: 4px solid #555d66; |
16
|
107 |
margin-bottom: 28px; |
9
|
108 |
color: #40464d; } |
|
109 |
.wp-block-pullquote cite, |
|
110 |
.wp-block-pullquote footer, .wp-block-pullquote__citation { |
|
111 |
color: #40464d; |
|
112 |
text-transform: uppercase; |
|
113 |
font-size: 13px; |
|
114 |
font-style: normal; } |
|
115 |
|
16
|
116 |
.wp-block-navigation ul, |
|
117 |
.wp-block-navigation ul li { |
|
118 |
list-style: none; } |
|
119 |
|
|
120 |
.wp-block-navigation-link.wp-block-navigation-link { |
|
121 |
margin: 0; } |
|
122 |
|
9
|
123 |
.wp-block-quote { |
|
124 |
border-left: 4px solid #000; |
16
|
125 |
margin: 0 0 28px 0; |
9
|
126 |
padding-left: 1em; } |
|
127 |
.wp-block-quote cite, |
|
128 |
.wp-block-quote footer, .wp-block-quote__citation { |
|
129 |
color: #6c7781; |
|
130 |
font-size: 13px; |
|
131 |
margin-top: 1em; |
|
132 |
position: relative; |
|
133 |
font-style: normal; } |
16
|
134 |
.wp-block-quote.has-text-align-right, .wp-block-quote.has-text-align-right { |
9
|
135 |
border-left: none; |
|
136 |
border-right: 4px solid #000; |
|
137 |
padding-left: 0; |
|
138 |
padding-right: 1em; } |
16
|
139 |
.wp-block-quote.has-text-align-center, .wp-block-quote.has-text-align-center { |
9
|
140 |
border: none; |
|
141 |
padding-left: 0; } |
|
142 |
.wp-block-quote.is-style-large, .wp-block-quote.is-large { |
|
143 |
border: none; } |
|
144 |
|
|
145 |
.wp-block-search .wp-block-search__label { |
|
146 |
font-weight: bold; } |
|
147 |
|
16
|
148 |
.wp-block-group.has-background { |
|
149 |
padding: 20px 30px; |
|
150 |
margin-top: 0; |
|
151 |
margin-bottom: 0; } |
|
152 |
|
9
|
153 |
.wp-block-separator { |
|
154 |
border: none; |
|
155 |
border-bottom: 2px solid #8f98a1; |
16
|
156 |
margin-left: auto; |
|
157 |
margin-right: auto; } |
9
|
158 |
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) { |
|
159 |
max-width: 100px; } |
16
|
160 |
.wp-block-separator.has-background:not(.is-style-dots) { |
|
161 |
border-bottom: none; |
|
162 |
height: 1px; } |
|
163 |
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) { |
|
164 |
height: 2px; } |
9
|
165 |
|
|
166 |
.wp-block-table { |
|
167 |
border-collapse: collapse; } |
16
|
168 |
.wp-block-table thead { |
|
169 |
border-bottom: 3px solid; } |
|
170 |
.wp-block-table tfoot { |
|
171 |
border-top: 3px solid; } |
9
|
172 |
.wp-block-table td, |
|
173 |
.wp-block-table th { |
|
174 |
padding: 0.5em; |
16
|
175 |
border: 1px solid; |
|
176 |
word-break: normal; } |
|
177 |
.wp-block-table figcaption { |
|
178 |
color: #555d66; |
|
179 |
font-size: 13px; |
|
180 |
text-align: center; } |
|
181 |
|
|
182 |
.wp-block-video figcaption { |
|
183 |
color: #555d66; |
|
184 |
font-size: 13px; |
|
185 |
text-align: center; } |
|
186 |
|
|
187 |
#end-resizable-editor-section { |
|
188 |
display: none; } |