first commit

This commit is contained in:
Roman Pyrih
2026-05-21 15:33:11 +02:00
commit acb036dbd9
8059 changed files with 2885104 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "core/comments-pagination-numbers",
"title": "Comments Page Numbers",
"category": "theme",
"parent": [ "core/comments-pagination" ],
"description": "Displays a list of page numbers for comments pagination.",
"textdomain": "default",
"usesContext": [ "postId" ],
"supports": {
"anchor": true,
"reusable": false,
"html": false,
"color": {
"gradients": true,
"text": false,
"__experimentalDefaultControls": {
"background": true
}
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
},
"interactivity": {
"clientNavigation": true
},
"spacing": {
"margin": true,
"padding": true,
"__experimentalDefaultControls": {
"padding": true
}
}
}
}

View File

@@ -0,0 +1,9 @@
.wp-block-comments-pagination-numbers a {
text-decoration: underline;
}
.wp-block-comments-pagination-numbers .page-numbers {
margin-left: 2px;
}
.wp-block-comments-pagination-numbers .page-numbers:last-child {
margin-right: 0;
}

View File

@@ -0,0 +1 @@
.wp-block-comments-pagination-numbers a{text-decoration:underline}.wp-block-comments-pagination-numbers .page-numbers{margin-left:2px}.wp-block-comments-pagination-numbers .page-numbers:last-child{margin-right:0}

View File

@@ -0,0 +1,10 @@
.wp-block-comments-pagination-numbers a {
text-decoration: underline;
}
.wp-block-comments-pagination-numbers .page-numbers {
margin-right: 2px;
}
.wp-block-comments-pagination-numbers .page-numbers:last-child {
/*rtl:ignore*/
margin-right: 0;
}

View File

@@ -0,0 +1 @@
.wp-block-comments-pagination-numbers a{text-decoration:underline}.wp-block-comments-pagination-numbers .page-numbers{margin-right:2px}.wp-block-comments-pagination-numbers .page-numbers:last-child{margin-right:0}