Changeset 58635
- Timestamp:
- 07/03/2024 11:02:50 AM (5 months ago)
- Location:
- trunk/src/wp-content/themes/twentysixteen/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/css/editor-blocks.css
r57577 r58635 28 28 } 29 29 30 .rtl .editor-styles-wrapper { 31 font-family: Arial, Tahoma, sans-serif; 32 } 33 30 34 .edit-post-visual-editor .editor-block-list__block { 31 35 color: #1a1a1a; … … 263 267 /* Captions */ 264 268 265 [class^="wp-block-"]figcaption {269 figure[class*="wp-block-"] > figcaption { 266 270 color: #686868; 267 271 font-style: italic; 268 272 line-height: 1.6153846154; 269 273 padding-top: 0.5384615385em; 270 text-align: left; 271 } 272 273 .rtl [class^="wp-block-"] figcaption { 274 text-align: right; 274 text-align: start; 275 275 } 276 276 -
trunk/src/wp-content/themes/twentysixteen/css/editor-style.css
r58239 r58635 314 314 table caption { 315 315 border-width: 0 1px 1px 0; 316 font-size: 16px;317 316 font-weight: 700; 318 317 padding: 7px; 319 text-align: left;318 text-align: start; 320 319 vertical-align: baseline; 320 } 321 322 table caption { 323 font-weight: normal; 321 324 } 322 325 … … 324 327 .mce-item-table td { 325 328 border-width: 0 1px 1px 0; 326 font-size: 16px;327 329 padding: 7px; 328 330 vertical-align: baseline; 331 text-align: start; 329 332 } 330 333 … … 503 506 */ 504 507 508 body.rtl, 509 [dir="rtl"] body { 510 font-family: Arial, Tahoma, sans-serif; 511 } 512 505 513 .rtl blockquote { 506 514 border: 0 solid #1a1a1a; … … 534 542 margin-left: auto; 535 543 } 536 537 .rtl table th,538 .rtl .mce-item-table th,539 .rtl table caption {540 text-align: right;541 }
Note: See TracChangeset
for help on using the changeset viewer.