Make WordPress Core

Ticket #56290: twenty-twelve-buttons-post-export.xml

File twenty-twelve-buttons-post-export.xml, 35.3 KB (added by sabernhardt, 3 years ago)

post with various button blocks (copy and paste into widget area)

Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. -->
3<!-- It contains information about your site's posts, pages, comments, categories, and other content. -->
4<!-- You may use this file to transfer that content from one site to another. -->
5<!-- This file is not intended to serve as a complete backup of your site. -->
6
7<!-- To import this information into a WordPress site follow these steps: -->
8<!-- 1. Log in to that site as an administrator. -->
9<!-- 2. Go to Tools: Import in the WordPress admin panel. -->
10<!-- 3. Install the "WordPress" importer from the list. -->
11<!-- 4. Activate & Run Importer. -->
12<!-- 5. Upload this file using the form provided on that page. -->
13<!-- 6. You will first be asked to map the authors in this export file to users -->
14<!--    on the site. For each author, you may choose to map to an -->
15<!--    existing user on the site or to create a new user. -->
16<!-- 7. WordPress will then import each of the posts, pages, comments, categories, etc. -->
17<!--    contained in this file into your site. -->
18
19        <!-- generator="WordPress/6.1-alpha-53344-src" created="2022-08-29 20:33" -->
20<rss version="2.0"
21        xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/"
22        xmlns:content="http://purl.org/rss/1.0/modules/content/"
23        xmlns:wfw="http://wellformedweb.org/CommentAPI/"
24        xmlns:dc="http://purl.org/dc/elements/1.1/"
25        xmlns:wp="http://wordpress.org/export/1.2/"
26>
27
28<channel>
29        <title>Trunk</title>
30        <link>http://localhost/svn/src</link>
31        <description></description>
32        <pubDate>Mon, 29 Aug 2022 20:33:02 +0000</pubDate>
33        <language>en-US</language>
34        <wp:wxr_version>1.2</wp:wxr_version>
35        <wp:base_site_url>http://localhost/svn/src</wp:base_site_url>
36        <wp:base_blog_url>http://localhost/svn/src</wp:base_blog_url>
37                               
38        <generator>https://wordpress.org/?v=6.1-alpha-53344-src</generator>
39
40                <item>
41                <title><![CDATA[Twenty Twelve buttons]]></title>
42                <link>http://localhost/svn/src/?p=1090</link>
43                <pubDate>Thu, 29 Aug 2022 23:47:16 +0000</pubDate>
44                <dc:creator><![CDATA[test]]></dc:creator>
45                <guid isPermaLink="false">http://localhost/svn/src/?p=1090</guid>
46                <description></description>
47                <content:encoded><![CDATA[<!-- wp:paragraph -->
48<p>Click the visited link to display the <code>:visited</code> style.</p>
49<!-- /wp:paragraph -->
50
51<!-- wp:code -->
52<pre class="wp-block-code"><code>Fill style, default text and background colors</code></pre>
53<!-- /wp:code -->
54
55<!-- wp:buttons -->
56<div class="wp-block-buttons"><!-- wp:button -->
57<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="http://www.example.com/new">new link</a></div>
58<!-- /wp:button -->
59
60<!-- wp:button -->
61<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="#">visited link</a></div>
62<!-- /wp:button -->
63
64<!-- wp:button -->
65<div class="wp-block-button"><a class="wp-block-button__link wp-element-button">no href</a></div>
66<!-- /wp:button --></div>
67<!-- /wp:buttons -->
68
69<!-- wp:code -->
70<pre class="wp-block-code"><code>Fill style, Blue text color, default background color</code></pre>
71<!-- /wp:code -->
72
73<!-- wp:buttons -->
74<div class="wp-block-buttons"><!-- wp:button {"textColor":"blue"} -->
75<div class="wp-block-button"><a class="wp-block-button__link has-blue-color has-text-color wp-element-button" href="http://www.example.com/new">new link</a></div>
76<!-- /wp:button -->
77
78<!-- wp:button {"textColor":"blue"} -->
79<div class="wp-block-button"><a class="wp-block-button__link has-blue-color has-text-color wp-element-button" href="#">visited link</a></div>
80<!-- /wp:button -->
81
82<!-- wp:button {"textColor":"blue"} -->
83<div class="wp-block-button"><a class="wp-block-button__link has-blue-color has-text-color wp-element-button">no href</a></div>
84<!-- /wp:button --></div>
85<!-- /wp:buttons -->
86
87<!-- wp:code -->
88<pre class="wp-block-code"><code>Fill style, #B31919 custom text color, default background color</code></pre>
89<!-- /wp:code -->
90
91<!-- wp:buttons -->
92<div class="wp-block-buttons"><!-- wp:button {"style":{"color":{"text":"#b31919"}}} -->
93<div class="wp-block-button"><a class="wp-block-button__link has-text-color wp-element-button" href="http://www.example.com/new" style="color:#b31919">new link</a></div>
94<!-- /wp:button -->
95
96<!-- wp:button {"style":{"color":{"text":"#b31919"}}} -->
97<div class="wp-block-button"><a class="wp-block-button__link has-text-color wp-element-button" href="#" style="color:#b31919">visited link</a></div>
98<!-- /wp:button -->
99
100<!-- wp:button {"style":{"color":{"text":"#b31919"}}} -->
101<div class="wp-block-button"><a class="wp-block-button__link has-text-color wp-element-button" style="color:#b31919">no href</a></div>
102<!-- /wp:button --></div>
103<!-- /wp:buttons -->
104
105<!-- wp:code -->
106<pre class="wp-block-code"><code>Fill style, Blue text color, Light Gray background color</code></pre>
107<!-- /wp:code -->
108
109<!-- wp:buttons -->
110<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"light-gray","textColor":"blue"} -->
111<div class="wp-block-button"><a class="wp-block-button__link has-blue-color has-light-gray-background-color has-text-color has-background wp-element-button" href="http://www.example.com/new">new link</a></div>
112<!-- /wp:button -->
113
114<!-- wp:button {"backgroundColor":"light-gray","textColor":"blue"} -->
115<div class="wp-block-button"><a class="wp-block-button__link has-blue-color has-light-gray-background-color has-text-color has-background wp-element-button" href="#">visited link</a></div>
116<!-- /wp:button -->
117
118<!-- wp:button {"backgroundColor":"light-gray","textColor":"blue"} -->
119<div class="wp-block-button"><a class="wp-block-button__link has-blue-color has-light-gray-background-color has-text-color has-background wp-element-button">no href</a></div>
120<!-- /wp:button --></div>
121<!-- /wp:buttons -->
122
123<!-- wp:code -->
124<pre class="wp-block-code"><code>Fill style, #B31919 custom dark text color, Light Gray background color</code></pre>
125<!-- /wp:code -->
126
127<!-- wp:buttons -->
128<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"light-gray","style":{"color":{"text":"#b31919"}}} -->
129<div class="wp-block-button"><a class="wp-block-button__link has-light-gray-background-color has-text-color has-background wp-element-button" href="http://www.example.com/new" style="color:#b31919">new link</a></div>
130<!-- /wp:button -->
131
132<!-- wp:button {"backgroundColor":"light-gray","style":{"color":{"text":"#b31919"}}} -->
133<div class="wp-block-button"><a class="wp-block-button__link has-light-gray-background-color has-text-color has-background wp-element-button" href="#" style="color:#b31919">visited link</a></div>
134<!-- /wp:button -->
135
136<!-- wp:button {"backgroundColor":"light-gray","style":{"color":{"text":"#b31919"}}} -->
137<div class="wp-block-button"><a class="wp-block-button__link has-light-gray-background-color has-text-color has-background wp-element-button" style="color:#b31919">no href</a></div>
138<!-- /wp:button --></div>
139<!-- /wp:buttons -->
140
141<!-- wp:code -->
142<pre class="wp-block-code"><code>Fill style, Light Gray text color, Blue background color</code></pre>
143<!-- /wp:code -->
144
145<!-- wp:buttons -->
146<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"blue","textColor":"light-gray"} -->
147<div class="wp-block-button"><a class="wp-block-button__link has-light-gray-color has-blue-background-color has-text-color has-background wp-element-button" href="http://www.example.com/new">new link</a></div>
148<!-- /wp:button -->
149
150<!-- wp:button {"backgroundColor":"blue","textColor":"light-gray"} -->
151<div class="wp-block-button"><a class="wp-block-button__link has-light-gray-color has-blue-background-color has-text-color has-background wp-element-button" href="#">visited link</a></div>
152<!-- /wp:button -->
153
154<!-- wp:button {"backgroundColor":"blue","textColor":"light-gray"} -->
155<div class="wp-block-button"><a class="wp-block-button__link has-light-gray-color has-blue-background-color has-text-color has-background wp-element-button">no href</a></div>
156<!-- /wp:button --></div>
157<!-- /wp:buttons -->
158
159<!-- wp:code -->
160<pre class="wp-block-code"><code>Fill style, Light Gray text color, #B31919 custom dark background color</code></pre>
161<!-- /wp:code -->
162
163<!-- wp:buttons -->
164<div class="wp-block-buttons"><!-- wp:button {"textColor":"light-gray","style":{"color":{"background":"#b31919"}}} -->
165<div class="wp-block-button"><a class="wp-block-button__link has-light-gray-color has-text-color has-background wp-element-button" href="http://www.example.com/new" style="background-color:#b31919">new link</a></div>
166<!-- /wp:button -->
167
168<!-- wp:button {"textColor":"light-gray","style":{"color":{"background":"#b31919"}}} -->
169<div class="wp-block-button"><a class="wp-block-button__link has-light-gray-color has-text-color has-background wp-element-button" href="#" style="background-color:#b31919">visited link</a></div>
170<!-- /wp:button -->
171
172<!-- wp:button {"textColor":"light-gray","style":{"color":{"background":"#b31919"}}} -->
173<div class="wp-block-button"><a class="wp-block-button__link has-light-gray-color has-text-color has-background wp-element-button" style="background-color:#b31919">no href</a></div>
174<!-- /wp:button --></div>
175<!-- /wp:buttons -->
176
177<!-- wp:code -->
178<pre class="wp-block-code"><code>Fill style, Blue text color, #B4FBB4 custom light background color</code></pre>
179<!-- /wp:code -->
180
181<!-- wp:buttons -->
182<div class="wp-block-buttons"><!-- wp:button {"textColor":"blue","style":{"color":{"background":"#b4fbb4"}}} -->
183<div class="wp-block-button"><a class="wp-block-button__link has-blue-color has-text-color has-background wp-element-button" href="http://www.example.com/new" style="background-color:#b4fbb4">new link</a></div>
184<!-- /wp:button -->
185
186<!-- wp:button {"textColor":"blue","style":{"color":{"background":"#b4fbb4"}}} -->
187<div class="wp-block-button"><a class="wp-block-button__link has-blue-color has-text-color has-background wp-element-button" href="#" style="background-color:#b4fbb4">visited link</a></div>
188<!-- /wp:button -->
189
190<!-- wp:button {"textColor":"blue","style":{"color":{"background":"#b4fbb4"}}} -->
191<div class="wp-block-button"><a class="wp-block-button__link has-blue-color has-text-color has-background wp-element-button" style="background-color:#b4fbb4">no href</a></div>
192<!-- /wp:button --></div>
193<!-- /wp:buttons -->
194
195<!-- wp:code -->
196<pre class="wp-block-code"><code>Fill style, #B4FBB4 custom light text color, Dark Gray background color</code></pre>
197<!-- /wp:code -->
198
199<!-- wp:buttons -->
200<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"dark-gray","style":{"color":{"text":"#b4fbb4"}}} -->
201<div class="wp-block-button"><a class="wp-block-button__link has-dark-gray-background-color has-text-color has-background wp-element-button" href="http://www.example.com/new" style="color:#b4fbb4">new link</a></div>
202<!-- /wp:button -->
203
204<!-- wp:button {"backgroundColor":"dark-gray","style":{"color":{"text":"#b4fbb4"}}} -->
205<div class="wp-block-button"><a class="wp-block-button__link has-dark-gray-background-color has-text-color has-background wp-element-button" href="#" style="color:#b4fbb4">visited link</a></div>
206<!-- /wp:button -->
207
208<!-- wp:button {"backgroundColor":"dark-gray","style":{"color":{"text":"#b4fbb4"}}} -->
209<div class="wp-block-button"><a class="wp-block-button__link has-dark-gray-background-color has-text-color has-background wp-element-button" style="color:#b4fbb4">no href</a></div>
210<!-- /wp:button --></div>
211<!-- /wp:buttons -->
212
213<!-- wp:code -->
214<pre class="wp-block-code"><code>Fill style, #B4FBB4 custom light text color, #3847B9 custom dark background color</code></pre>
215<!-- /wp:code -->
216
217<!-- wp:buttons -->
218<div class="wp-block-buttons"><!-- wp:button {"style":{"color":{"text":"#b4fbb4","background":"#3847b9"}}} -->
219<div class="wp-block-button"><a class="wp-block-button__link has-text-color has-background wp-element-button" href="http://www.example.com/new" style="color:#b4fbb4;background-color:#3847b9">new link</a></div>
220<!-- /wp:button -->
221
222<!-- wp:button {"style":{"color":{"text":"#b4fbb4","background":"#3847b9"}}} -->
223<div class="wp-block-button"><a class="wp-block-button__link has-text-color has-background wp-element-button" href="#" style="color:#b4fbb4;background-color:#3847b9">visited link</a></div>
224<!-- /wp:button -->
225
226<!-- wp:button {"style":{"color":{"text":"#b4fbb4","background":"#3847b9"}}} -->
227<div class="wp-block-button"><a class="wp-block-button__link has-text-color has-background wp-element-button" style="color:#b4fbb4;background-color:#3847b9">no href</a></div>
228<!-- /wp:button --></div>
229<!-- /wp:buttons -->
230
231<!-- wp:code -->
232<pre class="wp-block-code"><code>Fill style, #B31919 custom dark text color, #FFD9A9 custom light background color</code></pre>
233<!-- /wp:code -->
234
235<!-- wp:buttons -->
236<div class="wp-block-buttons"><!-- wp:button {"style":{"color":{"background":"#ffd9a9","text":"#b31919"}}} -->
237<div class="wp-block-button"><a class="wp-block-button__link has-text-color has-background wp-element-button" href="http://www.example.com/new" style="color:#b31919;background-color:#ffd9a9">new link</a></div>
238<!-- /wp:button -->
239
240<!-- wp:button {"style":{"color":{"background":"#ffd9a9","text":"#b31919"}}} -->
241<div class="wp-block-button"><a class="wp-block-button__link has-text-color has-background wp-element-button" href="#" style="color:#b31919;background-color:#ffd9a9">visited link</a></div>
242<!-- /wp:button -->
243
244<!-- wp:button {"style":{"color":{"background":"#ffd9a9","text":"#b31919"}}} -->
245<div class="wp-block-button"><a class="wp-block-button__link has-text-color has-background wp-element-button" style="color:#b31919;background-color:#ffd9a9">no href</a></div>
246<!-- /wp:button --></div>
247<!-- /wp:buttons -->
248
249<!-- wp:code -->
250<pre class="wp-block-code"><code>Fill style, default text color, Light Gray background color</code></pre>
251<!-- /wp:code -->
252
253<!-- wp:buttons -->
254<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"light-gray"} -->
255<div class="wp-block-button"><a class="wp-block-button__link has-light-gray-background-color has-background wp-element-button" href="http://www.example.com/new">new link</a></div>
256<!-- /wp:button -->
257
258<!-- wp:button {"backgroundColor":"light-gray"} -->
259<div class="wp-block-button"><a class="wp-block-button__link has-light-gray-background-color has-background wp-element-button" href="#">visited link</a></div>
260<!-- /wp:button -->
261
262<!-- wp:button {"backgroundColor":"light-gray"} -->
263<div class="wp-block-button"><a class="wp-block-button__link has-light-gray-background-color has-background wp-element-button">no href</a></div>
264<!-- /wp:button --></div>
265<!-- /wp:buttons -->
266
267<!-- wp:code -->
268<pre class="wp-block-code"><code>Fill style, default text color, Dark Gray background color</code></pre>
269<!-- /wp:code -->
270
271<!-- wp:buttons -->
272<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"dark-gray"} -->
273<div class="wp-block-button"><a class="wp-block-button__link has-dark-gray-background-color has-background wp-element-button" href="http://www.example.com/new">new link</a></div>
274<!-- /wp:button -->
275
276<!-- wp:button {"backgroundColor":"dark-gray"} -->
277<div class="wp-block-button"><a class="wp-block-button__link has-dark-gray-background-color has-background wp-element-button" href="#">visited link</a></div>
278<!-- /wp:button -->
279
280<!-- wp:button {"backgroundColor":"dark-gray"} -->
281<div class="wp-block-button"><a class="wp-block-button__link has-dark-gray-background-color has-background wp-element-button">no href</a></div>
282<!-- /wp:button --></div>
283<!-- /wp:buttons -->
284
285<!-- wp:code -->
286<pre class="wp-block-code"><code>Fill style, default text color, #B4FBB4 custom light background color</code></pre>
287<!-- /wp:code -->
288
289<!-- wp:buttons -->
290<div class="wp-block-buttons"><!-- wp:button {"style":{"color":{"background":"#b4fbb4"}}} -->
291<div class="wp-block-button"><a class="wp-block-button__link has-background wp-element-button" href="http://www.example.com/new" style="background-color:#b4fbb4">new link</a></div>
292<!-- /wp:button -->
293
294<!-- wp:button {"style":{"color":{"background":"#b4fbb4"}}} -->
295<div class="wp-block-button"><a class="wp-block-button__link has-background wp-element-button" href="#" style="background-color:#b4fbb4">visited link</a></div>
296<!-- /wp:button -->
297
298<!-- wp:button {"style":{"color":{"background":"#b4fbb4"}}} -->
299<div class="wp-block-button"><a class="wp-block-button__link has-background wp-element-button" style="background-color:#b4fbb4">no href</a></div>
300<!-- /wp:button --></div>
301<!-- /wp:buttons -->
302
303<!-- wp:code -->
304<pre class="wp-block-code"><code>Fill style, default text color, #232189 custom dark background color</code></pre>
305<!-- /wp:code -->
306
307<!-- wp:buttons -->
308<div class="wp-block-buttons"><!-- wp:button {"style":{"color":{"background":"#232189"}}} -->
309<div class="wp-block-button"><a class="wp-block-button__link has-background wp-element-button" href="http://www.example.com/new" style="background-color:#232189">new link</a></div>
310<!-- /wp:button -->
311
312<!-- wp:button {"style":{"color":{"background":"#232189"}}} -->
313<div class="wp-block-button"><a class="wp-block-button__link has-background wp-element-button" href="#" style="background-color:#232189">visited link</a></div>
314<!-- /wp:button -->
315
316<!-- wp:button {"style":{"color":{"background":"#232189"}}} -->
317<div class="wp-block-button"><a class="wp-block-button__link has-background wp-element-button" style="background-color:#232189">no href</a></div>
318<!-- /wp:button --></div>
319<!-- /wp:buttons -->
320
321<!-- wp:code -->
322<pre class="wp-block-code"><code>Outline style, default text and background colors</code></pre>
323<!-- /wp:code -->
324
325<!-- wp:buttons -->
326<div class="wp-block-buttons"><!-- wp:button {"className":"is-style-outline"} -->
327<div class="wp-block-button is-style-outline"><a class="wp-block-button__link wp-element-button" href="http://www.example.com/new">new link</a></div>
328<!-- /wp:button -->
329
330<!-- wp:button {"className":"is-style-outline"} -->
331<div class="wp-block-button is-style-outline"><a class="wp-block-button__link wp-element-button" href="#">visited link</a></div>
332<!-- /wp:button -->
333
334<!-- wp:button {"className":"is-style-outline"} -->
335<div class="wp-block-button is-style-outline"><a class="wp-block-button__link wp-element-button">no href</a></div>
336<!-- /wp:button --></div>
337<!-- /wp:buttons -->
338
339<!-- wp:code -->
340<pre class="wp-block-code"><code>Outline style, Blue text color, default background color</code></pre>
341<!-- /wp:code -->
342
343<!-- wp:buttons -->
344<div class="wp-block-buttons"><!-- wp:button {"textColor":"blue","className":"is-style-outline"} -->
345<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-blue-color has-text-color wp-element-button" href="http://www.example.com/new">new link</a></div>
346<!-- /wp:button -->
347
348<!-- wp:button {"textColor":"blue","className":"is-style-outline"} -->
349<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-blue-color has-text-color wp-element-button" href="#">visited link</a></div>
350<!-- /wp:button -->
351
352<!-- wp:button {"textColor":"blue","className":"is-style-outline"} -->
353<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-blue-color has-text-color wp-element-button">no href</a></div>
354<!-- /wp:button --></div>
355<!-- /wp:buttons -->
356
357<!-- wp:code -->
358<pre class="wp-block-code"><code>Outline style, #B31919 custom text color, default background color</code></pre>
359<!-- /wp:code -->
360
361<!-- wp:buttons -->
362<div class="wp-block-buttons"><!-- wp:button {"style":{"color":{"text":"#b31919"}},"className":"is-style-outline"} -->
363<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-text-color wp-element-button" href="http://www.example.com/new" style="color:#b31919">new link</a></div>
364<!-- /wp:button -->
365
366<!-- wp:button {"style":{"color":{"text":"#b31919"}},"className":"is-style-outline"} -->
367<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-text-color wp-element-button" href="#" style="color:#b31919">visited link</a></div>
368<!-- /wp:button -->
369
370<!-- wp:button {"style":{"color":{"text":"#b31919"}},"className":"is-style-outline"} -->
371<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-text-color wp-element-button" style="color:#b31919">no href</a></div>
372<!-- /wp:button --></div>
373<!-- /wp:buttons -->
374
375<!-- wp:code -->
376<pre class="wp-block-code"><code>Outline style, Blue text color, Light Gray background color</code></pre>
377<!-- /wp:code -->
378
379<!-- wp:buttons -->
380<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"light-gray","textColor":"blue","className":"is-style-outline"} -->
381<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-blue-color has-light-gray-background-color has-text-color has-background wp-element-button" href="http://www.example.com/new">new link</a></div>
382<!-- /wp:button -->
383
384<!-- wp:button {"backgroundColor":"light-gray","textColor":"blue","className":"is-style-outline"} -->
385<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-blue-color has-light-gray-background-color has-text-color has-background wp-element-button" href="#">visited link</a></div>
386<!-- /wp:button -->
387
388<!-- wp:button {"backgroundColor":"light-gray","textColor":"blue","className":"is-style-outline"} -->
389<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-blue-color has-light-gray-background-color has-text-color has-background wp-element-button">no href</a></div>
390<!-- /wp:button --></div>
391<!-- /wp:buttons -->
392
393<!-- wp:code -->
394<pre class="wp-block-code"><code>Outline style, #B31919 custom dark text color, Light Gray background color</code></pre>
395<!-- /wp:code -->
396
397<!-- wp:buttons -->
398<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"light-gray","style":{"color":{"text":"#b31919"}},"className":"is-style-outline"} -->
399<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-light-gray-background-color has-text-color has-background wp-element-button" href="http://www.example.com/new" style="color:#b31919">new link</a></div>
400<!-- /wp:button -->
401
402<!-- wp:button {"backgroundColor":"light-gray","style":{"color":{"text":"#b31919"}},"className":"is-style-outline"} -->
403<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-light-gray-background-color has-text-color has-background wp-element-button" href="#" style="color:#b31919">visited link</a></div>
404<!-- /wp:button -->
405
406<!-- wp:button {"backgroundColor":"light-gray","style":{"color":{"text":"#b31919"}},"className":"is-style-outline"} -->
407<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-light-gray-background-color has-text-color has-background wp-element-button" style="color:#b31919">no href</a></div>
408<!-- /wp:button --></div>
409<!-- /wp:buttons -->
410
411<!-- wp:code -->
412<pre class="wp-block-code"><code>Outline style, Light Gray text color, Blue background color</code></pre>
413<!-- /wp:code -->
414
415<!-- wp:buttons -->
416<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"blue","textColor":"light-gray","className":"is-style-outline"} -->
417<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-light-gray-color has-blue-background-color has-text-color has-background wp-element-button" href="http://www.example.com/new">new link</a></div>
418<!-- /wp:button -->
419
420<!-- wp:button {"backgroundColor":"blue","textColor":"light-gray","className":"is-style-outline"} -->
421<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-light-gray-color has-blue-background-color has-text-color has-background wp-element-button" href="#">visited link</a></div>
422<!-- /wp:button -->
423
424<!-- wp:button {"backgroundColor":"blue","textColor":"light-gray","className":"is-style-outline"} -->
425<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-light-gray-color has-blue-background-color has-text-color has-background wp-element-button">no href</a></div>
426<!-- /wp:button --></div>
427<!-- /wp:buttons -->
428
429<!-- wp:code -->
430<pre class="wp-block-code"><code>Outline style, Light Gray text color, #B31919 custom dark background color</code></pre>
431<!-- /wp:code -->
432
433<!-- wp:buttons -->
434<div class="wp-block-buttons"><!-- wp:button {"textColor":"light-gray","style":{"color":{"background":"#b31919"}},"className":"is-style-outline"} -->
435<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-light-gray-color has-text-color has-background wp-element-button" href="http://www.example.com/new" style="background-color:#b31919">new link</a></div>
436<!-- /wp:button -->
437
438<!-- wp:button {"textColor":"light-gray","style":{"color":{"background":"#b31919"}},"className":"is-style-outline"} -->
439<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-light-gray-color has-text-color has-background wp-element-button" href="#" style="background-color:#b31919">visited link</a></div>
440<!-- /wp:button -->
441
442<!-- wp:button {"textColor":"light-gray","style":{"color":{"background":"#b31919"}},"className":"is-style-outline"} -->
443<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-light-gray-color has-text-color has-background wp-element-button" style="background-color:#b31919">no href</a></div>
444<!-- /wp:button --></div>
445<!-- /wp:buttons -->
446
447<!-- wp:code -->
448<pre class="wp-block-code"><code>Outline style, Blue text color, #B4FBB4 custom light background color</code></pre>
449<!-- /wp:code -->
450
451<!-- wp:buttons -->
452<div class="wp-block-buttons"><!-- wp:button {"textColor":"blue","style":{"color":{"background":"#b4fbb4"}},"className":"is-style-outline"} -->
453<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-blue-color has-text-color has-background wp-element-button" href="http://www.example.com/new" style="background-color:#b4fbb4">new link</a></div>
454<!-- /wp:button -->
455
456<!-- wp:button {"textColor":"blue","style":{"color":{"background":"#b4fbb4"}},"className":"is-style-outline"} -->
457<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-blue-color has-text-color has-background wp-element-button" href="#" style="background-color:#b4fbb4">visited link</a></div>
458<!-- /wp:button -->
459
460<!-- wp:button {"textColor":"blue","style":{"color":{"background":"#b4fbb4"}},"className":"is-style-outline"} -->
461<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-blue-color has-text-color has-background wp-element-button" style="background-color:#b4fbb4">no href</a></div>
462<!-- /wp:button --></div>
463<!-- /wp:buttons -->
464
465<!-- wp:code -->
466<pre class="wp-block-code"><code>Outline style, #B4FBB4 custom light text color, Dark Gray background color</code></pre>
467<!-- /wp:code -->
468
469<!-- wp:buttons -->
470<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"dark-gray","style":{"color":{"text":"#b4fbb4"}},"className":"is-style-outline"} -->
471<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-dark-gray-background-color has-text-color has-background wp-element-button" href="http://www.example.com/new" style="color:#b4fbb4">new link</a></div>
472<!-- /wp:button -->
473
474<!-- wp:button {"backgroundColor":"dark-gray","style":{"color":{"text":"#b4fbb4"}},"className":"is-style-outline"} -->
475<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-dark-gray-background-color has-text-color has-background wp-element-button" href="#" style="color:#b4fbb4">visited link</a></div>
476<!-- /wp:button -->
477
478<!-- wp:button {"backgroundColor":"dark-gray","style":{"color":{"text":"#b4fbb4"}},"className":"is-style-outline"} -->
479<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-dark-gray-background-color has-text-color has-background wp-element-button" style="color:#b4fbb4">no href</a></div>
480<!-- /wp:button --></div>
481<!-- /wp:buttons -->
482
483<!-- wp:code -->
484<pre class="wp-block-code"><code>Outline style, #B4FBB4 custom light text color, #3847B9 custom dark background color</code></pre>
485<!-- /wp:code -->
486
487<!-- wp:buttons -->
488<div class="wp-block-buttons"><!-- wp:button {"style":{"color":{"text":"#b4fbb4","background":"#3847b9"}},"className":"is-style-outline"} -->
489<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-text-color has-background wp-element-button" href="http://www.example.com/new" style="color:#b4fbb4;background-color:#3847b9">new link</a></div>
490<!-- /wp:button -->
491
492<!-- wp:button {"style":{"color":{"text":"#b4fbb4","background":"#3847b9"}},"className":"is-style-outline"} -->
493<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-text-color has-background wp-element-button" href="#" style="color:#b4fbb4;background-color:#3847b9">visited link</a></div>
494<!-- /wp:button -->
495
496<!-- wp:button {"style":{"color":{"text":"#b4fbb4","background":"#3847b9"}},"className":"is-style-outline"} -->
497<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-text-color has-background wp-element-button" style="color:#b4fbb4;background-color:#3847b9">no href</a></div>
498<!-- /wp:button --></div>
499<!-- /wp:buttons -->
500
501<!-- wp:code -->
502<pre class="wp-block-code"><code>Outline style, #B31919 custom dark text color, #FFD9A9 custom light background color</code></pre>
503<!-- /wp:code -->
504
505<!-- wp:buttons -->
506<div class="wp-block-buttons"><!-- wp:button {"style":{"color":{"background":"#ffd9a9","text":"#b31919"}},"className":"is-style-outline"} -->
507<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-text-color has-background wp-element-button" href="http://www.example.com/new" style="color:#b31919;background-color:#ffd9a9">new link</a></div>
508<!-- /wp:button -->
509
510<!-- wp:button {"style":{"color":{"background":"#ffd9a9","text":"#b31919"}},"className":"is-style-outline"} -->
511<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-text-color has-background wp-element-button" href="#" style="color:#b31919;background-color:#ffd9a9">visited link</a></div>
512<!-- /wp:button -->
513
514<!-- wp:button {"style":{"color":{"background":"#ffd9a9","text":"#b31919"}},"className":"is-style-outline"} -->
515<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-text-color has-background wp-element-button" style="color:#b31919;background-color:#ffd9a9">no href</a></div>
516<!-- /wp:button --></div>
517<!-- /wp:buttons -->
518
519<!-- wp:code -->
520<pre class="wp-block-code"><code>Outline style, default text color, Light Gray background color</code></pre>
521<!-- /wp:code -->
522
523<!-- wp:buttons -->
524<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"light-gray","className":"is-style-outline"} -->
525<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-light-gray-background-color has-background wp-element-button" href="http://www.example.com/new">new link</a></div>
526<!-- /wp:button -->
527
528<!-- wp:button {"backgroundColor":"light-gray","className":"is-style-outline"} -->
529<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-light-gray-background-color has-background wp-element-button" href="#">visited link</a></div>
530<!-- /wp:button -->
531
532<!-- wp:button {"backgroundColor":"light-gray","className":"is-style-outline"} -->
533<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-light-gray-background-color has-background wp-element-button">no href</a></div>
534<!-- /wp:button --></div>
535<!-- /wp:buttons -->
536
537<!-- wp:code -->
538<pre class="wp-block-code"><code>Outline style, default text color, Dark Gray background color</code></pre>
539<!-- /wp:code -->
540
541<!-- wp:buttons -->
542<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"dark-gray","className":"is-style-outline"} -->
543<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-dark-gray-background-color has-background wp-element-button" href="http://www.example.com/new">new link</a></div>
544<!-- /wp:button -->
545
546<!-- wp:button {"backgroundColor":"dark-gray","className":"is-style-outline"} -->
547<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-dark-gray-background-color has-background wp-element-button" href="#">visited link</a></div>
548<!-- /wp:button -->
549
550<!-- wp:button {"backgroundColor":"dark-gray","className":"is-style-outline"} -->
551<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-dark-gray-background-color has-background wp-element-button">no href</a></div>
552<!-- /wp:button --></div>
553<!-- /wp:buttons -->
554
555<!-- wp:code -->
556<pre class="wp-block-code"><code>Outline style, default text color, #B4FBB4 custom light background color</code></pre>
557<!-- /wp:code -->
558
559<!-- wp:buttons -->
560<div class="wp-block-buttons"><!-- wp:button {"style":{"color":{"background":"#b4fbb4"}},"className":"is-style-outline"} -->
561<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-background wp-element-button" href="http://www.example.com/new" style="background-color:#b4fbb4">new link</a></div>
562<!-- /wp:button -->
563
564<!-- wp:button {"style":{"color":{"background":"#b4fbb4"}},"className":"is-style-outline"} -->
565<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-background wp-element-button" href="#" style="background-color:#b4fbb4">visited link</a></div>
566<!-- /wp:button -->
567
568<!-- wp:button {"style":{"color":{"background":"#b4fbb4"}},"className":"is-style-outline"} -->
569<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-background wp-element-button" style="background-color:#b4fbb4">no href</a></div>
570<!-- /wp:button --></div>
571<!-- /wp:buttons -->
572
573<!-- wp:code -->
574<pre class="wp-block-code"><code>Outline style, default text color, #232189 custom dark background color</code></pre>
575<!-- /wp:code -->
576
577<!-- wp:buttons -->
578<div class="wp-block-buttons"><!-- wp:button {"style":{"color":{"background":"#232189"}},"className":"is-style-outline"} -->
579<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-background wp-element-button" href="http://www.example.com/new" style="background-color:#232189">new link</a></div>
580<!-- /wp:button -->
581
582<!-- wp:button {"style":{"color":{"background":"#232189"}},"className":"is-style-outline"} -->
583<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-background wp-element-button" href="#" style="background-color:#232189">visited link</a></div>
584<!-- /wp:button -->
585
586<!-- wp:button {"style":{"color":{"background":"#232189"}},"className":"is-style-outline"} -->
587<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-background wp-element-button" style="background-color:#232189">no href</a></div>
588<!-- /wp:button --></div>
589<!-- /wp:buttons -->
590
591<!-- wp:paragraph -->
592<p>Paragraph with standard <a href="http://www.example.com/new">new link</a> and <a href="#">visited link</a> in content</p>
593<!-- /wp:paragraph -->]]></content:encoded>
594                <excerpt:encoded><![CDATA[]]></excerpt:encoded>
595                <wp:post_id>1090</wp:post_id>
596                <wp:post_date><![CDATA[2022-08-29 18:47:16]]></wp:post_date>
597                <wp:post_date_gmt><![CDATA[2022-08-29 18:47:16]]></wp:post_date_gmt>
598                <wp:post_modified><![CDATA[2022-08-29 18:52:42]]></wp:post_modified>
599                <wp:post_modified_gmt><![CDATA[2022-08-29 18:52:42]]></wp:post_modified_gmt>
600                <wp:comment_status><![CDATA[open]]></wp:comment_status>
601                <wp:ping_status><![CDATA[closed]]></wp:ping_status>
602                <wp:post_name><![CDATA[twenty-twelve-buttons]]></wp:post_name>
603                <wp:status><![CDATA[publish]]></wp:status>
604                <wp:post_parent>0</wp:post_parent>
605                <wp:menu_order>0</wp:menu_order>
606                <wp:post_type><![CDATA[post]]></wp:post_type>
607                <wp:post_password><![CDATA[]]></wp:post_password>
608                <wp:is_sticky>0</wp:is_sticky>
609                                                                                <category domain="category" nicename="uncategorized"><![CDATA[Uncategorized]]></category>
610                                                <wp:postmeta>
611                <wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
612                <wp:meta_value><![CDATA[1]]></wp:meta_value>
613                </wp:postmeta>
614                                                        </item>
615                                </channel>
616</rss>
617