芝麻web文件管理V1.00
编辑当前文件:/home/conskgoa/doughi.co.uk/breadcrumbs.tar
style.css 0000644 00000000705 15220210640 0006410 0 ustar 00 .wp-block-breadcrumbs { box-sizing: border-box; } .wp-block-breadcrumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; } .wp-block-breadcrumbs li { margin: 0; padding: 0; display: flex; align-items: center; } .wp-block-breadcrumbs li:not(:last-child)::after { content: var(--separator, "/"); margin: 0 0.5em; opacity: 0.7; } .wp-block-breadcrumbs span { color: inherit; } style-rtl.min.css 0000644 00000000530 15220210640 0007765 0 ustar 00 .wp-block-breadcrumbs{box-sizing:border-box}.wp-block-breadcrumbs ol{flex-wrap:wrap;list-style:none}.wp-block-breadcrumbs li,.wp-block-breadcrumbs ol{align-items:center;display:flex;margin:0;padding:0}.wp-block-breadcrumbs li:not(:last-child):after{content:var(--separator,"/");margin:0 .5em;opacity:.7}.wp-block-breadcrumbs span{color:inherit} block.json 0000644 00000003142 15220210640 0006521 0 ustar 00 { "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/breadcrumbs", "title": "Breadcrumbs", "category": "theme", "description": "Display a breadcrumb trail showing the path to the current page.", "textdomain": "default", "attributes": { "prefersTaxonomy": { "type": "boolean", "default": false }, "separator": { "type": "string", "default": "/" }, "showHomeItem": { "type": "boolean", "default": true }, "showCurrentItem": { "type": "boolean", "default": true }, "showOnHomePage": { "type": "boolean", "default": false } }, "usesContext": [ "postId", "postType", "templateSlug" ], "supports": { "anchor": true, "html": false, "align": [ "wide", "full" ], "spacing": { "margin": true, "padding": true }, "color": { "gradients": true, "link": true, "__experimentalDefaultControls": { "background": true, "text": true } }, "__experimentalBorder": { "radius": true, "color": true, "width": true, "style": true, "__experimentalDefaultControls": { "radius": false, "color": true, "width": true, "style": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } }, "interactivity": { "clientNavigation": true } }, "style": "wp-block-breadcrumbs" } style-rtl.css 0000644 00000000705 15220210640 0007207 0 ustar 00 .wp-block-breadcrumbs { box-sizing: border-box; } .wp-block-breadcrumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; } .wp-block-breadcrumbs li { margin: 0; padding: 0; display: flex; align-items: center; } .wp-block-breadcrumbs li:not(:last-child)::after { content: var(--separator, "/"); margin: 0 0.5em; opacity: 0.7; } .wp-block-breadcrumbs span { color: inherit; } style.min.css 0000644 00000000530 15220210640 0007166 0 ustar 00 .wp-block-breadcrumbs{box-sizing:border-box}.wp-block-breadcrumbs ol{flex-wrap:wrap;list-style:none}.wp-block-breadcrumbs li,.wp-block-breadcrumbs ol{align-items:center;display:flex;margin:0;padding:0}.wp-block-breadcrumbs li:not(:last-child):after{content:var(--separator,"/");margin:0 .5em;opacity:.7}.wp-block-breadcrumbs span{color:inherit}