Make WordPress Themes


Ignore:
Timestamp:
07/16/2024 01:29:55 PM (17 months ago)
Author:
themedropbox
Message:

New version of Twenty Seventeen - 3.7

Location:
twentyseventeen/3.7
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • twentyseventeen/3.7/assets/css/editor-blocks.css

    r206168 r235019  
    459459}
    460460
    461 /* Caption styles*/
    462 
    463 [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
     461/* Caption styles */
     462
     463[class^="wp-block-"]:not(.wp-block-gallery) > figcaption,
     464[class*=" wp-block-"]:not(.wp-block-gallery) > figcaption {
    464465    font-style: italic;
    465466    margin-bottom: 1.5em;
     
    467468}
    468469
    469 .rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
     470.rtl [class^="wp-block-"]:not(.wp-block-gallery) > figcaption,
     471.rtl [class*=" wp-block-"]:not(.wp-block-gallery) > figcaption,
     472[dir="rtl"] [class^="wp-block-"]:not(.wp-block-gallery) > figcaption,
     473[dir="rtl"] [class*=" wp-block-"]:not(.wp-block-gallery) > figcaption {
    470474    text-align: right;
    471475}
     
    643647
    644648.wp-block-pullquote {
    645     border: 0;
     649    border: 0 solid;
    646650}
    647651
     
    704708.rtl table.wp-block-table td {
    705709    text-align: right;
     710}
     711
     712/* Calendar */
     713
     714.editor-styles-wrapper .wp-block-calendar th {
     715    text-align: center;
    706716}
    707717
     
    772782/* Latest Comments */
    773783
    774 .editor-block-list__block ol.wp-block-latest-comments > li:before {
    775     content: '';
    776 }
    777 
    778784.wp-block-latest-comments article {
    779     margin-bottom: 4em;
     785    margin-bottom: 4rem;
    780786}
    781787
     
    791797}
    792798
    793 .editor-block-list__block .wp-block-latest-comments__comment-meta a {
     799.editor-styles-wrapper .wp-block-latest-comments__comment-meta a {
    794800    -webkit-box-shadow: none;
    795801    box-shadow: none;
     
    807813}
    808814
    809 .editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
    810     font-size: 14px;
    811     font-size: 0.875rem;
    812 }
    813 
    814815/* Latest Posts */
    815816
Note: See TracChangeset for help on using the changeset viewer.