080600
This commit is contained in:
@@ -1,79 +1,79 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "core/pullquote",
|
||||
"title": "Pullquote",
|
||||
"category": "text",
|
||||
"description": "Give special visual emphasis to a quote from your text.",
|
||||
"textdomain": "default",
|
||||
"attributes": {
|
||||
"value": {
|
||||
"type": "rich-text",
|
||||
"source": "rich-text",
|
||||
"selector": "p",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"citation": {
|
||||
"type": "rich-text",
|
||||
"source": "rich-text",
|
||||
"selector": "cite",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"textAlign": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"align": [ "left", "right", "wide", "full" ],
|
||||
"color": {
|
||||
"gradients": true,
|
||||
"background": true,
|
||||
"link": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"background": true,
|
||||
"text": true
|
||||
}
|
||||
},
|
||||
"spacing": {
|
||||
"margin": true,
|
||||
"padding": true
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": true,
|
||||
"lineHeight": true,
|
||||
"__experimentalFontFamily": true,
|
||||
"__experimentalFontWeight": true,
|
||||
"__experimentalFontStyle": true,
|
||||
"__experimentalTextTransform": true,
|
||||
"__experimentalTextDecoration": true,
|
||||
"__experimentalLetterSpacing": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"fontSize": true
|
||||
}
|
||||
},
|
||||
"__experimentalBorder": {
|
||||
"color": true,
|
||||
"radius": true,
|
||||
"style": true,
|
||||
"width": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"color": true,
|
||||
"radius": true,
|
||||
"style": true,
|
||||
"width": true
|
||||
}
|
||||
},
|
||||
"__experimentalStyle": {
|
||||
"typography": {
|
||||
"fontSize": "1.5em",
|
||||
"lineHeight": "1.6"
|
||||
}
|
||||
},
|
||||
"interactivity": {
|
||||
"clientNavigation": true
|
||||
}
|
||||
},
|
||||
"editorStyle": "wp-block-pullquote-editor",
|
||||
"style": "wp-block-pullquote"
|
||||
}
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "core/pullquote",
|
||||
"title": "Pullquote",
|
||||
"category": "text",
|
||||
"description": "Give special visual emphasis to a quote from your text.",
|
||||
"textdomain": "default",
|
||||
"attributes": {
|
||||
"value": {
|
||||
"type": "rich-text",
|
||||
"source": "rich-text",
|
||||
"selector": "p",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"citation": {
|
||||
"type": "rich-text",
|
||||
"source": "rich-text",
|
||||
"selector": "cite",
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"textAlign": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"align": [ "left", "right", "wide", "full" ],
|
||||
"color": {
|
||||
"gradients": true,
|
||||
"background": true,
|
||||
"link": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"background": true,
|
||||
"text": true
|
||||
}
|
||||
},
|
||||
"spacing": {
|
||||
"margin": true,
|
||||
"padding": true
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": true,
|
||||
"lineHeight": true,
|
||||
"__experimentalFontFamily": true,
|
||||
"__experimentalFontWeight": true,
|
||||
"__experimentalFontStyle": true,
|
||||
"__experimentalTextTransform": true,
|
||||
"__experimentalTextDecoration": true,
|
||||
"__experimentalLetterSpacing": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"fontSize": true
|
||||
}
|
||||
},
|
||||
"__experimentalBorder": {
|
||||
"color": true,
|
||||
"radius": true,
|
||||
"style": true,
|
||||
"width": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"color": true,
|
||||
"radius": true,
|
||||
"style": true,
|
||||
"width": true
|
||||
}
|
||||
},
|
||||
"__experimentalStyle": {
|
||||
"typography": {
|
||||
"fontSize": "1.5em",
|
||||
"lineHeight": "1.6"
|
||||
}
|
||||
},
|
||||
"interactivity": {
|
||||
"clientNavigation": true
|
||||
}
|
||||
},
|
||||
"editorStyle": "wp-block-pullquote-editor",
|
||||
"style": "wp-block-pullquote"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
.wp-block-pullquote.is-style-solid-color blockquote p{
|
||||
font-size:32px;
|
||||
}
|
||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation{
|
||||
font-style:normal;
|
||||
text-transform:none;
|
||||
}
|
||||
|
||||
.wp-block-pullquote .wp-block-pullquote__citation{
|
||||
color:inherit;
|
||||
.wp-block-pullquote.is-style-solid-color blockquote p{
|
||||
font-size:32px;
|
||||
}
|
||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation{
|
||||
font-style:normal;
|
||||
text-transform:none;
|
||||
}
|
||||
|
||||
.wp-block-pullquote .wp-block-pullquote__citation{
|
||||
color:inherit;
|
||||
}
|
||||
@@ -1,11 +1,11 @@
|
||||
.wp-block-pullquote.is-style-solid-color blockquote p{
|
||||
font-size:32px;
|
||||
}
|
||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation{
|
||||
font-style:normal;
|
||||
text-transform:none;
|
||||
}
|
||||
|
||||
.wp-block-pullquote .wp-block-pullquote__citation{
|
||||
color:inherit;
|
||||
.wp-block-pullquote.is-style-solid-color blockquote p{
|
||||
font-size:32px;
|
||||
}
|
||||
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation{
|
||||
font-style:normal;
|
||||
text-transform:none;
|
||||
}
|
||||
|
||||
.wp-block-pullquote .wp-block-pullquote__citation{
|
||||
color:inherit;
|
||||
}
|
||||
@@ -1,61 +1,61 @@
|
||||
.wp-block-pullquote{
|
||||
box-sizing:border-box;
|
||||
overflow-wrap:break-word;
|
||||
padding:4em 0;
|
||||
text-align:center;
|
||||
}
|
||||
.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{
|
||||
color:inherit;
|
||||
}
|
||||
.wp-block-pullquote blockquote{
|
||||
margin:0;
|
||||
}
|
||||
.wp-block-pullquote p{
|
||||
margin-top:0;
|
||||
}
|
||||
.wp-block-pullquote p:last-child{
|
||||
margin-bottom:0;
|
||||
}
|
||||
.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{
|
||||
max-width:420px;
|
||||
}
|
||||
.wp-block-pullquote cite,.wp-block-pullquote footer{
|
||||
position:relative;
|
||||
}
|
||||
.wp-block-pullquote .has-text-color a{
|
||||
color:inherit;
|
||||
}
|
||||
|
||||
:where(.wp-block-pullquote){
|
||||
margin:0 0 1em;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.has-text-align-left blockquote{
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.has-text-align-right blockquote{
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.is-style-solid-color{
|
||||
border:none;
|
||||
}
|
||||
.wp-block-pullquote.is-style-solid-color blockquote{
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
max-width:60%;
|
||||
}
|
||||
.wp-block-pullquote.is-style-solid-color blockquote p{
|
||||
font-size:2em;
|
||||
margin-bottom:0;
|
||||
margin-top:0;
|
||||
}
|
||||
.wp-block-pullquote.is-style-solid-color blockquote cite{
|
||||
font-style:normal;
|
||||
text-transform:none;
|
||||
}
|
||||
|
||||
.wp-block-pullquote cite{
|
||||
color:inherit;
|
||||
.wp-block-pullquote{
|
||||
box-sizing:border-box;
|
||||
overflow-wrap:break-word;
|
||||
padding:4em 0;
|
||||
text-align:center;
|
||||
}
|
||||
.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{
|
||||
color:inherit;
|
||||
}
|
||||
.wp-block-pullquote blockquote{
|
||||
margin:0;
|
||||
}
|
||||
.wp-block-pullquote p{
|
||||
margin-top:0;
|
||||
}
|
||||
.wp-block-pullquote p:last-child{
|
||||
margin-bottom:0;
|
||||
}
|
||||
.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{
|
||||
max-width:420px;
|
||||
}
|
||||
.wp-block-pullquote cite,.wp-block-pullquote footer{
|
||||
position:relative;
|
||||
}
|
||||
.wp-block-pullquote .has-text-color a{
|
||||
color:inherit;
|
||||
}
|
||||
|
||||
:where(.wp-block-pullquote){
|
||||
margin:0 0 1em;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.has-text-align-left blockquote{
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.has-text-align-right blockquote{
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.is-style-solid-color{
|
||||
border:none;
|
||||
}
|
||||
.wp-block-pullquote.is-style-solid-color blockquote{
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
max-width:60%;
|
||||
}
|
||||
.wp-block-pullquote.is-style-solid-color blockquote p{
|
||||
font-size:2em;
|
||||
margin-bottom:0;
|
||||
margin-top:0;
|
||||
}
|
||||
.wp-block-pullquote.is-style-solid-color blockquote cite{
|
||||
font-style:normal;
|
||||
text-transform:none;
|
||||
}
|
||||
|
||||
.wp-block-pullquote cite{
|
||||
color:inherit;
|
||||
}
|
||||
@@ -1,61 +1,61 @@
|
||||
.wp-block-pullquote{
|
||||
box-sizing:border-box;
|
||||
overflow-wrap:break-word;
|
||||
padding:4em 0;
|
||||
text-align:center;
|
||||
}
|
||||
.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{
|
||||
color:inherit;
|
||||
}
|
||||
.wp-block-pullquote blockquote{
|
||||
margin:0;
|
||||
}
|
||||
.wp-block-pullquote p{
|
||||
margin-top:0;
|
||||
}
|
||||
.wp-block-pullquote p:last-child{
|
||||
margin-bottom:0;
|
||||
}
|
||||
.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{
|
||||
max-width:420px;
|
||||
}
|
||||
.wp-block-pullquote cite,.wp-block-pullquote footer{
|
||||
position:relative;
|
||||
}
|
||||
.wp-block-pullquote .has-text-color a{
|
||||
color:inherit;
|
||||
}
|
||||
|
||||
:where(.wp-block-pullquote){
|
||||
margin:0 0 1em;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.has-text-align-left blockquote{
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.has-text-align-right blockquote{
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.is-style-solid-color{
|
||||
border:none;
|
||||
}
|
||||
.wp-block-pullquote.is-style-solid-color blockquote{
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
max-width:60%;
|
||||
}
|
||||
.wp-block-pullquote.is-style-solid-color blockquote p{
|
||||
font-size:2em;
|
||||
margin-bottom:0;
|
||||
margin-top:0;
|
||||
}
|
||||
.wp-block-pullquote.is-style-solid-color blockquote cite{
|
||||
font-style:normal;
|
||||
text-transform:none;
|
||||
}
|
||||
|
||||
.wp-block-pullquote cite{
|
||||
color:inherit;
|
||||
.wp-block-pullquote{
|
||||
box-sizing:border-box;
|
||||
overflow-wrap:break-word;
|
||||
padding:4em 0;
|
||||
text-align:center;
|
||||
}
|
||||
.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{
|
||||
color:inherit;
|
||||
}
|
||||
.wp-block-pullquote blockquote{
|
||||
margin:0;
|
||||
}
|
||||
.wp-block-pullquote p{
|
||||
margin-top:0;
|
||||
}
|
||||
.wp-block-pullquote p:last-child{
|
||||
margin-bottom:0;
|
||||
}
|
||||
.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{
|
||||
max-width:420px;
|
||||
}
|
||||
.wp-block-pullquote cite,.wp-block-pullquote footer{
|
||||
position:relative;
|
||||
}
|
||||
.wp-block-pullquote .has-text-color a{
|
||||
color:inherit;
|
||||
}
|
||||
|
||||
:where(.wp-block-pullquote){
|
||||
margin:0 0 1em;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.has-text-align-left blockquote{
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.has-text-align-right blockquote{
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.wp-block-pullquote.is-style-solid-color{
|
||||
border:none;
|
||||
}
|
||||
.wp-block-pullquote.is-style-solid-color blockquote{
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
max-width:60%;
|
||||
}
|
||||
.wp-block-pullquote.is-style-solid-color blockquote p{
|
||||
font-size:2em;
|
||||
margin-bottom:0;
|
||||
margin-top:0;
|
||||
}
|
||||
.wp-block-pullquote.is-style-solid-color blockquote cite{
|
||||
font-style:normal;
|
||||
text-transform:none;
|
||||
}
|
||||
|
||||
.wp-block-pullquote cite{
|
||||
color:inherit;
|
||||
}
|
||||
@@ -1,12 +1,12 @@
|
||||
.wp-block-pullquote{
|
||||
border-bottom:4px solid;
|
||||
border-top:4px solid;
|
||||
color:currentColor;
|
||||
margin-bottom:1.75em;
|
||||
}
|
||||
.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{
|
||||
color:currentColor;
|
||||
font-size:.8125em;
|
||||
font-style:normal;
|
||||
text-transform:uppercase;
|
||||
.wp-block-pullquote{
|
||||
border-bottom:4px solid;
|
||||
border-top:4px solid;
|
||||
color:currentColor;
|
||||
margin-bottom:1.75em;
|
||||
}
|
||||
.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{
|
||||
color:currentColor;
|
||||
font-size:.8125em;
|
||||
font-style:normal;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
@@ -1,12 +1,12 @@
|
||||
.wp-block-pullquote{
|
||||
border-bottom:4px solid;
|
||||
border-top:4px solid;
|
||||
color:currentColor;
|
||||
margin-bottom:1.75em;
|
||||
}
|
||||
.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{
|
||||
color:currentColor;
|
||||
font-size:.8125em;
|
||||
font-style:normal;
|
||||
text-transform:uppercase;
|
||||
.wp-block-pullquote{
|
||||
border-bottom:4px solid;
|
||||
border-top:4px solid;
|
||||
color:currentColor;
|
||||
margin-bottom:1.75em;
|
||||
}
|
||||
.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{
|
||||
color:currentColor;
|
||||
font-size:.8125em;
|
||||
font-style:normal;
|
||||
text-transform:uppercase;
|
||||
}
|
||||
Reference in New Issue
Block a user