kollapsminoriteten/wp-includes/css/dist/block-library/reset-rtl.css

84 lines
2.2 KiB
CSS
Raw Normal View History

2025-02-28 08:42:11 +01:00
html :where(.editor-styles-wrapper){
2023-04-26 17:39:43 +02:00
background:#fff;
color:initial;
font-family:serif;
font-size:medium;
line-height:normal;
2021-07-23 11:58:50 +02:00
}
2023-12-07 09:44:11 +01:00
:where(.editor-styles-wrapper) .wp-align-wrapper{
2023-04-26 17:39:43 +02:00
max-width:840px;
2021-07-23 11:58:50 +02:00
}
2023-12-07 09:44:11 +01:00
:where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full,:where(.editor-styles-wrapper) .wp-align-wrapper>.wp-block{
2023-04-26 17:39:43 +02:00
max-width:none;
2021-07-23 11:58:50 +02:00
}
2023-12-07 09:44:11 +01:00
:where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide{
2023-04-26 17:39:43 +02:00
max-width:840px;
2021-07-23 11:58:50 +02:00
}
2023-12-07 09:44:11 +01:00
:where(.editor-styles-wrapper) a{
2023-04-26 17:39:43 +02:00
transition:none;
2021-07-23 11:58:50 +02:00
}
2023-12-07 09:44:11 +01:00
:where(.editor-styles-wrapper) code,:where(.editor-styles-wrapper) kbd{
2023-04-26 17:39:43 +02:00
background:inherit;
font-family:monospace;
font-size:inherit;
margin:0;
padding:0;
2021-07-23 11:58:50 +02:00
}
2023-12-07 09:44:11 +01:00
:where(.editor-styles-wrapper) p{
2023-04-26 17:39:43 +02:00
font-size:revert;
line-height:revert;
margin:revert;
2021-07-23 11:58:50 +02:00
}
2023-12-07 09:44:11 +01:00
:where(.editor-styles-wrapper) ol,:where(.editor-styles-wrapper) ul{
2023-04-26 17:39:43 +02:00
box-sizing:border-box;
list-style-type:revert;
margin:revert;
padding:revert;
2021-07-23 11:58:50 +02:00
}
2023-12-07 09:44:11 +01:00
:where(.editor-styles-wrapper) ol ol,:where(.editor-styles-wrapper) ol ul,:where(.editor-styles-wrapper) ul ol,:where(.editor-styles-wrapper) ul ul{
2023-04-26 17:39:43 +02:00
margin:revert;
2021-07-23 11:58:50 +02:00
}
2023-12-07 09:44:11 +01:00
:where(.editor-styles-wrapper) ol li,:where(.editor-styles-wrapper) ul li{
2023-04-26 17:39:43 +02:00
margin:revert;
2021-07-23 11:58:50 +02:00
}
2023-12-07 09:44:11 +01:00
:where(.editor-styles-wrapper) ol ul,:where(.editor-styles-wrapper) ul ul{
2023-04-26 17:39:43 +02:00
list-style-type:revert;
2021-07-23 11:58:50 +02:00
}
2023-12-07 09:44:11 +01:00
: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{
2023-04-26 17:39:43 +02:00
color:revert;
font-size:revert;
font-weight:revert;
line-height:revert;
margin:revert;
2021-07-23 11:58:50 +02:00
}
2023-12-07 09:44:11 +01:00
:where(.editor-styles-wrapper) select{
2023-04-26 17:39:43 +02:00
-webkit-appearance:revert;
background:revert;
border:revert;
border-radius:revert;
box-shadow:revert;
color:revert;
cursor:revert;
font-family:system-ui;
font-size:revert;
font-weight:revert;
line-height:revert;
margin:revert;
max-width:revert;
min-height:revert;
outline:revert;
padding:revert;
text-shadow:revert;
transform:revert;
vertical-align:revert;
2021-07-23 11:58:50 +02:00
}
2023-12-07 09:44:11 +01:00
:where(.editor-styles-wrapper) select:disabled,:where(.editor-styles-wrapper) select:focus{
2023-04-26 17:39:43 +02:00
background-color:revert;
background-image:revert;
border-color:revert;
box-shadow:revert;
color:revert;
cursor:revert;
text-shadow:revert;
transform:revert;
2021-07-23 11:58:50 +02:00
}