From 758db7c6ad5edd6ce37468f259baa154af625dc6 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Sat, 26 Oct 2024 16:09:55 +0200 Subject: [PATCH] work on a theme.json version --- .github/workflows/grunt.yml | 19 --- Gruntfile.js | 1 - assets/css/default-width.css | 2 +- assets/css/default-width.css.map | 2 +- assets/css/editor-style.css | 2 +- assets/css/editor-style.css.map | 2 +- assets/css/wide-width.css | 2 +- assets/css/wide-width.css.map | 2 +- assets/sass/_post.scss | 23 ---- assets/sass/_vars.scss | 4 +- assets/sass/lato-font.scss | 52 ------- assets/sass/merriweather-font.scss | 54 -------- assets/sass/style.scss | 5 - footer.php | 17 +-- functions.php | 98 +------------- header.php | 4 +- includes/customizer.php | 18 --- includes/semantics.php | 4 +- includes/widgets.php | 129 ------------------ languages/autonomie.pot | 79 ++--------- parts/footer.html | 5 + parts/menu.html | 1 + sidebar.php | 27 ---- style.css | 109 ++++++++++++++- style.css.map | 1 - template-parts/entry-footer.php | 3 +- theme.json | 143 ++++++++++++++++++++ widgets/class-autonomie-author-widget.php | 16 --- widgets/class-autonomie-taxonomy-widget.php | 16 --- 29 files changed, 283 insertions(+), 557 deletions(-) delete mode 100644 .github/workflows/grunt.yml delete mode 100644 assets/sass/lato-font.scss delete mode 100644 assets/sass/merriweather-font.scss delete mode 100644 includes/customizer.php delete mode 100644 includes/widgets.php create mode 100644 parts/footer.html create mode 100644 parts/menu.html delete mode 100644 sidebar.php delete mode 100644 style.css.map create mode 100644 theme.json delete mode 100644 widgets/class-autonomie-author-widget.php delete mode 100644 widgets/class-autonomie-taxonomy-widget.php diff --git a/.github/workflows/grunt.yml b/.github/workflows/grunt.yml deleted file mode 100644 index d2c301d..0000000 --- a/.github/workflows/grunt.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Grunt build and commit updated stylesheets - -on: [push] - -jobs: - grunt-build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: Compile with Grunt - uses: elstudio/actions-js-build/build@v2 - - - name: Commit changes - uses: elstudio/actions-js-build/commit@v3 - with: - commitMessage: Regenerate CSS and the POT (language) file diff --git a/Gruntfile.js b/Gruntfile.js index 4bf377e..03519bf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,7 +19,6 @@ module.exports = function(grunt) { 'assets/css/narrow-width.css': 'assets/sass/responsive_narrow.scss', 'assets/css/default-width.css': 'assets/sass/responsive_default.scss', 'assets/css/wide-width.css': 'assets/sass/responsive_wide.scss', - 'style.css': 'assets/sass/style.scss' } } }, diff --git a/assets/css/default-width.css b/assets/css/default-width.css index b2a2238..2264c18 100644 --- a/assets/css/default-width.css +++ b/assets/css/default-width.css @@ -1,3 +1,3 @@ -.site-navigation,.site-header .site-branding,.site-header .page-banner #page-title,.site-header .page-banner #page-description,.site-header .page-banner #page-meta{width:700px}.page-banner .avatar{width:120px;height:120px}.entry-content>*,.entry-summary>*,.entry-content>form,.entry-content>div,.entry-header,.entry-footer>*,.entry-reaction,#comments,#nav-above,#nav-below,.reaction-list,.wp-block-quote.is-style-large{display:block;max-width:700px;margin:1.2em auto;box-sizing:border-box}.entry-content .wp-block-gallery,.entry-content .wp-block-columns,.entry-content .wp-block-media-text,.entry-summary .wp-block-gallery,.entry-summary .wp-block-columns,.entry-summary .wp-block-media-text{display:flex}.entry-footer .author{width:780px;max-width:780px;margin:70px auto}#sidebar{width:100%}#sidebar aside{margin:50px 50px}#sidebar #secondary{display:inline-block;float:left;width:50%}#sidebar #tertiary{display:inline-block;float:left;width:50%}#sidebar #quaternary{display:inline-block;float:left;width:50%} +.site-navigation,.site-header .site-branding,.site-header .page-banner #page-title,.site-header .page-banner #page-description,.site-header .page-banner #page-meta{width:var(--wp--style--global--content-size)}.page-banner .avatar{width:120px;height:120px}.entry-content>*,.entry-summary>*,.entry-content>form,.entry-content>div,.entry-header,.entry-footer>*,.entry-reaction,#comments,#nav-above,#nav-below,.reaction-list,.wp-block-quote.is-style-large{display:block;max-width:var(--wp--style--global--content-size);margin:1.2em auto;box-sizing:border-box}.entry-content .wp-block-gallery,.entry-content .wp-block-columns,.entry-content .wp-block-media-text,.entry-summary .wp-block-gallery,.entry-summary .wp-block-columns,.entry-summary .wp-block-media-text{display:flex}.entry-footer .author{width:var(--wp--style--global--content-size)80;max-width:var(--wp--style--global--content-size)80;margin:70px auto}#sidebar{width:100%}#sidebar aside{margin:50px 50px}#sidebar #secondary{display:inline-block;float:left;width:50%}#sidebar #tertiary{display:inline-block;float:left;width:50%}#sidebar #quaternary{display:inline-block;float:left;width:50%} /*# sourceMappingURL=default-width.css.map */ \ No newline at end of file diff --git a/assets/css/default-width.css.map b/assets/css/default-width.css.map index 9ed6eaa..c04ab2f 100644 --- a/assets/css/default-width.css.map +++ b/assets/css/default-width.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["file:///Users/pfefferle/Code/autonomie/assets/sass/responsive_default.scss","file:///Users/pfefferle/Code/autonomie/assets/sass/_vars.scss"],"names":[],"mappings":"AAGA,oKAKC,MCiCe,MD9BhB,qBACC,YACA,aAGD,qMAYC,cACA,UCYe,MDXf,kBACA,sBAKA,4MAGC,aAIF,sBACC,YACA,gBACA,iBAGD,SACC,WAEA,eACC,iBAGD,oBACC,qBACA,WACA,UAGD,mBACC,qBACA,WACA,UAGD,qBACC,qBACA,WACA","file":"default-width.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["file:///Users/pfefferle/Code/autonomie/assets/sass/responsive_default.scss","file:///Users/pfefferle/Code/autonomie/assets/sass/_vars.scss"],"names":[],"mappings":"AAGA,oKAKC,MCiCe,uCD9BhB,qBACC,YACA,aAGD,qMAYC,cACA,UCYe,uCDXf,kBACA,sBAKA,4MAGC,aAIF,sBACC,+CACA,mDACA,iBAGD,SACC,WAEA,eACC,iBAGD,oBACC,qBACA,WACA,UAGD,mBACC,qBACA,WACA,UAGD,qBACC,qBACA,WACA","file":"default-width.css"} \ No newline at end of file diff --git a/assets/css/editor-style.css b/assets/css/editor-style.css index 2561cf9..9167488 100644 --- a/assets/css/editor-style.css +++ b/assets/css/editor-style.css @@ -1,3 +1,3 @@ -body .editor-styles-wrapper{/*! normalize.css v3.0.2 | MIT License | git.io/normalize */}body .editor-styles-wrapper .wp-block{max-width:700px}body .editor-styles-wrapper .wp-block[data-align=wide]{max-width:900px}body .editor-styles-wrapper .wp-block[data-align=full]{max-width:none}body .editor-styles-wrapper html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body .editor-styles-wrapper body{margin:0}body .editor-styles-wrapper article,body .editor-styles-wrapper aside,body .editor-styles-wrapper details,body .editor-styles-wrapper figcaption,body .editor-styles-wrapper figure,body .editor-styles-wrapper footer,body .editor-styles-wrapper header,body .editor-styles-wrapper hgroup,body .editor-styles-wrapper main,body .editor-styles-wrapper menu,body .editor-styles-wrapper nav,body .editor-styles-wrapper section,body .editor-styles-wrapper summary{display:block}body .editor-styles-wrapper audio,body .editor-styles-wrapper canvas,body .editor-styles-wrapper progress,body .editor-styles-wrapper video{display:inline-block;vertical-align:baseline}body .editor-styles-wrapper audio:not([controls]){display:none;height:0}body .editor-styles-wrapper [hidden],body .editor-styles-wrapper template{display:none}body .editor-styles-wrapper a{background-color:rgba(0,0,0,0)}body .editor-styles-wrapper a:active,body .editor-styles-wrapper a:hover{outline:0}body .editor-styles-wrapper abbr[title]{border-bottom:1px dotted}body .editor-styles-wrapper b,body .editor-styles-wrapper strong{font-weight:bold}body .editor-styles-wrapper dfn{font-style:italic}body .editor-styles-wrapper h1{font-size:2em;margin:.67em 0}body .editor-styles-wrapper mark{background:#ff0;color:#000}body .editor-styles-wrapper small{font-size:80%}body .editor-styles-wrapper sub,body .editor-styles-wrapper sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}body .editor-styles-wrapper sup{top:-0.5em}body .editor-styles-wrapper sub{bottom:-0.25em}body .editor-styles-wrapper img{border:0}body .editor-styles-wrapper svg:not(:root){overflow:hidden}body .editor-styles-wrapper figure{margin:1em 40px}body .editor-styles-wrapper hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}body .editor-styles-wrapper pre{overflow:auto}body .editor-styles-wrapper code,body .editor-styles-wrapper kbd,body .editor-styles-wrapper pre,body .editor-styles-wrapper samp{font-family:monospace,monospace;font-size:1em}body .editor-styles-wrapper button,body .editor-styles-wrapper input,body .editor-styles-wrapper optgroup,body .editor-styles-wrapper select,body .editor-styles-wrapper textarea{color:inherit;font:inherit;margin:0}body .editor-styles-wrapper button{overflow:visible}body .editor-styles-wrapper button,body .editor-styles-wrapper select{text-transform:none}body .editor-styles-wrapper button,body .editor-styles-wrapper html input[type=button],body .editor-styles-wrapper input[type=reset],body .editor-styles-wrapper input[type=submit]{-webkit-appearance:button;cursor:pointer}body .editor-styles-wrapper button[disabled],body .editor-styles-wrapper html input[disabled]{cursor:default}body .editor-styles-wrapper button::-moz-focus-inner,body .editor-styles-wrapper input::-moz-focus-inner{border:0;padding:0}body .editor-styles-wrapper input{line-height:normal}body .editor-styles-wrapper input[type=checkbox],body .editor-styles-wrapper input[type=radio]{box-sizing:border-box;padding:0}body .editor-styles-wrapper input[type=number]::-webkit-inner-spin-button,body .editor-styles-wrapper input[type=number]::-webkit-outer-spin-button{height:auto}body .editor-styles-wrapper input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}body .editor-styles-wrapper input[type=search]::-webkit-search-cancel-button,body .editor-styles-wrapper input[type=search]::-webkit-search-decoration{-webkit-appearance:none}body .editor-styles-wrapper fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}body .editor-styles-wrapper legend{border:0;padding:0}body .editor-styles-wrapper textarea{overflow:auto}body .editor-styles-wrapper optgroup{font-weight:bold}body .editor-styles-wrapper table{border-collapse:collapse;border-spacing:0}body .editor-styles-wrapper td,body .editor-styles-wrapper th{padding:0}body .editor-styles-wrapper body{background-color:#fff;background-color:var(--color-background);color:#373d3f;color:var(--color-dark-gray);font-family:Lato,sans-serif;font-weight:400;word-wrap:break-word}body .editor-styles-wrapper *,body .editor-styles-wrapper ::before,body .editor-styles-wrapper ::after{box-sizing:inherit}body .editor-styles-wrapper address{font-style:normal}body .editor-styles-wrapper a{color:#373d3f;color:var(--color-dark-gray)}body .editor-styles-wrapper svg{fill:#373d3f;fill:var(--color-dark-gray)}body .editor-styles-wrapper a:hover{text-decoration:none}body .editor-styles-wrapper abbr{font-variant:small-caps}body .editor-styles-wrapper abbr[title]{border-bottom:1px dotted #4f575a;border-bottom-color:var(--color-gray);cursor:help}body .editor-styles-wrapper blockquote,body .editor-styles-wrapper figure{color:#4f575a;color:var(--color-gray);font-size:1em;font-style:italic;position:relative;line-height:1.5;font-family:"Merriweather",serif}body .editor-styles-wrapper blockquote small,body .editor-styles-wrapper blockquote figcaption,body .editor-styles-wrapper blockquote cite,body .editor-styles-wrapper figure small,body .editor-styles-wrapper figure figcaption,body .editor-styles-wrapper figure cite{color:#4f575a;color:var(--color-gray);display:block;font-size:.7em;font-style:normal;font-weight:normal}body .editor-styles-wrapper blockquote cite:before,body .editor-styles-wrapper blockquote small:before,body .editor-styles-wrapper figure cite:before,body .editor-styles-wrapper figure small:before{content:"— "}body .editor-styles-wrapper blockquote small,body .editor-styles-wrapper blockquote figcaption,body .editor-styles-wrapper blockquote cite{text-align:left}body .editor-styles-wrapper figure,body .editor-styles-wrapper .wp-block-pullquote{padding:0;margin:0}body .editor-styles-wrapper figure small,body .editor-styles-wrapper figure figcaption,body .editor-styles-wrapper figure cite,body .editor-styles-wrapper .wp-block-pullquote small,body .editor-styles-wrapper .wp-block-pullquote figcaption,body .editor-styles-wrapper .wp-block-pullquote cite{text-align:right}body .editor-styles-wrapper figure blockquote,body .editor-styles-wrapper .wp-block-pullquote blockquote{hyphens:auto;word-wrap:break-word;border:none;text-align:center}body .editor-styles-wrapper iframe{border:none;border-spacing:0}body .editor-styles-wrapper blockquote{border:0;border-left:3px solid #d1d5d7;margin:0;padding-left:30px;line-height:1.8}body .editor-styles-wrapper code{background-color:var(--color-dark-gray);color:var(--color-white);border-radius:.3em;padding:4px 5px 5px}body .editor-styles-wrapper code a{color:var(--color-white)}body .editor-styles-wrapper ins{background:#fff9c0;text-decoration:none}body .editor-styles-wrapper h1,body .editor-styles-wrapper h2,body .editor-styles-wrapper h3,body .editor-styles-wrapper h4,body .editor-styles-wrapper h5,body .editor-styles-wrapper h6{font-family:"Merriweather",serif;font-weight:100;margin-bottom:0;line-height:1.2em}body .editor-styles-wrapper h1{font-size:2.2em}body .editor-styles-wrapper h2{font-size:2em}body .editor-styles-wrapper h3{font-size:1.8em}body .editor-styles-wrapper h4{font-size:1.6em}body .editor-styles-wrapper h5{font-size:1.4em}body .editor-styles-wrapper h6{font-size:1.2em}body .editor-styles-wrapper hr{display:block;width:200px;margin:60px auto !important;border:0;border-top:1px solid #d1d5d7;text-align:center}body .editor-styles-wrapper pre{margin-top:50px;margin-bottom:50px;background-color:#000;color:#fff;display:block;padding:50px;white-space:pre-wrap;word-wrap:break-word}body .editor-styles-wrapper pre code{background-color:inherit;color:inherit;border-radius:inherit;padding:0;white-space:inherit}body .editor-styles-wrapper h1,body .editor-styles-wrapper h2,body .editor-styles-wrapper h3,body .editor-styles-wrapper h4,body .editor-styles-wrapper h5,body .editor-styles-wrapper h6,body .editor-styles-wrapper caption,body .editor-styles-wrapper figcaption{text-wrap:balance}body .editor-styles-wrapper p,body .editor-styles-wrapper ul,body .editor-styles-wrapper ol,body .editor-styles-wrapper blockquote{text-wrap:pretty}body .editor-styles-wrapper .single #primary .post.has-full-width-featured-image,body .editor-styles-wrapper .single #primary .page.has-full-width-featured-image,body .editor-styles-wrapper .page #primary .post.has-full-width-featured-image,body .editor-styles-wrapper .page #primary .page.has-full-width-featured-image{margin-top:0px}body .editor-styles-wrapper .has-full-width-featured-image .entry-header{margin:0;width:100%;max-width:100%;position:relative;height:75vh;max-height:75%;min-height:500px;margin-bottom:50px;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-title,body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-meta,body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-format{color:#fff}body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-title a,body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-meta a,body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-format a{color:#fff}body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-meta.post-format .entry-format::before{color:#fff}body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-header-wrapper{position:absolute;left:0;bottom:0;width:100%;margin-bottom:50px}body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-header-wrapper>*{margin:0 auto;width:700px}body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-header-wrapper .entry-meta{margin-top:15px}body .editor-styles-wrapper .has-full-width-featured-image .entry-header .avatar{border:2px solid #fff}body .editor-styles-wrapper #primary .post:first-child,body .editor-styles-wrapper #primary .page:first-child,body .editor-styles-wrapper #primary .attachment:first-child{margin-top:50px}body .editor-styles-wrapper .home #primary .post:after,body .editor-styles-wrapper .home #primary .page:after,body .editor-styles-wrapper .archive #primary .post:after,body .editor-styles-wrapper .archive #primary .page:after{content:"";border-top:1px solid #d1d5d7;width:200px;display:block;text-align:center;margin:0 auto;margin-top:100px}body .editor-styles-wrapper h1.entry-title,body .editor-styles-wrapper h2.entry-title,body .editor-styles-wrapper h3.entry-title,body .editor-styles-wrapper h4.entry-title{margin:0;padding:0;font-size:2em;line-height:1.2em}body .editor-styles-wrapper h1.entry-title a,body .editor-styles-wrapper h2.entry-title a,body .editor-styles-wrapper h3.entry-title a,body .editor-styles-wrapper h4.entry-title a{hyphens:auto;text-overflow:ellipsis;overflow:hidden;font-size:1em;line-height:1;text-decoration:none;color:#373d3f;color:var(--color-dark-gray)}body .editor-styles-wrapper h1.entry-title a:hover,body .editor-styles-wrapper h2.entry-title a:hover,body .editor-styles-wrapper h3.entry-title a:hover,body .editor-styles-wrapper h4.entry-title a:hover{text-decoration:underline}body .editor-styles-wrapper .format-quote .entry-content,body .editor-styles-wrapper .format-aside .entry-content,body .editor-styles-wrapper .format-status .entry-content{font-size:1.5em}body .editor-styles-wrapper .type-page h1.entry-title,body .editor-styles-wrapper .type-page h2.entry-title,body .editor-styles-wrapper .type-page h3.entry-title,body .editor-styles-wrapper .type-page h4.entry-title,body .editor-styles-wrapper .format-standard h1.entry-title,body .editor-styles-wrapper .format-standard h2.entry-title,body .editor-styles-wrapper .format-standard h3.entry-title,body .editor-styles-wrapper .format-standard h4.entry-title{font-size:3.5em}body .editor-styles-wrapper .entry-content,body .editor-styles-wrapper .entry-summary{color:#373d3f;color:var(--color-dark-gray);font-style:normal;font-size:1.2em;margin:0 auto}body .editor-styles-wrapper .entry-content .wp-block-cover-image,body .editor-styles-wrapper .entry-content .alignfull,body .editor-styles-wrapper .entry-summary .wp-block-cover-image,body .editor-styles-wrapper .entry-summary .alignfull{max-width:100%;width:100%}body .editor-styles-wrapper .entry-content .alignwide,body .editor-styles-wrapper .entry-summary .alignwide{width:auto;max-width:900px}body .editor-styles-wrapper .entry-content p.has-background,body .editor-styles-wrapper .entry-summary p.has-background{width:100%;max-width:100%;padding:30px calc((100% - 700px)/2);margin:0}body .editor-styles-wrapper .entry-content a,body .editor-styles-wrapper .entry-summary a{text-decoration:underline}@supports(text-decoration: underline #9bc53d){body .editor-styles-wrapper .entry-content a,body .editor-styles-wrapper .entry-summary a{text-decoration:underline #9bc53d;text-decoration:underline var(--color-android-green);text-decoration-thickness:3px;text-underline-offset:6px}}@supports(text-decoration: underline #9bc53d){body .editor-styles-wrapper .entry-content a:hover,body .editor-styles-wrapper .entry-summary a:hover{text-decoration:underline #fc0;text-decoration:underline var(--color-usc-gold);text-decoration-thickness:3px;text-underline-offset:6px}}body .editor-styles-wrapper .entry-actions{display:block}body .editor-styles-wrapper .entry-actions:before,body .editor-styles-wrapper .entry-actions:after{content:" ";display:table}body .editor-styles-wrapper .entry-actions:after{clear:both}body .editor-styles-wrapper #entry-share{display:inline-block;font-size:1em;font-family:"Lato",sans-serif;background-color:#fafafb;background-color:var(--color-background-gray);border:none;border-radius:3px;color:#373d3f;color:var(--color-dark-gray);line-height:inherit;padding:3px 7px;text-decoration:none;float:right}body .editor-styles-wrapper #entry-share:hover{background-color:#eef4e2;color:#40531e}body .editor-styles-wrapper #entry-share:before{display:inline-block;font:normal 1.1em "Dashicons";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;margin-right:0;position:relative;text-decoration:none;top:2px;vertical-align:text-middle;margin-right:5px;content:""}body .editor-styles-wrapper .page-link,body .editor-styles-wrapper .page-links{margin-bottom:1em}body .editor-styles-wrapper .entry-meta,body .editor-styles-wrapper .wp-caption-text,body .editor-styles-wrapper .gallery-caption,body .editor-styles-wrapper .page-link,body .editor-styles-wrapper .page-links{font-family:"Lato",sans-serif;clear:both;color:#4f575a;color:var(--color-gray);display:block}body .editor-styles-wrapper .entry-meta a,body .editor-styles-wrapper .wp-caption-text a,body .editor-styles-wrapper .gallery-caption a,body .editor-styles-wrapper .page-link a,body .editor-styles-wrapper .page-links a{color:#4f575a;color:var(--color-gray);text-decoration:none}body .editor-styles-wrapper .entry-meta a:hover,body .editor-styles-wrapper .wp-caption-text a:hover,body .editor-styles-wrapper .gallery-caption a:hover,body .editor-styles-wrapper .page-link a:hover,body .editor-styles-wrapper .page-links a:hover{text-decoration:underline}body .editor-styles-wrapper .entry-meta .avatar,body .editor-styles-wrapper .wp-caption-text .avatar,body .editor-styles-wrapper .gallery-caption .avatar,body .editor-styles-wrapper .page-link .avatar,body .editor-styles-wrapper .page-links .avatar{float:left;margin-right:10px}body .editor-styles-wrapper .entry-footer .author:before,body .editor-styles-wrapper .entry-footer .author:after{content:" ";display:table}body .editor-styles-wrapper .entry-footer .author:after{clear:both}body .editor-styles-wrapper .entry-meta{position:relative;margin-top:15px;margin-bottom:15px}body .editor-styles-wrapper .entry-meta.post-format{padding:0;margin:0;margin-bottom:10px}body .editor-styles-wrapper .entry-meta.post-format a,body .editor-styles-wrapper .entry-meta.post-format span,body .editor-styles-wrapper .entry-meta.post-format .entry-format:before{color:#b6bdbf;color:var(--color-lighter-gray);font-weight:bold;text-transform:lowercase}body .editor-styles-wrapper .entry-meta.post-format .entry-format:before{display:inline-block;font:normal 1.1em "Dashicons";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;isolation:isolate;margin-right:5px;position:relative;text-decoration:none;top:2px;vertical-align:text-middle;color:#b6bdbf;color:var(--color-lighter-gray)}body .editor-styles-wrapper .entry-meta .entry-format{line-height:1}body .editor-styles-wrapper .entry-meta address{font-size:1em;line-height:1.2;color:#373d3f;color:var(--color-dark-gray)}body .editor-styles-wrapper .entry-meta .entry-date,body .editor-styles-wrapper .entry-meta .entry-duration{font-size:.8em}body .editor-styles-wrapper .comments-link{font-size:1em;display:inline-block}body .editor-styles-wrapper .comments-link:before{display:inline-block;font:normal 1.1em "Dashicons";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;margin-right:0;position:relative;text-decoration:inherit;top:2px;vertical-align:text-middle;margin-right:5px;content:""}body .editor-styles-wrapper .tag-links,body .editor-styles-wrapper .cat-links{margin:10px 0;display:block}body .editor-styles-wrapper .tag-links ul,body .editor-styles-wrapper .cat-links ul{margin:0;padding:0}body .editor-styles-wrapper .tag-links li,body .editor-styles-wrapper .cat-links li{display:inline-block;margin:10px 8px 0 0;list-style-type:none;font-size:1.2em}body .editor-styles-wrapper .tag-links li a,body .editor-styles-wrapper .cat-links li a{font-size:1em;font-family:"Lato",sans-serif;background-color:#fafafb;background-color:var(--color-background-gray);border-radius:3px;color:#373d3f;color:var(--color-dark-gray);line-height:1;padding:5px 8px;text-decoration:none}body .editor-styles-wrapper .tag-links li a:hover,body .editor-styles-wrapper .cat-links li a:hover{background-color:#eef4e2;color:#40531e}body .editor-styles-wrapper .tag-links li a,body .editor-styles-wrapper .cat-links li a{font-size:.8em}body .editor-styles-wrapper #primary .post,body .editor-styles-wrapper #primary .page,body .editor-styles-wrapper #primary .attachment{padding:0;margin-top:100px;position:relative}body .editor-styles-wrapper #primary .post:before,body .editor-styles-wrapper #primary .post:after,body .editor-styles-wrapper #primary .page:before,body .editor-styles-wrapper #primary .page:after,body .editor-styles-wrapper #primary .attachment:before,body .editor-styles-wrapper #primary .attachment:after{content:" ";display:table}body .editor-styles-wrapper #primary .post:after,body .editor-styles-wrapper #primary .page:after,body .editor-styles-wrapper #primary .attachment:after{clear:both}body .editor-styles-wrapper #primary .post .sep:first-of-type,body .editor-styles-wrapper #primary .page .sep:first-of-type,body .editor-styles-wrapper #primary .attachment .sep:first-of-type{display:none}body .editor-styles-wrapper #primary .post.format-quote .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-quote .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-quote .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.format-aside .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-aside .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-aside .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.format-video .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-video .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-video .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.format-audio .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-audio .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-audio .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.format-image .post-format .entry-format:before,body .editor-styles-wrapper #primary .post.format-photo .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-image .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-photo .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-image .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-photo .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.format-gallery .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-gallery .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-gallery .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.format-link .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-link .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-link .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.format-status .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-status .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-status .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.format-standard .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-standard .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-standard .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.type-page .post-format .entry-type-page:before,body .editor-styles-wrapper #primary .page.type-page .post-format .entry-type-page:before,body .editor-styles-wrapper #primary .attachment.type-page .post-format .entry-type-page:before{content:""}body .editor-styles-wrapper .edit-link{position:absolute;right:0;top:50px}body .editor-styles-wrapper .edit-link a{font-size:1em;font-family:"Lato",sans-serif;background-color:#fafafb;background-color:var(--color-background-gray);border-radius:3px;color:#373d3f;color:var(--color-dark-gray);line-height:1;padding:5px 8px;text-decoration:none}body .editor-styles-wrapper .edit-link a:hover{background-color:#eef4e2;color:#40531e}body .editor-styles-wrapper .more-link{display:block;font-size:.8em;color:#4f575a;color:var(--color-gray)}body .editor-styles-wrapper .entry-content .has-orioles-orange-background-color{background-color:#fa5b0f}body .editor-styles-wrapper .entry-content .has-orioles-orange-color{color:#fa5b0f}body .editor-styles-wrapper .entry-content .has-blue-background-color{background-color:#5fa7c5}body .editor-styles-wrapper .entry-content .has-blue-color{color:#5fa7c5}body .editor-styles-wrapper .entry-content .has-lighter-blue-background-color{background-color:#229fd8}body .editor-styles-wrapper .entry-content .has-lighter-blue-color{color:#229fd8}body .editor-styles-wrapper .entry-content .has-blue-jeans-background-color{background-color:#5bc0eb}body .editor-styles-wrapper .entry-content .has-blue-jeans-color{color:#5bc0eb}body .editor-styles-wrapper .entry-content .has-usc-gold-background-color{background-color:#fc0}body .editor-styles-wrapper .entry-content .has-usc-gold-color{color:#fc0}body .editor-styles-wrapper .entry-content .has-gargoyle-gas-background-color{background-color:#fde74c}body .editor-styles-wrapper .entry-content .has-gargoyle-gas-color{color:#fde74c}body .editor-styles-wrapper .entry-content .has-yellow-background-color{background-color:#fff9c0}body .editor-styles-wrapper .entry-content .has-yellow-color{color:#fff9c0}body .editor-styles-wrapper .entry-content .has-android-green-background-color{background-color:#9bc53d}body .editor-styles-wrapper .entry-content .has-android-green-color{color:#9bc53d}body .editor-styles-wrapper .entry-content .has-white-background-color{background-color:#fff;background-color:var(--color-white)}body .editor-styles-wrapper .entry-content .has-white-color{color:#fff;color:var(--color-white)}body .editor-styles-wrapper .entry-content .has-very-light-gray-background-color{background-color:#eee}body .editor-styles-wrapper .entry-content .has-very-light-gray-color{color:#eee}body .editor-styles-wrapper .entry-content .has-very-dark-gray-background-color{background-color:#444}body .editor-styles-wrapper .entry-content .has-very-dark-gray-color{color:#444}body .editor-styles-wrapper .sticky{color:inherit} +body .editor-styles-wrapper{/*! normalize.css v3.0.2 | MIT License | git.io/normalize */}body .editor-styles-wrapper .wp-block{max-width:var(--wp--style--global--content-size)}body .editor-styles-wrapper .wp-block[data-align=wide]{max-width:var(--wp--style--global--wide-size)}body .editor-styles-wrapper .wp-block[data-align=full]{max-width:none}body .editor-styles-wrapper html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body .editor-styles-wrapper body{margin:0}body .editor-styles-wrapper article,body .editor-styles-wrapper aside,body .editor-styles-wrapper details,body .editor-styles-wrapper figcaption,body .editor-styles-wrapper figure,body .editor-styles-wrapper footer,body .editor-styles-wrapper header,body .editor-styles-wrapper hgroup,body .editor-styles-wrapper main,body .editor-styles-wrapper menu,body .editor-styles-wrapper nav,body .editor-styles-wrapper section,body .editor-styles-wrapper summary{display:block}body .editor-styles-wrapper audio,body .editor-styles-wrapper canvas,body .editor-styles-wrapper progress,body .editor-styles-wrapper video{display:inline-block;vertical-align:baseline}body .editor-styles-wrapper audio:not([controls]){display:none;height:0}body .editor-styles-wrapper [hidden],body .editor-styles-wrapper template{display:none}body .editor-styles-wrapper a{background-color:rgba(0,0,0,0)}body .editor-styles-wrapper a:active,body .editor-styles-wrapper a:hover{outline:0}body .editor-styles-wrapper abbr[title]{border-bottom:1px dotted}body .editor-styles-wrapper b,body .editor-styles-wrapper strong{font-weight:bold}body .editor-styles-wrapper dfn{font-style:italic}body .editor-styles-wrapper h1{font-size:2em;margin:.67em 0}body .editor-styles-wrapper mark{background:#ff0;color:#000}body .editor-styles-wrapper small{font-size:80%}body .editor-styles-wrapper sub,body .editor-styles-wrapper sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}body .editor-styles-wrapper sup{top:-0.5em}body .editor-styles-wrapper sub{bottom:-0.25em}body .editor-styles-wrapper img{border:0}body .editor-styles-wrapper svg:not(:root){overflow:hidden}body .editor-styles-wrapper figure{margin:1em 40px}body .editor-styles-wrapper hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}body .editor-styles-wrapper pre{overflow:auto}body .editor-styles-wrapper code,body .editor-styles-wrapper kbd,body .editor-styles-wrapper pre,body .editor-styles-wrapper samp{font-family:monospace,monospace;font-size:1em}body .editor-styles-wrapper button,body .editor-styles-wrapper input,body .editor-styles-wrapper optgroup,body .editor-styles-wrapper select,body .editor-styles-wrapper textarea{color:inherit;font:inherit;margin:0}body .editor-styles-wrapper button{overflow:visible}body .editor-styles-wrapper button,body .editor-styles-wrapper select{text-transform:none}body .editor-styles-wrapper button,body .editor-styles-wrapper html input[type=button],body .editor-styles-wrapper input[type=reset],body .editor-styles-wrapper input[type=submit]{-webkit-appearance:button;cursor:pointer}body .editor-styles-wrapper button[disabled],body .editor-styles-wrapper html input[disabled]{cursor:default}body .editor-styles-wrapper button::-moz-focus-inner,body .editor-styles-wrapper input::-moz-focus-inner{border:0;padding:0}body .editor-styles-wrapper input{line-height:normal}body .editor-styles-wrapper input[type=checkbox],body .editor-styles-wrapper input[type=radio]{box-sizing:border-box;padding:0}body .editor-styles-wrapper input[type=number]::-webkit-inner-spin-button,body .editor-styles-wrapper input[type=number]::-webkit-outer-spin-button{height:auto}body .editor-styles-wrapper input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}body .editor-styles-wrapper input[type=search]::-webkit-search-cancel-button,body .editor-styles-wrapper input[type=search]::-webkit-search-decoration{-webkit-appearance:none}body .editor-styles-wrapper fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}body .editor-styles-wrapper legend{border:0;padding:0}body .editor-styles-wrapper textarea{overflow:auto}body .editor-styles-wrapper optgroup{font-weight:bold}body .editor-styles-wrapper table{border-collapse:collapse;border-spacing:0}body .editor-styles-wrapper td,body .editor-styles-wrapper th{padding:0}body .editor-styles-wrapper body{background-color:#fff;background-color:var(--color-background);color:#373d3f;color:var(--color-dark-gray);font-family:Lato,sans-serif;font-weight:400;word-wrap:break-word}body .editor-styles-wrapper *,body .editor-styles-wrapper ::before,body .editor-styles-wrapper ::after{box-sizing:inherit}body .editor-styles-wrapper address{font-style:normal}body .editor-styles-wrapper a{color:#373d3f;color:var(--color-dark-gray)}body .editor-styles-wrapper svg{fill:#373d3f;fill:var(--color-dark-gray)}body .editor-styles-wrapper a:hover{text-decoration:none}body .editor-styles-wrapper abbr{font-variant:small-caps}body .editor-styles-wrapper abbr[title]{border-bottom:1px dotted #4f575a;border-bottom-color:var(--color-gray);cursor:help}body .editor-styles-wrapper blockquote,body .editor-styles-wrapper figure{color:#4f575a;color:var(--color-gray);font-size:1em;font-style:italic;position:relative;line-height:1.5;font-family:"Merriweather",serif}body .editor-styles-wrapper blockquote small,body .editor-styles-wrapper blockquote figcaption,body .editor-styles-wrapper blockquote cite,body .editor-styles-wrapper figure small,body .editor-styles-wrapper figure figcaption,body .editor-styles-wrapper figure cite{color:#4f575a;color:var(--color-gray);display:block;font-size:.7em;font-style:normal;font-weight:normal}body .editor-styles-wrapper blockquote cite:before,body .editor-styles-wrapper blockquote small:before,body .editor-styles-wrapper figure cite:before,body .editor-styles-wrapper figure small:before{content:"— "}body .editor-styles-wrapper blockquote small,body .editor-styles-wrapper blockquote figcaption,body .editor-styles-wrapper blockquote cite{text-align:left}body .editor-styles-wrapper figure,body .editor-styles-wrapper .wp-block-pullquote{padding:0;margin:0}body .editor-styles-wrapper figure small,body .editor-styles-wrapper figure figcaption,body .editor-styles-wrapper figure cite,body .editor-styles-wrapper .wp-block-pullquote small,body .editor-styles-wrapper .wp-block-pullquote figcaption,body .editor-styles-wrapper .wp-block-pullquote cite{text-align:right}body .editor-styles-wrapper figure blockquote,body .editor-styles-wrapper .wp-block-pullquote blockquote{hyphens:auto;word-wrap:break-word;border:none;text-align:center}body .editor-styles-wrapper iframe{border:none;border-spacing:0}body .editor-styles-wrapper blockquote{border:0;border-left:3px solid #d1d5d7;margin:0;padding-left:30px;line-height:1.8}body .editor-styles-wrapper code{background-color:var(--color-dark-gray);color:var(--color-white);border-radius:.3em;padding:4px 5px 5px}body .editor-styles-wrapper code a{color:var(--color-white)}body .editor-styles-wrapper ins{background:#fff9c0;text-decoration:none}body .editor-styles-wrapper h1,body .editor-styles-wrapper h2,body .editor-styles-wrapper h3,body .editor-styles-wrapper h4,body .editor-styles-wrapper h5,body .editor-styles-wrapper h6{font-family:"Merriweather",serif;font-weight:100;margin-bottom:0;line-height:1.2em}body .editor-styles-wrapper h1{font-size:2.2em}body .editor-styles-wrapper h2{font-size:2em}body .editor-styles-wrapper h3{font-size:1.8em}body .editor-styles-wrapper h4{font-size:1.6em}body .editor-styles-wrapper h5{font-size:1.4em}body .editor-styles-wrapper h6{font-size:1.2em}body .editor-styles-wrapper hr{display:block;width:200px;margin:60px auto !important;border:0;border-top:1px solid #d1d5d7;text-align:center}body .editor-styles-wrapper pre{margin-top:50px;margin-bottom:50px;background-color:#000;color:#fff;display:block;padding:50px;white-space:pre-wrap;word-wrap:break-word}body .editor-styles-wrapper pre code{background-color:inherit;color:inherit;border-radius:inherit;padding:0;white-space:inherit}body .editor-styles-wrapper h1,body .editor-styles-wrapper h2,body .editor-styles-wrapper h3,body .editor-styles-wrapper h4,body .editor-styles-wrapper h5,body .editor-styles-wrapper h6,body .editor-styles-wrapper caption,body .editor-styles-wrapper figcaption{text-wrap:balance}body .editor-styles-wrapper p,body .editor-styles-wrapper ul,body .editor-styles-wrapper ol,body .editor-styles-wrapper blockquote{text-wrap:pretty}body .editor-styles-wrapper .single #primary .post.has-full-width-featured-image,body .editor-styles-wrapper .single #primary .page.has-full-width-featured-image,body .editor-styles-wrapper .page #primary .post.has-full-width-featured-image,body .editor-styles-wrapper .page #primary .page.has-full-width-featured-image{margin-top:0px}body .editor-styles-wrapper .has-full-width-featured-image .entry-header{margin:0;width:100%;max-width:100%;position:relative;height:75vh;max-height:75%;min-height:500px;margin-bottom:50px;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-title,body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-meta,body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-format{color:#fff}body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-title a,body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-meta a,body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-format a{color:#fff}body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-meta.post-format .entry-format::before{color:#fff}body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-header-wrapper{position:absolute;left:0;bottom:0;width:100%;margin-bottom:50px}body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-header-wrapper>*{margin:0 auto;width:var(--wp--style--global--content-size)}body .editor-styles-wrapper .has-full-width-featured-image .entry-header .entry-header-wrapper .entry-meta{margin-top:15px}body .editor-styles-wrapper .has-full-width-featured-image .entry-header .avatar{border:2px solid #fff}body .editor-styles-wrapper #primary .post:first-child,body .editor-styles-wrapper #primary .page:first-child,body .editor-styles-wrapper #primary .attachment:first-child{margin-top:50px}body .editor-styles-wrapper .home #primary .post:after,body .editor-styles-wrapper .home #primary .page:after,body .editor-styles-wrapper .archive #primary .post:after,body .editor-styles-wrapper .archive #primary .page:after{content:"";border-top:1px solid #d1d5d7;width:200px;display:block;text-align:center;margin:0 auto;margin-top:100px}body .editor-styles-wrapper h1.entry-title,body .editor-styles-wrapper h2.entry-title,body .editor-styles-wrapper h3.entry-title,body .editor-styles-wrapper h4.entry-title{margin:0;padding:0}body .editor-styles-wrapper h1.entry-title a,body .editor-styles-wrapper h2.entry-title a,body .editor-styles-wrapper h3.entry-title a,body .editor-styles-wrapper h4.entry-title a{hyphens:auto;text-overflow:ellipsis;overflow:hidden;text-decoration:none;color:#373d3f;color:var(--color-dark-gray)}body .editor-styles-wrapper h1.entry-title a:hover,body .editor-styles-wrapper h2.entry-title a:hover,body .editor-styles-wrapper h3.entry-title a:hover,body .editor-styles-wrapper h4.entry-title a:hover{text-decoration:underline}body .editor-styles-wrapper .entry-content,body .editor-styles-wrapper .entry-summary{color:#373d3f;color:var(--color-dark-gray);margin:0 auto}body .editor-styles-wrapper .entry-content .wp-block-cover-image,body .editor-styles-wrapper .entry-content .alignfull,body .editor-styles-wrapper .entry-summary .wp-block-cover-image,body .editor-styles-wrapper .entry-summary .alignfull{max-width:100%;width:100%}body .editor-styles-wrapper .entry-content .alignwide,body .editor-styles-wrapper .entry-summary .alignwide{width:auto;max-width:var(--wp--style--global--wide-size)}body .editor-styles-wrapper .entry-content p.has-background,body .editor-styles-wrapper .entry-summary p.has-background{width:100%;max-width:100%;padding:30px calc((100% - 700px)/2);margin:0}body .editor-styles-wrapper .entry-content a,body .editor-styles-wrapper .entry-summary a{text-decoration:underline}@supports(text-decoration: underline #9bc53d){body .editor-styles-wrapper .entry-content a,body .editor-styles-wrapper .entry-summary a{text-decoration:underline #9bc53d;text-decoration:underline var(--color-android-green);text-decoration-thickness:3px;text-underline-offset:6px}}@supports(text-decoration: underline #9bc53d){body .editor-styles-wrapper .entry-content a:hover,body .editor-styles-wrapper .entry-summary a:hover{text-decoration:underline #fc0;text-decoration:underline var(--color-usc-gold);text-decoration-thickness:3px;text-underline-offset:6px}}body .editor-styles-wrapper .entry-actions{display:block}body .editor-styles-wrapper .entry-actions:before,body .editor-styles-wrapper .entry-actions:after{content:" ";display:table}body .editor-styles-wrapper .entry-actions:after{clear:both}body .editor-styles-wrapper #entry-share{display:inline-block;font-size:1em;font-family:"Lato",sans-serif;background-color:#fafafb;background-color:var(--color-background-gray);border:none;border-radius:3px;color:#373d3f;color:var(--color-dark-gray);line-height:inherit;padding:3px 7px;text-decoration:none;float:right}body .editor-styles-wrapper #entry-share:hover{background-color:#eef4e2;color:#40531e}body .editor-styles-wrapper #entry-share:before{display:inline-block;font:normal 1.1em "Dashicons";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;margin-right:0;position:relative;text-decoration:none;top:2px;vertical-align:text-middle;margin-right:5px;content:""}body .editor-styles-wrapper .page-link,body .editor-styles-wrapper .page-links{margin-bottom:1em}body .editor-styles-wrapper .entry-meta,body .editor-styles-wrapper .wp-caption-text,body .editor-styles-wrapper .gallery-caption,body .editor-styles-wrapper .page-link,body .editor-styles-wrapper .page-links{font-family:"Lato",sans-serif;clear:both;color:#4f575a;color:var(--color-gray);display:block}body .editor-styles-wrapper .entry-meta a,body .editor-styles-wrapper .wp-caption-text a,body .editor-styles-wrapper .gallery-caption a,body .editor-styles-wrapper .page-link a,body .editor-styles-wrapper .page-links a{color:#4f575a;color:var(--color-gray);text-decoration:none}body .editor-styles-wrapper .entry-meta a:hover,body .editor-styles-wrapper .wp-caption-text a:hover,body .editor-styles-wrapper .gallery-caption a:hover,body .editor-styles-wrapper .page-link a:hover,body .editor-styles-wrapper .page-links a:hover{text-decoration:underline}body .editor-styles-wrapper .entry-meta .avatar,body .editor-styles-wrapper .wp-caption-text .avatar,body .editor-styles-wrapper .gallery-caption .avatar,body .editor-styles-wrapper .page-link .avatar,body .editor-styles-wrapper .page-links .avatar{float:left;margin-right:10px}body .editor-styles-wrapper .entry-footer .author:before,body .editor-styles-wrapper .entry-footer .author:after{content:" ";display:table}body .editor-styles-wrapper .entry-footer .author:after{clear:both}body .editor-styles-wrapper .entry-meta{position:relative;margin-top:15px;margin-bottom:15px}body .editor-styles-wrapper .entry-meta.post-format{padding:0;margin:0;margin-bottom:10px}body .editor-styles-wrapper .entry-meta.post-format a,body .editor-styles-wrapper .entry-meta.post-format span,body .editor-styles-wrapper .entry-meta.post-format .entry-format:before{color:#b6bdbf;color:var(--color-lighter-gray);font-weight:bold;text-transform:lowercase}body .editor-styles-wrapper .entry-meta.post-format .entry-format:before{display:inline-block;font:normal 1.1em "Dashicons";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;isolation:isolate;margin-right:5px;position:relative;text-decoration:none;top:2px;vertical-align:text-middle;color:#b6bdbf;color:var(--color-lighter-gray)}body .editor-styles-wrapper .entry-meta .entry-format{line-height:1}body .editor-styles-wrapper .entry-meta address{font-size:1em;line-height:1.2;color:#373d3f;color:var(--color-dark-gray)}body .editor-styles-wrapper .entry-meta .entry-date,body .editor-styles-wrapper .entry-meta .entry-duration{font-size:.8em}body .editor-styles-wrapper .comments-link{font-size:1em;display:inline-block}body .editor-styles-wrapper .comments-link:before{display:inline-block;font:normal 1.1em "Dashicons";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;margin-right:0;position:relative;text-decoration:inherit;top:2px;vertical-align:text-middle;margin-right:5px;content:""}body .editor-styles-wrapper .tag-links,body .editor-styles-wrapper .cat-links{margin:10px 0;display:block}body .editor-styles-wrapper .tag-links ul,body .editor-styles-wrapper .cat-links ul{margin:0;padding:0}body .editor-styles-wrapper .tag-links li,body .editor-styles-wrapper .cat-links li{display:inline-block;margin:10px 8px 0 0;list-style-type:none;font-size:1.2em}body .editor-styles-wrapper .tag-links li a,body .editor-styles-wrapper .cat-links li a{font-size:1em;font-family:"Lato",sans-serif;background-color:#fafafb;background-color:var(--color-background-gray);border-radius:3px;color:#373d3f;color:var(--color-dark-gray);line-height:1;padding:5px 8px;text-decoration:none}body .editor-styles-wrapper .tag-links li a:hover,body .editor-styles-wrapper .cat-links li a:hover{background-color:#eef4e2;color:#40531e}body .editor-styles-wrapper .tag-links li a,body .editor-styles-wrapper .cat-links li a{font-size:.8em}body .editor-styles-wrapper #primary .post,body .editor-styles-wrapper #primary .page,body .editor-styles-wrapper #primary .attachment{padding:0;margin-top:100px;position:relative}body .editor-styles-wrapper #primary .post:before,body .editor-styles-wrapper #primary .post:after,body .editor-styles-wrapper #primary .page:before,body .editor-styles-wrapper #primary .page:after,body .editor-styles-wrapper #primary .attachment:before,body .editor-styles-wrapper #primary .attachment:after{content:" ";display:table}body .editor-styles-wrapper #primary .post:after,body .editor-styles-wrapper #primary .page:after,body .editor-styles-wrapper #primary .attachment:after{clear:both}body .editor-styles-wrapper #primary .post .sep:first-of-type,body .editor-styles-wrapper #primary .page .sep:first-of-type,body .editor-styles-wrapper #primary .attachment .sep:first-of-type{display:none}body .editor-styles-wrapper #primary .post.format-quote .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-quote .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-quote .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.format-aside .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-aside .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-aside .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.format-video .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-video .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-video .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.format-audio .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-audio .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-audio .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.format-image .post-format .entry-format:before,body .editor-styles-wrapper #primary .post.format-photo .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-image .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-photo .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-image .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-photo .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.format-gallery .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-gallery .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-gallery .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.format-link .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-link .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-link .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.format-status .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-status .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-status .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.format-standard .post-format .entry-format:before,body .editor-styles-wrapper #primary .page.format-standard .post-format .entry-format:before,body .editor-styles-wrapper #primary .attachment.format-standard .post-format .entry-format:before{content:""}body .editor-styles-wrapper #primary .post.type-page .post-format .entry-type-page:before,body .editor-styles-wrapper #primary .page.type-page .post-format .entry-type-page:before,body .editor-styles-wrapper #primary .attachment.type-page .post-format .entry-type-page:before{content:""}body .editor-styles-wrapper .edit-link{position:absolute;right:0;top:50px}body .editor-styles-wrapper .edit-link a{font-size:1em;font-family:"Lato",sans-serif;background-color:#fafafb;background-color:var(--color-background-gray);border-radius:3px;color:#373d3f;color:var(--color-dark-gray);line-height:1;padding:5px 8px;text-decoration:none}body .editor-styles-wrapper .edit-link a:hover{background-color:#eef4e2;color:#40531e}body .editor-styles-wrapper .more-link{display:block;font-size:.8em;color:#4f575a;color:var(--color-gray)}body .editor-styles-wrapper .entry-content .has-orioles-orange-background-color{background-color:#fa5b0f}body .editor-styles-wrapper .entry-content .has-orioles-orange-color{color:#fa5b0f}body .editor-styles-wrapper .entry-content .has-blue-background-color{background-color:#5fa7c5}body .editor-styles-wrapper .entry-content .has-blue-color{color:#5fa7c5}body .editor-styles-wrapper .entry-content .has-lighter-blue-background-color{background-color:#229fd8}body .editor-styles-wrapper .entry-content .has-lighter-blue-color{color:#229fd8}body .editor-styles-wrapper .entry-content .has-blue-jeans-background-color{background-color:#5bc0eb}body .editor-styles-wrapper .entry-content .has-blue-jeans-color{color:#5bc0eb}body .editor-styles-wrapper .entry-content .has-usc-gold-background-color{background-color:#fc0}body .editor-styles-wrapper .entry-content .has-usc-gold-color{color:#fc0}body .editor-styles-wrapper .entry-content .has-gargoyle-gas-background-color{background-color:#fde74c}body .editor-styles-wrapper .entry-content .has-gargoyle-gas-color{color:#fde74c}body .editor-styles-wrapper .entry-content .has-yellow-background-color{background-color:#fff9c0}body .editor-styles-wrapper .entry-content .has-yellow-color{color:#fff9c0}body .editor-styles-wrapper .entry-content .has-android-green-background-color{background-color:#9bc53d}body .editor-styles-wrapper .entry-content .has-android-green-color{color:#9bc53d}body .editor-styles-wrapper .entry-content .has-white-background-color{background-color:#fff;background-color:var(--color-white)}body .editor-styles-wrapper .entry-content .has-white-color{color:#fff;color:var(--color-white)}body .editor-styles-wrapper .entry-content .has-very-light-gray-background-color{background-color:#eee}body .editor-styles-wrapper .entry-content .has-very-light-gray-color{color:#eee}body .editor-styles-wrapper .entry-content .has-very-dark-gray-background-color{background-color:#444}body .editor-styles-wrapper .entry-content .has-very-dark-gray-color{color:#444}body .editor-styles-wrapper .sticky{color:inherit} /*# sourceMappingURL=editor-style.css.map */ \ No newline at end of file diff --git a/assets/css/editor-style.css.map b/assets/css/editor-style.css.map index 848594c..e3a08f3 100644 --- a/assets/css/editor-style.css.map +++ b/assets/css/editor-style.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["file:///Users/pfefferle/Code/autonomie/assets/sass/editor-style.scss","file:///Users/pfefferle/Code/autonomie/assets/sass/_vars.scss","file:///Users/pfefferle/Code/autonomie/assets/sass/_normalize.scss","file:///Users/pfefferle/Code/autonomie/assets/sass/_base.scss","file:///Users/pfefferle/Code/autonomie/assets/sass/_post.scss","file:///Users/pfefferle/Code/autonomie/assets/sass/_mixins.scss"],"names":[],"mappings":"CAAA,yFAIC,sCACC,UCoCc,MDhCf,uDACC,UC8BW,MD1BZ,uDACC,eEPF,iCACC,uBACA,0BACA,8BAOD,iCACC,SAaD,ucAaC,cAQD,4IAIC,qBACA,wBAQD,kDACC,aACA,SAQD,0EAEC,aAUD,8BACC,+BAOD,yEAEC,UAUD,wCACC,yBAOD,iEAEC,iBAOD,gCACC,kBAQD,+BACC,cACA,eAOD,iCACC,gBACA,WAOD,kCACC,cAOD,gEAEC,cACA,cACA,kBACA,wBAGD,gCACC,WAGD,gCACC,eAUD,gCACC,SAOD,2CACC,gBAUD,mCACC,gBAOD,+BACC,4BACA,uBACA,SAOD,gCACC,cAOD,kIAIC,gCACA,cAkBD,kLAKC,cACA,aACA,SAOD,mCACC,iBAUD,sEAEC,oBAWD,oLAIC,0BACA,eAOD,8FAEC,eAOD,yGAEC,SACA,UAQD,kCACC,mBAWD,+FAEC,sBACA,UASD,oJAEC,YASD,+CACC,6BACA,4BACA,+BACA,uBASD,uJAEC,wBAOD,qCACC,wBACA,aACA,2BAQD,mCACC,SACA,UAOD,qCACC,cAQD,qCACC,iBAUD,kCACC,yBACA,iBAGD,8DAEC,UCzaD,iCACC,iBFkCO,KEjCP,yCACA,cACA,6BAEA,4BACA,gBACA,qBAGD,uGACC,mBAGD,oCACC,kBAGD,8BACC,MFjBW,QEkBX,6BAGD,gCACC,KFtBW,QEuBX,4BAGD,oCACC,qBAGD,iCACC,wBAEA,wCACC,iCACA,sCACA,YAIF,0EAEC,MFzCM,QE0CN,wBACA,cACA,kBACA,kBACA,gBACA,iCAEA,0QAGC,MFpDK,QEqDL,wBACA,cACA,eACA,kBACA,mBAKA,sMACC,aAMF,2IAGC,gBAIF,mFAEC,UACA,SAEA,qSAGC,iBAGD,yGACC,aACA,qBACA,YACA,kBAIF,mCACC,YACA,iBAGD,uCACC,SACA,8BACA,SACA,kBACA,gBAGD,iCACC,wCACA,yBACA,mBACA,oBAEA,mCACC,yBAIF,gCACC,WF3FQ,QE4FR,qBAGD,0LAMC,iCACA,gBACA,gBACA,kBAGD,+BACC,gBAGD,+BACC,cAGD,+BACC,gBAGD,+BACC,gBAGD,+BACC,gBAGD,+BACC,gBAGD,+BACC,cACA,YACA,4BACA,SACA,6BACA,kBAGD,gCACC,gBACA,mBACA,sBACA,WACA,cACA,aACA,qBACA,qBAEA,qCACC,yBACA,cACA,sBACA,UACA,oBAIF,qQACC,kBAGD,mIACC,iBCjMC,gUACC,eAMF,yEACC,SACA,WACA,eACA,kBACA,YACA,eACA,iBACA,mBACA,8BACA,2BACA,yBACA,sBAEA,kQACC,MHSK,KGPL,wQACC,MHMI,KGFN,uHACC,MHCK,KGEN,+FACC,kBACA,OACA,SACA,WACA,mBAGD,iGACC,cACA,MHNa,MGSd,2GACC,gBAGD,iFACC,sBAKH,2KAGC,gBAOC,kOACC,WACA,6BACA,YACA,cACA,kBACA,cACA,iBAKH,4KAIC,SACA,UAEA,cACA,kBAEA,oLACC,aACA,uBACA,gBACA,cACA,cACA,qBACA,MHhGU,QGiGV,6BAEA,4MACC,0BAMF,4KACC,gBAMD,wcAIC,gBAIF,sFAEC,MH3HW,QG4HX,6BACA,kBACA,gBACA,cAEA,8OAEC,eACA,WAGD,4GACC,WACA,UHpGW,MGuGZ,wHACC,WACA,eACA,oCACA,SAGD,0FACC,0BAEA,8CAHD,0FAIE,kCACA,qDACA,8BACA,2BAIA,8CADD,sGAEE,+BACA,gDACA,8BACA,2BAMJ,2CACC,cCjKA,mGAEC,YACA,cAGD,iDACC,WD+JF,yCACC,qBACA,cACA,8BACA,iBH5KiB,QG6KjB,8CACA,YACA,kBACA,MHtLW,QGuLX,6BACA,oBACA,gBACA,qBACA,YAEA,+CACC,iBH3KY,QG4KZ,MH7KW,QGgLZ,gDACC,qBACA,8BACA,mCACA,kCACA,kCACA,eACA,kBACA,qBACA,QACA,2BACA,iBACA,YAIF,+EAEC,kBAGD,iNAKC,8BACA,WACA,MH7NM,QG8NN,wBACA,cAEA,2NACC,MHlOK,QGmOL,wBACA,qBAGD,yPACC,0BAGD,yPACC,WACA,kBCtOD,iHAEC,YACA,cAGD,wDACC,WDuOF,wCACC,kBAEA,gBACA,mBAEA,oDACC,UACA,SACA,mBAGD,wLAGC,MHlQa,QGmQb,gCACA,iBACA,yBAGD,yEACC,qBACA,8BACA,mCACA,kCACA,kCACA,kBACA,iBACA,kBACA,qBACA,QACA,2BACA,MHpRa,QGqRb,gCAGD,sDACC,cAGD,gDACC,cACA,gBACA,MHlSU,QGmSV,6BAGD,4GAEC,eAIF,2CACC,cACA,qBAEA,kDACC,qBACA,8BACA,mCACA,kCACA,kCACA,eACA,kBACA,wBACA,QACA,2BACA,iBACA,YAIF,8EAEC,cACA,cAEA,oFACC,SACA,UAGD,oFACC,qBACA,oBACA,qBACA,gBC1TD,wFACC,cACA,8BACA,iBJjBgB,QIkBhB,8CACA,kBACA,MJ1BU,QI2BV,6BACA,cACA,gBACA,qBAEA,oGACC,iBJdW,QIeX,MJhBU,QGgUX,wFACC,eAKH,uIAGC,UACA,iBACA,kBCrVA,qTAEC,YACA,cAGD,yJACC,WDkVD,gMACC,aAGD,oRACC,YAGD,oRACC,YAGD,oRACC,YAGD,oRACC,YAGD,wiBAEC,YAGD,0RACC,YAGD,iRACC,YAGD,uRACC,YAGD,6RACC,YAGD,oRACC,YAIF,uCACC,kBACA,QACA,SC9XA,yCACC,cACA,8BACA,iBJjBgB,QIkBhB,8CACA,kBACA,MJ1BU,QI2BV,6BACA,cACA,gBACA,qBAEA,+CACC,iBJdW,QIeX,MJhBU,QGqYb,uCACC,cACA,eACA,MHzZM,QG0ZN,wBAIA,gFACC,iBHrYe,QGwYhB,qEACC,MHzYe,QG4YhB,sEACC,iBH/ZK,QGkaN,2DACC,MHnaK,QGsaN,8EACC,iBHlaa,QGqad,mEACC,MHtaa,QGyad,4EACC,iBH3aW,QG8aZ,iEACC,MH/aW,QGkbZ,0EACC,iBHpaS,KGuaV,+DACC,MHxaS,KG2aV,8EACC,iBH3aa,QG8ad,mEACC,MH/aa,QGkbd,wEACC,iBHlbO,QGqbR,6DACC,MHtbO,QGybR,+EACC,iBHzbc,QG4bf,oEACC,MH7bc,QGgcf,uEACC,iBHhcM,KGicN,oCAGD,4DACC,MHrcM,KGscN,yBAGD,iFACC,iBHzcgB,KG4cjB,sEACC,MH7cgB,KGgdjB,gFACC,iBHhde,KGmdhB,qEACC,MHpde,KGwdjB,oCACC","file":"editor-style.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["file:///Users/pfefferle/Code/autonomie/assets/sass/editor-style.scss","file:///Users/pfefferle/Code/autonomie/assets/sass/_vars.scss","file:///Users/pfefferle/Code/autonomie/assets/sass/_normalize.scss","file:///Users/pfefferle/Code/autonomie/assets/sass/_base.scss","file:///Users/pfefferle/Code/autonomie/assets/sass/_post.scss","file:///Users/pfefferle/Code/autonomie/assets/sass/_mixins.scss"],"names":[],"mappings":"CAAA,yFAIC,sCACC,UCoCc,uCDhCf,uDACC,UC8BW,oCD1BZ,uDACC,eEPF,iCACC,uBACA,0BACA,8BAOD,iCACC,SAaD,ucAaC,cAQD,4IAIC,qBACA,wBAQD,kDACC,aACA,SAQD,0EAEC,aAUD,8BACC,+BAOD,yEAEC,UAUD,wCACC,yBAOD,iEAEC,iBAOD,gCACC,kBAQD,+BACC,cACA,eAOD,iCACC,gBACA,WAOD,kCACC,cAOD,gEAEC,cACA,cACA,kBACA,wBAGD,gCACC,WAGD,gCACC,eAUD,gCACC,SAOD,2CACC,gBAUD,mCACC,gBAOD,+BACC,4BACA,uBACA,SAOD,gCACC,cAOD,kIAIC,gCACA,cAkBD,kLAKC,cACA,aACA,SAOD,mCACC,iBAUD,sEAEC,oBAWD,oLAIC,0BACA,eAOD,8FAEC,eAOD,yGAEC,SACA,UAQD,kCACC,mBAWD,+FAEC,sBACA,UASD,oJAEC,YASD,+CACC,6BACA,4BACA,+BACA,uBASD,uJAEC,wBAOD,qCACC,wBACA,aACA,2BAQD,mCACC,SACA,UAOD,qCACC,cAQD,qCACC,iBAUD,kCACC,yBACA,iBAGD,8DAEC,UCzaD,iCACC,iBFkCO,KEjCP,yCACA,cACA,6BAEA,4BACA,gBACA,qBAGD,uGACC,mBAGD,oCACC,kBAGD,8BACC,MFjBW,QEkBX,6BAGD,gCACC,KFtBW,QEuBX,4BAGD,oCACC,qBAGD,iCACC,wBAEA,wCACC,iCACA,sCACA,YAIF,0EAEC,MFzCM,QE0CN,wBACA,cACA,kBACA,kBACA,gBACA,iCAEA,0QAGC,MFpDK,QEqDL,wBACA,cACA,eACA,kBACA,mBAKA,sMACC,aAMF,2IAGC,gBAIF,mFAEC,UACA,SAEA,qSAGC,iBAGD,yGACC,aACA,qBACA,YACA,kBAIF,mCACC,YACA,iBAGD,uCACC,SACA,8BACA,SACA,kBACA,gBAGD,iCACC,wCACA,yBACA,mBACA,oBAEA,mCACC,yBAIF,gCACC,WF3FQ,QE4FR,qBAGD,0LAMC,iCACA,gBACA,gBACA,kBAGD,+BACC,gBAGD,+BACC,cAGD,+BACC,gBAGD,+BACC,gBAGD,+BACC,gBAGD,+BACC,gBAGD,+BACC,cACA,YACA,4BACA,SACA,6BACA,kBAGD,gCACC,gBACA,mBACA,sBACA,WACA,cACA,aACA,qBACA,qBAEA,qCACC,yBACA,cACA,sBACA,UACA,oBAIF,qQACC,kBAGD,mIACC,iBCjMC,gUACC,eAMF,yEACC,SACA,WACA,eACA,kBACA,YACA,eACA,iBACA,mBACA,8BACA,2BACA,yBACA,sBAEA,kQACC,MHSK,KGPL,wQACC,MHMI,KGFN,uHACC,MHCK,KGEN,+FACC,kBACA,OACA,SACA,WACA,mBAGD,iGACC,cACA,MHNa,uCGSd,2GACC,gBAGD,iFACC,sBAKH,2KAGC,gBAOC,kOACC,WACA,6BACA,YACA,cACA,kBACA,cACA,iBAKH,4KAIC,SACA,UAEA,oLACC,aACA,uBACA,gBACA,qBACA,MH3FU,QG4FV,6BAEA,4MACC,0BAKH,sFAEC,MHtGW,QGuGX,6BACA,cAEA,8OAEC,eACA,WAGD,4GACC,WACA,UH7EW,oCGgFZ,wHACC,WACA,eACA,oCACA,SAGD,0FACC,0BAEA,8CAHD,0FAIE,kCACA,qDACA,8BACA,2BAIA,8CADD,sGAEE,+BACA,gDACA,8BACA,2BAMJ,2CACC,cC1IA,mGAEC,YACA,cAGD,iDACC,WDwIF,yCACC,qBACA,cACA,8BACA,iBHrJiB,QGsJjB,8CACA,YACA,kBACA,MH/JW,QGgKX,6BACA,oBACA,gBACA,qBACA,YAEA,+CACC,iBHpJY,QGqJZ,MHtJW,QGyJZ,gDACC,qBACA,8BACA,mCACA,kCACA,kCACA,eACA,kBACA,qBACA,QACA,2BACA,iBACA,YAIF,+EAEC,kBAGD,iNAKC,8BACA,WACA,MHtMM,QGuMN,wBACA,cAEA,2NACC,MH3MK,QG4ML,wBACA,qBAGD,yPACC,0BAGD,yPACC,WACA,kBC/MD,iHAEC,YACA,cAGD,wDACC,WDgNF,wCACC,kBAEA,gBACA,mBAEA,oDACC,UACA,SACA,mBAGD,wLAGC,MH3Oa,QG4Ob,gCACA,iBACA,yBAGD,yEACC,qBACA,8BACA,mCACA,kCACA,kCACA,kBACA,iBACA,kBACA,qBACA,QACA,2BACA,MH7Pa,QG8Pb,gCAGD,sDACC,cAGD,gDACC,cACA,gBACA,MH3QU,QG4QV,6BAGD,4GAEC,eAIF,2CACC,cACA,qBAEA,kDACC,qBACA,8BACA,mCACA,kCACA,kCACA,eACA,kBACA,wBACA,QACA,2BACA,iBACA,YAIF,8EAEC,cACA,cAEA,oFACC,SACA,UAGD,oFACC,qBACA,oBACA,qBACA,gBCnSD,wFACC,cACA,8BACA,iBJjBgB,QIkBhB,8CACA,kBACA,MJ1BU,QI2BV,6BACA,cACA,gBACA,qBAEA,oGACC,iBJdW,QIeX,MJhBU,QGySX,wFACC,eAKH,uIAGC,UACA,iBACA,kBC9TA,qTAEC,YACA,cAGD,yJACC,WD2TD,gMACC,aAGD,oRACC,YAGD,oRACC,YAGD,oRACC,YAGD,oRACC,YAGD,wiBAEC,YAGD,0RACC,YAGD,iRACC,YAGD,uRACC,YAGD,6RACC,YAGD,oRACC,YAIF,uCACC,kBACA,QACA,SCvWA,yCACC,cACA,8BACA,iBJjBgB,QIkBhB,8CACA,kBACA,MJ1BU,QI2BV,6BACA,cACA,gBACA,qBAEA,+CACC,iBJdW,QIeX,MJhBU,QG8Wb,uCACC,cACA,eACA,MHlYM,QGmYN,wBAIA,gFACC,iBH9We,QGiXhB,qEACC,MHlXe,QGqXhB,sEACC,iBHxYK,QG2YN,2DACC,MH5YK,QG+YN,8EACC,iBH3Ya,QG8Yd,mEACC,MH/Ya,QGkZd,4EACC,iBHpZW,QGuZZ,iEACC,MHxZW,QG2ZZ,0EACC,iBH7YS,KGgZV,+DACC,MHjZS,KGoZV,8EACC,iBHpZa,QGuZd,mEACC,MHxZa,QG2Zd,wEACC,iBH3ZO,QG8ZR,6DACC,MH/ZO,QGkaR,+EACC,iBHlac,QGqaf,oEACC,MHtac,QGyaf,uEACC,iBHzaM,KG0aN,oCAGD,4DACC,MH9aM,KG+aN,yBAGD,iFACC,iBHlbgB,KGqbjB,sEACC,MHtbgB,KGybjB,gFACC,iBHzbe,KG4bhB,qEACC,MH7be,KGicjB,oCACC","file":"editor-style.css"} \ No newline at end of file diff --git a/assets/css/wide-width.css b/assets/css/wide-width.css index f7b13d4..7d6bad7 100644 --- a/assets/css/wide-width.css +++ b/assets/css/wide-width.css @@ -1,3 +1,3 @@ -#sidebar,.site-navigation,.site-header .site-branding,.site-header .page-banner #page-title,.site-header .page-banner #page-description,.has-full-width-featured-image .entry-header .entry-header-wrapper>*{width:900px}.entry-content .wp-block-image,.entry-content .entry-attachment{width:900px;max-width:900px}.entry-content .wp-block-image.alignfull{width:100%;max-width:100%}#sidebar{width:1300px;max-width:100%}#sidebar aside{margin:50px 50px}#sidebar #secondary{display:inline-block;float:left;width:33%}#sidebar #tertiary{display:inline-block;float:left;width:33%}#sidebar #quaternary{display:inline-block;float:left;width:33%}.entry-content>span{display:inline-block}.entry-content>object,.entry-content>embed,.entry-content>iframe,.entry-content>figure,.entry-content .wp-block-pullquote,.entry-summary>object,.entry-summary>embed,.entry-summary>iframe,.entry-summary>figure,.entry-summary .wp-block-pullquote{max-width:900px;box-sizing:border-box}.entry-content>object small,.entry-content>object figcaption,.entry-content>object cite,.entry-content>embed small,.entry-content>embed figcaption,.entry-content>embed cite,.entry-content>iframe small,.entry-content>iframe figcaption,.entry-content>iframe cite,.entry-content>figure small,.entry-content>figure figcaption,.entry-content>figure cite,.entry-content .wp-block-pullquote small,.entry-content .wp-block-pullquote figcaption,.entry-content .wp-block-pullquote cite,.entry-summary>object small,.entry-summary>object figcaption,.entry-summary>object cite,.entry-summary>embed small,.entry-summary>embed figcaption,.entry-summary>embed cite,.entry-summary>iframe small,.entry-summary>iframe figcaption,.entry-summary>iframe cite,.entry-summary>figure small,.entry-summary>figure figcaption,.entry-summary>figure cite,.entry-summary .wp-block-pullquote small,.entry-summary .wp-block-pullquote figcaption,.entry-summary .wp-block-pullquote cite{margin-right:100px}.entry-content>table,.entry-content>pre,.entry-summary>table,.entry-summary>pre{width:900px;max-width:900px;box-sizing:border-box}.wp-audio-shortcode{width:700px !important}figure.alignleft,.wp-block-cover.alignleft,.wp-block-gallery.alignleft,.wp-block-button.alignleft{float:left;margin-top:.3em;margin-right:2em;margin-left:calc(50% - 350px)}figure.alignright,.wp-block-cover.alignright,.wp-block-gallery.alignright,.wp-block-button.alignright{float:right;margin-top:.3em;margin-left:2em;margin-right:calc(50% - 350px)}p.alignleft{font-size:.9em;font-style:italic;float:left;color:#677275;color:var(--color-light-gray);padding:1em 0 1em 0;margin-right:2.5em;margin-left:calc(50% - 450px);width:400px;border-top:1px solid #677275;border-top-color:var(--color-light-gray);border-bottom:1px solid #677275;border-bottom-color:var(--color-light-gray)}p.alignright{font-size:.9em;font-style:italic;float:right;color:#677275;color:var(--color-light-gray);padding:1em 0 1em 0;margin-left:2.5em;margin-right:calc(50% - 450px);width:400px;border-top:1px solid #677275;border-top-color:var(--color-light-gray);border-bottom:1px solid #677275;border-bottom-color:var(--color-light-gray)}.alignright figcaption{display:block;height:68px;margin-top:0px;text-align:left;width:100px;margin-left:20px;word-break:break-word;word-wrap:break-word;float:right}.alignright figcaption:before{width:25%;margin-right:75%;border-top:1px solid #677275;border-top-color:var(--color-light-gray);display:block;content:"";margin-bottom:10px}.alignleft figcaption{display:block;height:68px;margin-top:0px;text-align:right;width:100px;margin-right:20px;word-break:break-word;word-wrap:break-word;float:left}.alignleft figcaption:before{width:25%;margin-left:75%;border-top:1px solid #677275;border-top-color:var(--color-light-gray);display:block;content:"";margin-bottom:10px}article.error404 .entry-content{width:900px;margin:auto auto} +#sidebar,.site-navigation,.site-header .site-branding,.site-header .page-banner #page-title,.site-header .page-banner #page-description,.has-full-width-featured-image .entry-header .entry-header-wrapper>*{width:var(--wp--style--global--wide-size)}.entry-content .wp-block-image,.entry-content .entry-attachment{width:var(--wp--style--global--wide-size);max-width:var(--wp--style--global--wide-size)}.entry-content .wp-block-image.alignfull{width:100%;max-width:100%}#sidebar{width:var(--wp--style--global--wide-size)400;max-width:100%}#sidebar aside{margin:50px 50px}#sidebar #secondary{display:inline-block;float:left;width:33%}#sidebar #tertiary{display:inline-block;float:left;width:33%}#sidebar #quaternary{display:inline-block;float:left;width:33%}.entry-content>span{display:inline-block}.entry-content>object,.entry-content>embed,.entry-content>iframe,.entry-content>figure,.entry-content .wp-block-pullquote,.entry-summary>object,.entry-summary>embed,.entry-summary>iframe,.entry-summary>figure,.entry-summary .wp-block-pullquote{max-width:var(--wp--style--global--wide-size);box-sizing:border-box}.entry-content>object small,.entry-content>object figcaption,.entry-content>object cite,.entry-content>embed small,.entry-content>embed figcaption,.entry-content>embed cite,.entry-content>iframe small,.entry-content>iframe figcaption,.entry-content>iframe cite,.entry-content>figure small,.entry-content>figure figcaption,.entry-content>figure cite,.entry-content .wp-block-pullquote small,.entry-content .wp-block-pullquote figcaption,.entry-content .wp-block-pullquote cite,.entry-summary>object small,.entry-summary>object figcaption,.entry-summary>object cite,.entry-summary>embed small,.entry-summary>embed figcaption,.entry-summary>embed cite,.entry-summary>iframe small,.entry-summary>iframe figcaption,.entry-summary>iframe cite,.entry-summary>figure small,.entry-summary>figure figcaption,.entry-summary>figure cite,.entry-summary .wp-block-pullquote small,.entry-summary .wp-block-pullquote figcaption,.entry-summary .wp-block-pullquote cite{margin-right:calc((var(--wp--style--global--wide-size) - var(--wp--style--global--content-size))/2)}.entry-content>table,.entry-content>pre,.entry-summary>table,.entry-summary>pre{width:var(--wp--style--global--wide-size);max-width:var(--wp--style--global--wide-size);box-sizing:border-box}.wp-audio-shortcode{width:var(--wp--style--global--content-size) !important}figure.alignleft,.wp-block-cover.alignleft,.wp-block-gallery.alignleft,.wp-block-button.alignleft{float:left;margin-top:.3em;margin-right:2em;margin-left:calc(50% - 350px)}figure.alignright,.wp-block-cover.alignright,.wp-block-gallery.alignright,.wp-block-button.alignright{float:right;margin-top:.3em;margin-left:2em;margin-right:calc(50% - 350px)}p.alignleft{font-size:.9em;font-style:italic;float:left;color:#677275;color:var(--color-light-gray);padding:1em 0 1em 0;margin-right:2.5em;margin-left:calc(50% - 450px);width:400px;border-top:1px solid #677275;border-top-color:var(--color-light-gray);border-bottom:1px solid #677275;border-bottom-color:var(--color-light-gray)}p.alignright{font-size:.9em;font-style:italic;float:right;color:#677275;color:var(--color-light-gray);padding:1em 0 1em 0;margin-left:2.5em;margin-right:calc(50% - 450px);width:400px;border-top:1px solid #677275;border-top-color:var(--color-light-gray);border-bottom:1px solid #677275;border-bottom-color:var(--color-light-gray)}.alignright figcaption{display:block;height:68px;margin-top:0px;text-align:left;width:calc((var(--wp--style--global--wide-size) - var(--wp--style--global--content-size))/2);margin-left:20px;word-break:break-word;word-wrap:break-word;float:right}.alignright figcaption:before{width:25%;margin-right:75%;border-top:1px solid #677275;border-top-color:var(--color-light-gray);display:block;content:"";margin-bottom:10px}.alignleft figcaption{display:block;height:68px;margin-top:0px;text-align:right;width:calc((var(--wp--style--global--wide-size) - var(--wp--style--global--content-size))/2);margin-right:20px;word-break:break-word;word-wrap:break-word;float:left}.alignleft figcaption:before{width:25%;margin-left:75%;border-top:1px solid #677275;border-top-color:var(--color-light-gray);display:block;content:"";margin-bottom:10px}article.error404 .entry-content{width:var(--wp--style--global--wide-size);margin:auto auto} /*# sourceMappingURL=wide-width.css.map */ \ No newline at end of file diff --git a/assets/css/wide-width.css.map b/assets/css/wide-width.css.map index de2c594..a1b4ac1 100644 --- a/assets/css/wide-width.css.map +++ b/assets/css/wide-width.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["file:///Users/pfefferle/Code/autonomie/assets/sass/responsive_wide.scss","file:///Users/pfefferle/Code/autonomie/assets/sass/_vars.scss"],"names":[],"mappings":"AAGA,6MAMC,MC+BY,MD3BZ,gEAEC,MCyBW,MDxBX,UCwBW,MDrBZ,yCACC,WACA,eAIF,SACC,aACA,eAEA,eACC,iBAGD,oBACC,qBACA,WACA,UAGD,mBACC,qBACA,WACA,UAGD,qBACC,qBACA,WACA,UAIF,oBACC,qBAKA,oPAKC,UCvBW,MDwBX,sBAEA,w7BAGC,aC3BM,MDkCR,gFAEC,MCtCW,MDuCX,UCvCW,MDwCX,sBAIF,oBACC,uBAOA,kGACC,WACA,gBACA,iBACA,8BAGD,sGACC,YACA,gBACA,gBACA,+BAKD,YACC,eACA,kBACA,WACA,MC3GW,QD4GX,8BACA,oBACA,mBACA,8BACA,YACA,6BACA,yCACA,gCACA,4CAGD,aACC,eACA,kBACA,YACA,MC3HW,QD4HX,8BACA,oBACA,kBACA,+BACA,YACA,6BACA,yCACA,gCACA,4CAKD,uBACC,cACA,YACA,eACA,gBACA,MCzGO,MD0GP,iBACA,sBACA,qBACA,YAEA,8BACC,UACA,iBACA,6BACA,yCACA,cACA,WACA,mBAMF,sBACC,cACA,YACA,eACA,iBACA,MCjIO,MDkIP,kBACA,sBACA,qBACA,WAEA,6BACC,UACA,gBACA,6BACA,yCACA,cACA,WACA,mBAKH,gCACC,MCtJY,MDuJZ","file":"wide-width.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["file:///Users/pfefferle/Code/autonomie/assets/sass/responsive_wide.scss","file:///Users/pfefferle/Code/autonomie/assets/sass/_vars.scss"],"names":[],"mappings":"AAGA,6MAMC,MC+BY,oCD3BZ,gEAEC,MCyBW,oCDxBX,UCwBW,oCDrBZ,yCACC,WACA,eAIF,SACC,6CACA,eAEA,eACC,iBAGD,oBACC,qBACA,WACA,UAGD,mBACC,qBACA,WACA,UAGD,qBACC,qBACA,WACA,UAIF,oBACC,qBAKA,oPAKC,UCvBW,oCDwBX,sBAEA,w7BAGC,aC3BM,uFDkCR,gFAEC,MCtCW,oCDuCX,UCvCW,oCDwCX,sBAIF,oBACC,wDAOA,kGACC,WACA,gBACA,iBACA,8BAGD,sGACC,YACA,gBACA,gBACA,+BAKD,YACC,eACA,kBACA,WACA,MC3GW,QD4GX,8BACA,oBACA,mBACA,8BACA,YACA,6BACA,yCACA,gCACA,4CAGD,aACC,eACA,kBACA,YACA,MC3HW,QD4HX,8BACA,oBACA,kBACA,+BACA,YACA,6BACA,yCACA,gCACA,4CAKD,uBACC,cACA,YACA,eACA,gBACA,MCzGO,uFD0GP,iBACA,sBACA,qBACA,YAEA,8BACC,UACA,iBACA,6BACA,yCACA,cACA,WACA,mBAMF,sBACC,cACA,YACA,eACA,iBACA,MCjIO,uFDkIP,kBACA,sBACA,qBACA,WAEA,6BACC,UACA,gBACA,6BACA,yCACA,cACA,WACA,mBAKH,gCACC,MCtJY,oCDuJZ","file":"wide-width.css"} \ No newline at end of file diff --git a/assets/sass/_post.scss b/assets/sass/_post.scss index 27488c0..4a607de 100644 --- a/assets/sass/_post.scss +++ b/assets/sass/_post.scss @@ -86,16 +86,11 @@ h3.entry-title, h4.entry-title { margin: 0; padding: 0; - /*font-size: 3.5em;*/ - font-size: 2em; - line-height: 1.2em; a { hyphens: auto; text-overflow: ellipsis; overflow: hidden; - font-size: 1em; - line-height: 1; text-decoration: none; color: $dark-gray; color: var(--color-dark-gray); @@ -106,28 +101,10 @@ h4.entry-title { } } -.format-quote, .format-aside, .format-status { - .entry-content { - font-size: 1.5em; - } -} - -.type-page, -.format-standard { - h1.entry-title, - h2.entry-title, - h3.entry-title, - h4.entry-title { - font-size: 3.5em; - } -} - .entry-content, .entry-summary { color: $dark-gray; color: var(--color-dark-gray); - font-style: normal; - font-size: 1.2em; margin: 0 auto; .wp-block-cover-image, diff --git a/assets/sass/_vars.scss b/assets/sass/_vars.scss index ce9837b..b8d502d 100644 --- a/assets/sass/_vars.scss +++ b/assets/sass/_vars.scss @@ -38,6 +38,6 @@ $very-light-gray: #eee; $very-dark-gray: #444; // Dimensions -$wide-width: 900px; -$default-width: $wide-width - 200px; +$wide-width: var(--wp--style--global--wide-size); +$default-width: var(--wp--style--global--content-size); $margin: calc(($wide-width - $default-width) / 2); diff --git a/assets/sass/lato-font.scss b/assets/sass/lato-font.scss deleted file mode 100644 index 7a1e369..0000000 --- a/assets/sass/lato-font.scss +++ /dev/null @@ -1,52 +0,0 @@ -/* lato-300 - latin */ -@font-face { - font-family: 'Lato'; - font-style: normal; - font-weight: normal; - font-display: swap; - src: url('#{$font_path}lato/lato-v13-latin-300.eot'); /* IE9 Compat Modes */ - src: local('Lato Light'), local('Lato-Light'), - url('#{$font_path}lato/lato-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('#{$font_path}lato/lato-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ - url('#{$font_path}lato/lato-v13-latin-300.woff') format('woff'), /* Modern Browsers */ - url('#{$font_path}lato/lato-v13-latin-300.svg#Lato') format('svg'); /* Legacy iOS */ -} -/* lato-300italic - latin */ -@font-face { - font-family: 'Lato'; - font-style: italic; - font-weight: normal; - font-display: swap; - src: url('#{$font_path}lato/lato-v13-latin-300italic.eot'); /* IE9 Compat Modes */ - src: local('Lato Light Italic'), local('Lato-LightItalic'), - url('#{$font_path}lato/lato-v13-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('#{$font_path}lato/lato-v13-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ - url('#{$font_path}lato/lato-v13-latin-300italic.woff') format('woff'), /* Modern Browsers */ - url('#{$font_path}lato/lato-v13-latin-300italic.svg#Lato') format('svg'); /* Legacy iOS */ -} -/* lato-700 - latin */ -@font-face { - font-family: 'Lato'; - font-style: normal; - font-weight: bold; - font-display: swap; - src: url('#{$font_path}lato/lato-v13-latin-700.eot'); /* IE9 Compat Modes */ - src: local('Lato Bold'), local('Lato-Bold'), - url('#{$font_path}lato/lato-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('#{$font_path}lato/lato-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ - url('#{$font_path}lato/lato-v13-latin-700.woff') format('woff'), /* Modern Browsers */ - url('#{$font_path}lato/lato-v13-latin-700.svg#Lato') format('svg'); /* Legacy iOS */ -} -/* lato-700italic - latin */ -@font-face { - font-family: 'Lato'; - font-style: italic; - font-weight: bold; - font-display: swap; - src: url('#{$font_path}lato/lato-v13-latin-700italic.eot'); /* IE9 Compat Modes */ - src: local('Lato Bold Italic'), local('Lato-BoldItalic'), - url('#{$font_path}lato/lato-v13-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ - url('#{$font_path}lato/lato-v13-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ - url('#{$font_path}lato/lato-v13-latin-700italic.woff') format('woff'), /* Modern Browsers */ - url('#{$font_path}lato/lato-v13-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */ -} diff --git a/assets/sass/merriweather-font.scss b/assets/sass/merriweather-font.scss deleted file mode 100644 index f96f147..0000000 --- a/assets/sass/merriweather-font.scss +++ /dev/null @@ -1,54 +0,0 @@ -// merriweather-300 - latin -@font-face { - font-family: 'Merriweather'; - font-style: normal; - font-weight: normal; - font-display: swap; - src: url('#{$font_path}merriweather/merriweather-v15-latin-300.eot'); // IE9 Compat Modes - src: local('Merriweather Light'), local('Merriweather-Light'), - url('#{$font_path}merriweather/merriweather-v15-latin-300.eot?#iefix') format('embedded-opentype'), // IE6-IE8 - url('#{$font_path}merriweather/merriweather-v15-latin-300.woff2') format('woff2'), // Super Modern Browsers - url('#{$font_path}merriweather/merriweather-v15-latin-300.woff') format('woff'), // Modern Browsers - url('#{$font_path}merriweather/merriweather-v15-latin-300.svg#Merriweather') format('svg'); // Legacy iOS -} - -// merriweather-300italic - latin -@font-face { - font-family: 'Merriweather'; - font-style: italic; - font-weight: normal; - font-display: swap; - src: url('#{$font_path}merriweather/merriweather-v15-latin-300italic.eot'); // IE9 Compat Modes - src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'), - url('#{$font_path}merriweather/merriweather-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), // IE6-IE8 - url('#{$font_path}merriweather/merriweather-v15-latin-300italic.woff2') format('woff2'), // Super Modern Browsers - url('#{$font_path}merriweather/merriweather-v15-latin-300italic.woff') format('woff'), // Modern Browsers - url('#{$font_path}merriweather/merriweather-v15-latin-300italic.svg#Merriweather') format('svg'); // Legacy iOS -} - -// merriweather-700italic - latin -@font-face { - font-family: 'Merriweather'; - font-style: italic; - font-weight: bold; - font-display: swap; - src: url('#{$font_path}merriweather/merriweather-v15-latin-700italic.eot'); // IE9 Compat Modes - src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), - url('#{$font_path}merriweather/merriweather-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), // IE6-IE8 - url('#{$font_path}merriweather/merriweather-v15-latin-700italic.woff2') format('woff2'), // Super Modern Browsers - url('#{$font_path}merriweather/merriweather-v15-latin-700italic.woff') format('woff'), // Modern Browsers - url('#{$font_path}merriweather/merriweather-v15-latin-700italic.svg#Merriweather') format('svg'); // Legacy iOS -} -// merriweather-700 - latin -@font-face { - font-family: 'Merriweather'; - font-style: normal; - font-weight: bold; - font-display: swap; - src: url('#{$font_path}merriweather/merriweather-v15-latin-700.eot'); // IE9 Compat Modes - src: local('Merriweather Bold'), local('Merriweather-Bold'), - url('#{$font_path}merriweather/merriweather-v15-latin-700.eot?#iefix') format('embedded-opentype'), // IE6-IE8 - url('#{$font_path}merriweather/merriweather-v15-latin-700.woff2') format('woff2'), // Super Modern Browsers - url('#{$font_path}merriweather/merriweather-v15-latin-700.woff') format('woff'), // Modern Browsers - url('#{$font_path}merriweather/merriweather-v15-latin-700.svg#Merriweather') format('svg'); // Legacy iOS -} diff --git a/assets/sass/style.scss b/assets/sass/style.scss index db4225d..1e6785e 100644 --- a/assets/sass/style.scss +++ b/assets/sass/style.scss @@ -18,11 +18,6 @@ * Use it to make something cool, have fun, and share what you've learned with others. */ -$font_path: "assets/font/"; - -@import "lato-font"; -@import "merriweather-font"; - @import "vars"; @import "mixins"; diff --git a/footer.php b/footer.php index 14a8bbf..3cfe54c 100644 --- a/footer.php +++ b/footer.php @@ -9,22 +9,7 @@ */ ?>