run:R W Run
1.61 KB
2026-03-11 16:18:52
R W Run
1.45 KB
2026-03-11 16:18:52
R W Run
1.61 KB
2026-03-11 16:18:52
R W Run
1.54 KB
2026-03-11 16:18:52
R W Run
15.38 KB
2026-03-11 16:18:52
R W Run
13.86 KB
2026-03-11 16:18:52
R W Run
15.37 KB
2026-03-11 16:18:52
R W Run
13.85 KB
2026-03-11 16:18:52
R W Run
error_log
📄classic-rtl.css
1.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.wp-block{
2 margin-left:auto;
3 margin-right:auto;
4}
5
6html :where(.editor-styles-wrapper){
7 padding:8px;
8}
9html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container>.wp-block[data-align=full]{
10 margin-left:-8px;
11 margin-right:-8px;
12}
13
14html :where(.wp-block){
15 margin-bottom:28px;
16 margin-top:28px;
17 max-width:840px;
18}
19html :where(.wp-block)[data-align=wide]{
20 max-width:1100px;
21}
22html :where(.wp-block)[data-align=full]{
23 max-width:none;
24}
25html :where(.wp-block)[data-align=left],html :where(.wp-block)[data-align=right]{
26 height:0;
27 width:100%;
28}
29html :where(.wp-block)[data-align=left]:before,html :where(.wp-block)[data-align=right]:before{
30 content:none;
31}
32html :where(.wp-block)[data-align=left]>*{
33 float:left;
34 margin-right:2em;
35}
36html :where(.wp-block)[data-align=right]>*{
37 float:right;
38 margin-left:2em;
39}
40html :where(.wp-block)[data-align=full],html :where(.wp-block)[data-align=wide]{
41 clear:both;
42}
43
44.wp-block-group>[data-align=full]{
45 margin-left:auto;
46 margin-right:auto;
47}
48
49.wp-block-group.has-background>[data-align=full]{
50 margin-right:-30px;
51 width:calc(100% + 60px);
52}
53[data-align=full] .wp-block-group>.wp-block{
54 padding-left:14px;
55 padding-right:14px;
56}
57@media (min-width:600px){
58 [data-align=full] .wp-block-group>.wp-block{
59 padding-left:0;
60 padding-right:0;
61 }
62}
63[data-align=full] .wp-block-group>[data-align=full]{
64 max-width:none;
65 padding-left:0;
66 padding-right:0;
67 right:0;
68 width:100%;
69}
70[data-align=full] .wp-block-group.has-background>[data-align=full]{
71 width:calc(100% + 60px);
72}