Skip to content

Instantly share code, notes, and snippets.

@am1t
Created April 9, 2022 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save am1t/115fa2a0cae5f230758eeebe30c583d6 to your computer and use it in GitHub Desktop.
Save am1t/115fa2a0cae5f230758eeebe30c583d6 to your computer and use it in GitHub Desktop.
blockquote {
width: 100%;
font-size: 80%;
font-style: italic;
font-weight: 200;
color: #000000;
line-height: 1.2;
border-left: 3px solid #7f2519;
letter-spacing: 0em;
padding-right: 0px;
padding-left: 10px;
margin-left: 0px;
margin-right: 0px;
}
.attribution, cite {
width: 100%;
line-height: 1.0;
font-size: 90%;
font-weight: bold;
color: #7f2519;
border-left: 0px solid #7f2519;
border-right: 0px solid #7f2519;
}
div.epigraph > blockquote > footer > cite, attribution {
width: 100%;
line-height: 1.0;
font-size: 90%;
font-weight: bold;
color: #7f2519;
border-left: 0px solid #7f2519;
border-right: 0px solid #7f2519;
}
categories {
display: flex;
justify-content: space-between;
align-items: baseline;
}
nav a[href='/stats/'] { display: none; }
//Newsletter//
/* Set the font display */
.microblog_email {
font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 18px;
line-height: 2em;
margin: auto;
}
.microblog_email body {
max-width: 800px;
margin: 0 auto !important;
float: none !important;
}
/* Move the header to the center */
.microblog_email p:nth-of-type(1) {
display: none;
}
/* Assign area and display for the images */
.microblog_email img {
display: block;
height: auto;
margin: 0 auto 0.5rem;
vertical-align: middle;
border-radius: 20px;
float: center;
}
/* Style links */
.microblog_email a {
color: #125993;
font-weight: 900;
}
.microblog_email hr:first-of-type {
display: none;
}
.microblog_email hr:last-of-type {
display: none;
}
/* Hide the profile image and footer */
.microblog_email p:first-child img {
display: none;
}
/* Styling for the separator */
.microblog_email hr {
margin: 36px 0;
border: 0;
text-align: center;
}
.microblog_email hr:before {
content: "\221E \221E \221E \221E\221E \221E \221E \221E\221E \221E \221E \221E";
font-size: 20px;
color: #7f2519;
}
.microblog_email p:nth-last-child(1) a {
color: #738a94;
}
/* Styling the permalink */
.microblog_email .microblog_permalink {
color: #125993;
font-weight: 900;
display: block;
float: right;
}
.microblog_email p {
width: 80%;
margin: auto;
}
.microblog_email body {
max-width: 80%;
margin: 0 auto !important;
float: center !important;
background: #e5e5e7;
}
.microblog_email .blockquote{
width: 150%;
line-height: 1.2;
font-size: 150% !important;
font-weight: bold;
color: #7a8f99 !important;
border-left: 5px solid #7f2519;
}
.microblog_email .attribution{
line-height: 1.0;
font-size: 110%;
font-weight: bold;
color: #7f2519;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment