forked from jacklenox/susty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.min.css
20 lines (17 loc) · 14.7 KB
/
style.min.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*!
Theme Name: Agitpress
Theme URI: https://github.com/SeattleDSA/agitpress/
Author: Seattle DSA
Author URI: https://github.com/SeattleDSA/
Description: A theme for WordPress focused on performance and sustainability, forking SustyWP [https://sustywp.com] by Jack Lenox [https://blog.jacklenox.com]
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agitpress
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Susty was based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/html{line-height:1.15;-webkit-text-size-adjust:100%;box-sizing:border-box}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;overflow:visible;background-color:#ccc;border:0;height:1px}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;height:auto;max-width:100%}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;width:100%}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root{--agitpress-accent:rgb(217, 17, 44);--agitpress-alert:rgba(255,228,0);--agitpress-gray:rgb(65,63,63);--agitpress-gray-70:rgba(65,63,63,.70);--agitpress-gray-50:rgba(65,63,63,.5);--agitpress-gray-30:rgba(65,63,63,.3);--agitpress-gray-10:rgba(65,63,63,.1);--agitpress-white:rgb(255,255,255);--agitpress-wide:95rem;--agitpress-narrow:60rem;--agitpress-blog:60rem;--agitpress-sidebar:30rem;--agitpress-muted:rgb(160,160,160);--agitpress-amazon-bg:rgba(35,47,62);--agitpress-amazon-accent:rgba(253,152,0);--agitpress-padding-thicc:2rem;--agitpress-padding:0.5rem 1rem;--agitpress-padding-ux:0.5rem;--agitpress-radius:6px;--agitpress-button-radius:3px;--agitpress-txt-meta:1rem}body,button,input,optgroup,select,textarea{color:#040402;font-family:Roboto,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Oxygen-Sans,"Segoe UI",Arial,Ubuntu,Cantarell,sans-serif;font-size:calc(15px + 4 * (100vw / 1500));line-height:1.35}h1,h2,h3,h4,h5,h6{clear:both}p{margin-bottom:1.5em}cite,dfn,em,i{font-style:italic}blockquote{margin:0;border-left:2px solid var(--agitpress-accent);padding-left:1rem}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",Courier,monospace;font-size:.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:.9375rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}.txt-gray-70{color:var(--agitpress-gray-70)}.txt-gray-50{color:var(--agitpress-gray-50)}.txt-gray-30{color:var(--agitpress-gray-30)}.txt-gray-10{color:var(--agitpress-gray-10)}*,:after,:before{box-sizing:inherit}body{margin:0;background-color:#fffefc;border-top:.4rem solid var(--agitpress-black)}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0}dt{font-weight:700}dd{margin:0 1.5em 1.5em}figure{margin:0}.cat-links,.posted-on,.txt-meta,figurecaption{font-size:var(--agitpress-txt-meta)}table{margin:0 0 1.5em;width:100%}a.button,button,input[type=button],input[type=reset],input[type=submit]{border:2px solid rgba(65,63,63,.3);background-color:transparent;border-radius:var(--agitpress-button-radius);font-size:1rem;font-weight:500;color:#413f3f;line-height:1;padding:.6em 1em .4em;transition:.25s}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{color:#fff;border-color:transparent;background-color:var(--agitpress-accent)}button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#aaa #bbb #bbb}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{color:#666;border:1px solid #ccc;border-radius:3px;padding:3px}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{color:#111}select{border:1px solid #ccc}a{background-color:transparent;color:var(--agitpress-accent);text-decoration:none}a#agitpress-back-link{padding:.3em .6em}.hentry a:active,.hentry a:focus,.hentry a:hover{text-decoration:underline}.border-top{border-top:1px solid var(--agitpress-gray)}.border-bottom{border-bottom:1px solid var(--agitpress-gray)}header a{color:#101010;text-decoration:none}a:focus{outline:dotted thin}a:active,a:hover{outline:0;text-decoration:underline}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.clear:after,.clear:before,.comment-content:after,.comment-content:before,.entry-content:after,.entry-content:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before{content:"";display:table;table-layout:fixed}.clear:after,.comment-content:after,.entry-content:after,.site-content:after,.site-footer:after,.site-header:after{clear:both}.sticky{display:block}.hentry{margin:0 0 1.5em}.updated:not(.published){display:none}.content-excerpt{font-size:1.35rem;color:var(--agitpress-gray-70)}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}embed,iframe,object{max-width:100%}.custom-logo-link{display:inline-block}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}figcaption{color:#888;font-size:.9rem}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}header#masthead{display:flex;align-items:center;max-width:var(--agitpress-wide);margin:0 auto;padding:.5rem}header#masthead h1,header#masthead p{font-size:1rem;line-height:1rem;font-weight:700;flex:1;margin:0}header#masthead a{border-bottom:unset}header#masthead>a{font-weight:700}header#masthead>a>svg{width:1.8em;height:1.8em}.homepage-header{background-repeat:no-repeat;background-position:center center;background-attachment:fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding:var(--agitpress-padding-ux)}.logo{flex:0 0 2rem;text-align:center;line-height:0;margin-right:.5rem}.logo svg{width:2rem;height:2rem}svg *{width:100%;height:100%}article a{color:var(--agitpress-accent);line-height:1.35em}article>header>h1,article>header>h2{font-size:2.4em;line-height:1em;margin:0 0 .4em}article.post header{padding:1rem 0}article .entry-footer{border-top:1px solid var(--agitpress-gray)}.entry-meta,.entry-meta a{color:var(--agitpress-muted)}.cat-links{display:flex;margin-bottom:1rem}.cat-links a{margin:0}.comments-link a,.edit-link a{padding:0 .5em;margin:0 .5em 0 0}.comment-body a{text-decoration:none}footer#colophon{text-align:center;font-size:.75em}aside.sidebar{align-items:center;display:grid}.grid{display:grid;grid-template-columns:repeat(12,1fr);grid-column-gap:1rem;grid-row-gap:1rem}.grid.grid-middle{align-items:center}.grid-container{width:var(--agitpress-narrow);max-width:100%;margin:0 auto}.grid-container.grid-wide{width:var(--agitpress-wide);max-width:100%}.small-1{grid-column:span 1}.small-2{grid-column:span 2}.small-3{grid-column:span 3}.small-4{grid-column:span 4}.small-5{grid-column:span 5}.small-6{grid-column:span 6}.small-7{grid-column:span 7}.small-8{grid-column:span 8}.small-9{grid-column:span 9}.small-10{grid-column:span 10}.small-11{grid-column:span 11}.small-12{grid-column:span 12}@media only screen and (min-width:720px) and (max-width:1023px){.medium-1{grid-column:span 1}.medium-2{grid-column:span 2}.medium-3{grid-column:span 3}.medium-4{grid-column:span 4}.medium-5{grid-column:span 5}.medium-6{grid-column:span 6}.medium-7{grid-column:span 7}.medium-8{grid-column:span 8}.medium-9{grid-column:span 9}.medium-10{grid-column:span 10}.medium-11{grid-column:span 11}.medium-12{grid-column:span 12}}@media only screen and (min-width:1024px){.large-1{grid-column:span 1}.large-2{grid-column:span 2}.large-3{grid-column:span 3}.large-4{grid-column:span 4}.large-5{grid-column:span 5}.large-6{grid-column:span 6}.large-7{grid-column:span 7}.large-8{grid-column:span 8}.large-9{grid-column:span 9}.large-10{grid-column:span 10}.large-11{grid-column:span 11}.large-12{grid-column:span 12}}ul.menu{list-style:none;padding:0}ul.sub-menu{list-style:none;padding:0;border:1pt solid #dfe2e5}ul.sub-menu li{display:inline-flex;text-decoration:none;margin:.2em 0 .2em .2em;font-size:.8rem}.menu-item{display:flex;vertical-align:middle;margin:1em 0}.menu a{text-decoration:none;border:1px solid var(--agitpress-accent);font-weight:700;padding:var(--agitpress-padding-ux);background-color:var(--agitpress-accent);border-radius:var(--agitpress-radius);color:var(--agitpress-white)}.menu .sub-menu a{text-decoration:none;border:1px solid var(--agitpress-accent);color:var(--agitpress-accent);display:flex;width:100%;height:100%;padding:var(--agitpress-padding-ux);background-color:var(--agitpress-white);font-weight:400;margin:0}.menu-item a:hover{text-decoration:underline}.container-alert{background:var(--agitpress-alert);padding:.5rem 2rem}a.button,a.post-edit-link{border:2px solid var(--agitpress-gray-30);border-radius:var(--agitpress-button-radius);font-size:1rem;color:var(--agitpress-gray);line-height:1;padding:.6em 1em .4em;transition:.5s}a.button:hover,a.post-edit-link:hover{color:#fff;background-color:var(--agitpress-accent);border-color:transparent}.card{border-radius:var(--agitpress-radius);border:1px solid var(--agitpress-gray-10);box-shadow:0 6px 30px -10px var(--agitpress-gray);padding:var(--agitpress-padding-thicc);background-color:#fff}.card.red{background-color:var(--agitpress-accent);border-color:var(--agitpress-accent);box-shadow:0 6px 30px -10px var(--agitpress-accent);color:#fff}.slat{border:1px solid var(--agitpress-gray-10);padding:1rem;background-color:#fff;font-size:1rem}.slat figure,.slat p{margin:0 0 .5rem}.tribe-common .tribe-common-c-btn,.tribe-common a.tribe-common-c-btn{background-color:var(--agitpress-accent)}.tribe-common .tribe-common-c-btn:focus,.tribe-common .tribe-common-c-btn:hover,.tribe-common a.tribe-common-c-btn:focus,.tribe-common a.tribe-common-c-btn:hover{background-color:var(--agitpress-accent);opacity:75%}.page-template-page-amazon{background:var(--agitpress-amazon-bg)}.page-template-page-amazon a{color:var(--agitpress-amazon-accent)}.page-template-page-amazon a.post-edit-link{border:1px solid var(--agitpress-amazon-accent);background:var(--agitpress-amazon-accent);color:var(--agitpress-amazon-bg)}.page-template-page-amazon .hentry a,.page-template-page-amazon nav a{border-bottom:.05em dotted var(--agitpress-amazon-accent)}.page-template-page-amazon .hentry a:active,.page-template-page-amazon .hentry a:focus,.page-template-page-amazon .hentry a:hover,.page-template-page-amazon nav a:hover{border-bottom:.05em solid var(--agitpress-amazon-accent)}.page-template-page-amazon .button{border:1px solid var(--agitpress-amazon-accent);background:var(--agitpress-amazon-bg);color:var(--agitpress-amazon-accent);padding:.5rem 1rem}.page-template-page-amazon .button.accent{border:1px solid var(--agitpress-accent);background:var(--agitpress-amazon-accent);color:var(--agitpress-amazon-bg);padding:.5rem 1rem}.page-template-page-amazon button,.page-template-page-amazon input,.page-template-page-amazon optgroup,.page-template-page-amazon select,.page-template-page-amazon textarea,body.page-template-page-amazon{color:var(--agitpress-white)}body.bg-red{background-color:var(--agitpress-accent);color:var(--agitpress-white)}body.bg-red a{color:var(--agitpress-white)}body.bg-red a:hover{color:var(--agitpress-black)}.txt-1rem{font-size:1rem}@media print{body{color:var(--agitpress-black);background-color:var(--agitpress-white)}a,blockquote,p{color:var(--agitpress-black)}}@media screen and (min-width:45rem){.slat .wp-block-column:not(:first-child){margin-left:1rem}}