Make WordPress Themes

Changeset 219462


Ignore:
Timestamp:
03/02/2024 10:39:29 PM (22 months ago)
Author:
oskosk
Message:

Add version 1.1.3

Location:
legible/1.1.3
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • legible/1.1.3/parts/header.html

    r201029 r219462  
    1 <!-- wp:group {"layout":{"inherit":"true","type":"constrained"}} -->
    2 <div class="wp-block-group"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"bottom":"0px","top":"0px"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
    3 <div class="wp-block-group alignfull" style="padding-top:0px;padding-bottom:0px"><!-- wp:group {"layout":{"type":"flex"}} -->
    4 <div class="wp-block-group"><!-- wp:site-logo {"width":64} /-->
     1<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
     2<div class="wp-block-group"><!-- wp:site-logo {"width":47,"className":"is-style-rounded"} /-->
    53
    6 <!-- wp:group -->
    7 <div class="wp-block-group"><!-- wp:site-title {"fontSize":"medium"} /--></div>
    8 <!-- /wp:group --></div>
     4<!-- wp:site-title /--></div>
    95<!-- /wp:group -->
    106
    11 <!-- wp:navigation {"ref":40307,"layout":{"type":"flex","justifyContent":"right","orientation":"horizontal"}} /--></div>
    12 <!-- /wp:group --></div>
     7<!-- wp:group {"style":{"spacing":{"margin":{"top":"0.5em","bottom":"0.5em"}}},"layout":{"type":"flex","flexWrap":"wrap","orientation":"horizontal"}} -->
     8<div class="wp-block-group" style="margin-top:0.5em;margin-bottom:0.5em"><!-- wp:navigation {"ref":40307,"overlayMenu":"never","icon":"menu"} /-->
     9
     10<!-- wp:paragraph -->
     11<p></p>
     12<!-- /wp:paragraph --></div>
    1313<!-- /wp:group -->
  • legible/1.1.3/readme.txt

    r219455 r219462  
    1212
    1313== Changelog ==
     14
     15= 1.1.3 =
     16
     17* Updated quote default margin.
     18* Updated header and index template to be only as wide as the content.
     19* Updated header and single templates to be different in index and single post templates
     20* Increased font size for desktop to 1.35rem.
     21* Updated paragraph bottom margin to 1em.
    1422
    1523= 1.1.2 =
  • legible/1.1.3/style.css

    r219455 r219462  
    88Tested up to: 6.3
    99Requires PHP: 5.7
    10 Version: 1.1.2
     10Version: 1.1.3
    1111License: GNU General Public License v2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • legible/1.1.3/templates/index.html

    r201029 r219462  
    1 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
     1<!-- wp:spacer -->
     2<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
     3<!-- /wp:spacer -->
    24
    3 <!-- wp:query {"queryId":0,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"tagName":"main","displayLayout":{"type":"list"},"layout":{"inherit":true,"type":"constrained"}} -->
    4 <main class="wp-block-query"><!-- wp:post-template {"align":"wide"} -->
     5<!-- wp:group {"layout":{"type":"constrained"}} -->
     6<div class="wp-block-group"><!-- wp:template-part {"slug":"header","area":"header","align":"wide"} /--></div>
     7<!-- /wp:group -->
     8
     9<!-- wp:query {"queryId":0,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"tagName":"main","layout":{"type":"constrained","contentSize":null}} -->
     10<main class="wp-block-query"><!-- wp:post-template {"align":"wide","layout":{"type":"default"}} -->
    511<!-- wp:group {"style":{"border":{"top":{"color":"var:preset|color|cyan-bluish-gray","width":"1px"},"right":{"width":"0px","style":"none"},"bottom":{"width":"0px","style":"none"},"left":{"width":"0px","style":"none"}},"spacing":{"padding":{"top":"0px"}}},"layout":{"type":"default"}} -->
    6 <div class="wp-block-group" style="border-top-color:var(--wp--preset--color--cyan-bluish-gray);border-top-width:1px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:0px"><!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0","bottom":"0","left":"0"},"margin":{"top":"16px"}}},"layout":{"type":"flex"},"fontSize":"medium"} -->
    7 <div class="wp-block-group has-medium-font-size" style="margin-top:16px;padding-top:0px;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:post-date {"format":"M j, Y","isLink":true,"style":{"color":{"text":"#6c4242"},"elements":{"link":{"color":{"text":"#6c4242"}}}},"fontSize":"small"} /-->
     12<div class="wp-block-group" style="border-top-color:var(--wp--preset--color--cyan-bluish-gray);border-top-width:1px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:0px"><!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0","bottom":"0","left":"0"},"margin":{"top":"0.5em"}}},"layout":{"type":"flex"},"fontSize":"medium"} -->
     13<div class="wp-block-group has-medium-font-size" style="margin-top:0.5em;padding-top:0px;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:post-date {"format":"M j, Y","isLink":true,"style":{"color":{"text":"#6c4242"},"elements":{"link":{"color":{"text":"#6c4242"}}}},"fontSize":"small"} /-->
    814
    915<!-- wp:paragraph -->
  • legible/1.1.3/templates/single.html

    r201029 r219462  
    1 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
     1<!-- wp:group {"layout":{"type":"constrained"}} -->
     2<div class="wp-block-group"><!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
     3<div class="wp-block-group"><!-- wp:site-logo {"width":45,"shouldSyncIcon":false,"className":"is-style-rounded"} /-->
     4
     5<!-- wp:site-title /--></div>
     6<!-- /wp:group -->
     7
     8<!-- wp:separator {"style":{"color":{"background":"#e9e9e9"}},"className":"is-style-wide"} -->
     9<hr class="wp-block-separator has-text-color has-alpha-channel-opacity has-background is-style-wide" style="background-color:#e9e9e9;color:#e9e9e9"/>
     10<!-- /wp:separator --></div>
     11<!-- /wp:group -->
    212
    313<!-- wp:query {"queryId":0,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"tagName":"main","layout":{"type":"constrained"}} -->
     
    1929<!-- /wp:group -->
    2030
    21 <!-- wp:jetpack/related-posts {"displayDate":false,"displayThumbnails":true,"postsToShow":2,"fontFamily":"encode-sans","style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"margin":{"top":"var:preset|spacing|30"}},"typography":{"lineHeight":"1.7"}}} /-->
     31<!-- wp:jetpack/related-posts {"displayDate":false,"displayThumbnails":true,"postsToShow":2,"fontFamily":"encode-sans","style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"margin":{"top":"var:preset|spacing|30"}},"typography":{"lineHeight":"1.7"}}} -->
     32<div class="wp-block-jetpack-related-posts has-encode-sans-font-family" style="margin-top:var(--wp--preset--spacing--30);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.7"></div>
     33<!-- /wp:jetpack/related-posts -->
    2234<!-- /wp:post-template -->
    2335
  • legible/1.1.3/theme.json

    r201029 r219462  
    248248                "spacing": {
    249249                    "margin": {
    250                         "bottom": "0"
     250                        "bottom": "1em"
    251251                    },
    252252                    "padding": {
     
    303303                "spacing": {
    304304                    "margin": {
    305                         "bottom": "1.75em",
    306                         "left": "auto",
    307                         "right": "auto"
    308                     },
    309                     "padding": {
    310                         "left": "1em"
     305                        "top": "var(--wp--preset--spacing--60)"
    311306                    }
    312307                }
     
    331326            "text": "#303030"
    332327        },
    333         "css": "@media (max-width: 767px){\n\t.hideonmobile{\n\t\tdisplay: none;\n\t}\n}",
     328        "css": "@media (max-width: 767px){\n\t.hideonmobile{\n\t\tdisplay: none;\n\t}\n        p {\n           font-size: 1.25rem;\n        }\n}",
    334329        "elements": {
    335330            "button": {
     
    368363        "typography": {
    369364            "fontFamily": "var(--wp--preset--font-family--amiri)",
    370             "fontSize": "1.25rem",
     365            "fontSize": "1.35rem",
    371366            "fontStyle": "normal",
    372367            "fontWeight": "100",
Note: See TracChangeset for help on using the changeset viewer.