Diff: STRATO-apps/wordpress_03/app/wp-includes/css/dist/block-library/reset.css

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + html :where(.editor-styles-wrapper){
2 + background:#fff;
3 + color:initial;
4 + font-family:serif;
5 + font-size:medium;
6 + line-height:normal;
7 + }
8 + :where(.editor-styles-wrapper) .wp-align-wrapper{
9 + max-width:840px;
10 + }
11 + :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full,:where(.editor-styles-wrapper) .wp-align-wrapper>.wp-block{
12 + max-width:none;
13 + }
14 + :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide{
15 + max-width:840px;
16 + }
17 + :where(.editor-styles-wrapper) a{
18 + transition:none;
19 + }
20 + :where(.editor-styles-wrapper) code,:where(.editor-styles-wrapper) kbd{
21 + background:inherit;
22 + font-family:monospace;
23 + font-size:inherit;
24 + margin:0;
25 + padding:0;
26 + }
27 + :where(.editor-styles-wrapper) p{
28 + font-size:revert;
29 + line-height:revert;
30 + margin:revert;
31 + }
32 + :where(.editor-styles-wrapper) ol,:where(.editor-styles-wrapper) ul{
33 + box-sizing:border-box;
34 + list-style-type:revert;
35 + margin:revert;
36 + padding:revert;
37 + }
38 + :where(.editor-styles-wrapper) ol ol,:where(.editor-styles-wrapper) ol ul,:where(.editor-styles-wrapper) ul ol,:where(.editor-styles-wrapper) ul ul{
39 + margin:revert;
40 + }
41 + :where(.editor-styles-wrapper) ol li,:where(.editor-styles-wrapper) ul li{
42 + margin:revert;
43 + }
44 + :where(.editor-styles-wrapper) ol ul,:where(.editor-styles-wrapper) ul ul{
45 + list-style-type:revert;
46 + }
47 + :where(.editor-styles-wrapper) h1,:where(.editor-styles-wrapper) h2,:where(.editor-styles-wrapper) h3,:where(.editor-styles-wrapper) h4,:where(.editor-styles-wrapper) h5,:where(.editor-styles-wrapper) h6{
48 + color:revert;
49 + font-size:revert;
50 + font-weight:revert;
51 + line-height:revert;
52 + margin:revert;
53 + }
54 + :where(.editor-styles-wrapper) select{
55 + -webkit-appearance:revert;
56 + background:revert;
57 + border:revert;
58 + border-radius:revert;
59 + box-shadow:revert;
60 + color:revert;
61 + cursor:revert;
62 + font-family:system-ui;
63 + font-size:revert;
64 + font-weight:revert;
65 + line-height:revert;
66 + margin:revert;
67 + max-width:revert;
68 + min-height:revert;
69 + outline:revert;
70 + padding:revert;
71 + text-shadow:revert;
72 + transform:revert;
73 + vertical-align:revert;
74 + }
75 + :where(.editor-styles-wrapper) select:disabled,:where(.editor-styles-wrapper) select:focus{
76 + background-color:revert;
77 + background-image:revert;
78 + border-color:revert;
79 + box-shadow:revert;
80 + color:revert;
81 + cursor:revert;
82 + text-shadow:revert;
83 + transform:revert;
84 + }