UCDavisLibrary / ucdlib-theme-wp

Wordpress theme port of the UC Davis SiteFarm One Theme
2 stars 0 forks source link

Add Pattern: Core Text Styles #140

Closed wrenaria closed 2 years ago

wrenaria commented 2 years ago

Pattern Name: Core Text Styles

<!-- wp:ucd-theme/heading {"content":"Primary Headings"} /-->

<!-- wp:paragraph -->
<p>Normal text may be <strong>bolded</strong>, <em>italicized</em> and <a href="https://sandbox.library.ucdavis.edu/" data-type="page" data-id="111">linked</a> but otherwise never underlined. Underlines are reserved for links.</p>
<!-- /wp:paragraph -->

<!-- wp:list {"className":"list\u002d\u002darrow"} -->
<ul class="list--arrow"><li>Preferred List Style (Gold Arrow)</li><li>Exception: Use "Default" list style in FAQ blocks due to the light blue background</li></ul>
<!-- /wp:list -->

<!-- wp:ucd-theme/heading {"content":"2nd Level Headings","level":3,"classSuffix":"highlight"} /-->

<!-- wp:ucd-theme/heading {"content":"3rd Level Headings","level":4,"classSuffix":"h5"} /-->

<!-- wp:ucd-theme/heading {"content":"4th Level Headings","level":5,"classSuffix":"h6"} /-->
UcDust commented 2 years ago

Thanks @wrenaria! I think this should be in the next sandbox build.

wrenaria commented 2 years ago

Looks good and ready for Stage.