| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 .wp-block-tag-cloud { 2 box-sizing: border-box; 3 } 4 .wp-block-tag-cloud.aligncenter { 5 text-align: center; 6 justify-content: center; 7 } 8 .wp-block-tag-cloud a { 9 display: inline-block; 10 margin-left: 5px; 11 } 12 .wp-block-tag-cloud span { 13 display: inline-block; 14 margin-right: 5px; 15 text-decoration: none; 16 } 17 18 :root :where(.wp-block-tag-cloud.is-style-outline) { 19 display: flex; 20 flex-wrap: wrap; 21 gap: 1ch; 22 } 23 24 :root :where(.wp-block-tag-cloud.is-style-outline a) { 25 border: 1px solid currentColor; 26 font-size: unset !important; 27 margin-left: 0; 28 padding: 1ch 2ch; 29 text-decoration: none !important; 30 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Wed May 6 08:20:15 2026 | Cross-referenced by PHPXref |