87c12b5113
ref DES-571 - padding does not work well with paragraph inside blockquote as horizontal spacing on Outlook - using margin instead of padding makes sure the spacing is consistent across Outlook versions
1705 lines
31 KiB
Handlebars
1705 lines
31 KiB
Handlebars
<style>
|
|
/* -------------------------------------
|
|
GLOBAL RESETS
|
|
------------------------------------- */
|
|
|
|
/*All the styling goes here*/
|
|
|
|
img {
|
|
border: none;
|
|
-ms-interpolation-mode: bicubic;
|
|
max-width: 100%;
|
|
}
|
|
|
|
img.is-dark-background {
|
|
display: none !important;
|
|
mso-hide: all !important;
|
|
}
|
|
|
|
body {
|
|
background-color: #fff;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
-webkit-font-smoothing: antialiased;
|
|
font-size: 18px;
|
|
line-height: 1.4;
|
|
margin: 0;
|
|
padding: 0;
|
|
-ms-text-size-adjust: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
color: #15212A;
|
|
}
|
|
|
|
table {
|
|
border-collapse: separate;
|
|
mso-table-lspace: 0pt;
|
|
mso-table-rspace: 0pt;
|
|
width: 100%;
|
|
}
|
|
|
|
table td {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
font-size: 18px;
|
|
vertical-align: top;
|
|
color: #15212A;
|
|
}
|
|
|
|
/* -------------------------------------
|
|
BODY & CONTAINER
|
|
------------------------------------- */
|
|
.body {
|
|
background-color: #fff;
|
|
width: 100%;
|
|
}
|
|
|
|
/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
|
|
.container {
|
|
display: block;
|
|
margin: 0 auto !important;
|
|
/* makes it centered */
|
|
max-width: 600px;
|
|
}
|
|
|
|
/* This should also be a block element, so that it will fill 100% of the .container */
|
|
.content {
|
|
box-sizing: border-box;
|
|
display: block;
|
|
margin: 0 auto;
|
|
max-width: 600px;
|
|
}
|
|
|
|
.content a {
|
|
overflow-wrap: anywhere;
|
|
}
|
|
|
|
/* -------------------------------------
|
|
POST CONTENT
|
|
------------------------------------- */
|
|
hr {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
margin: 3em 0;
|
|
padding: 0;
|
|
height: 1px;
|
|
border: 0;
|
|
border-top: 1px solid #e5eff5;
|
|
}
|
|
|
|
p,
|
|
ul,
|
|
ol,
|
|
dl,
|
|
blockquote {
|
|
margin: 0 0 1.5em 0;
|
|
line-height: 1.6em;
|
|
}
|
|
|
|
ol,
|
|
ul {
|
|
padding-left: 1.3em;
|
|
padding-right: 1.5em;
|
|
}
|
|
|
|
ol ol,
|
|
ul ul,
|
|
ul ol,
|
|
ol ul {
|
|
margin: 0.5em 0 1em;
|
|
}
|
|
|
|
ul {
|
|
list-style: disc;
|
|
}
|
|
|
|
ul ul {
|
|
list-style: circle;
|
|
}
|
|
|
|
ul ul ul {
|
|
list-style: square;
|
|
}
|
|
|
|
ol {
|
|
list-style: decimal;
|
|
}
|
|
|
|
ol ol {
|
|
list-style: lower-alpha;
|
|
}
|
|
|
|
ol ol ol {
|
|
list-style: lower-roman;
|
|
}
|
|
|
|
ul,
|
|
ol {
|
|
max-width: 100%;
|
|
}
|
|
|
|
li {
|
|
margin: 0.5em 0;
|
|
padding-left: 0.3em;
|
|
line-height: 1.6em;
|
|
}
|
|
|
|
dt {
|
|
float: left;
|
|
margin: 0 20px 0 0;
|
|
width: 120px;
|
|
color: #15212A;
|
|
font-weight: 500;
|
|
text-align: right;
|
|
}
|
|
|
|
dd {
|
|
margin: 0 0 5px 0;
|
|
text-align: left;
|
|
}
|
|
|
|
blockquote {
|
|
margin: 0;
|
|
padding: 0;
|
|
border-left: {{accentColor}} 2px solid;
|
|
font-size: 17px;
|
|
font-weight: 500;
|
|
line-height: 1.6em;
|
|
letter-spacing: -0.2px;
|
|
}
|
|
|
|
blockquote.kg-blockquote-alt {
|
|
border-left: 0 none;
|
|
text-align: center;
|
|
font-size: 1.2em;
|
|
font-style: italic;
|
|
color: #738a94;
|
|
}
|
|
|
|
blockquote p {
|
|
margin: 2em 25px;
|
|
padding: 0 !important;
|
|
font-size: 1em;
|
|
}
|
|
|
|
blockquote.kg-blockquote-alt p {
|
|
margin-right: 50px;
|
|
margin-left: 50px;
|
|
}
|
|
|
|
blockquote small {
|
|
display: inline-block;
|
|
margin: 0.8em 0 0.8em 1.5em;
|
|
font-size: 0.9em;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
blockquote cite {
|
|
font-weight: bold;
|
|
}
|
|
blockquote cite a {
|
|
font-weight: normal;
|
|
}
|
|
|
|
a {
|
|
color: {{accentColor}};
|
|
text-decoration: none;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
margin-top: 0;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
line-height: 1.11em;
|
|
font-weight: 700;
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
|
|
h1 {
|
|
margin: 1.5em 0 0.5em 0;
|
|
font-size: 42px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
h2 {
|
|
margin: 1.5em 0 0.5em 0;
|
|
font-size: 32px;
|
|
}
|
|
|
|
h3 {
|
|
margin: 1.5em 0 0.5em 0;
|
|
font-size: 26px;
|
|
}
|
|
|
|
h4 {
|
|
margin: 1.8em 0 0.5em 0;
|
|
font-size: 21px;
|
|
line-height: 1.2em;
|
|
}
|
|
|
|
h5 {
|
|
margin: 2em 0 0.5em 0;
|
|
font-size: 19px;
|
|
line-height: 1.3em;
|
|
}
|
|
|
|
h6 {
|
|
margin: 2em 0 0.5em 0;
|
|
font-size: 19px;
|
|
line-height: 1.3em;
|
|
font-weight: 700;
|
|
}
|
|
|
|
h1 strong,
|
|
h2 strong,
|
|
h3 strong,
|
|
h4 strong,
|
|
h5 strong,
|
|
h6 strong {
|
|
font-weight: 800;
|
|
}
|
|
|
|
strong {
|
|
font-weight: 700;
|
|
}
|
|
|
|
figure {
|
|
margin: 0 0 1.5em;
|
|
padding: 0;
|
|
}
|
|
|
|
figcaption {
|
|
text-align: center;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
font-size: 13px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
line-height: 1.5em;
|
|
color: #738a94;
|
|
}
|
|
|
|
figcaption a {
|
|
text-decoration: none!important;
|
|
}
|
|
|
|
code {
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
pre {
|
|
white-space: pre-wrap;
|
|
overflow: auto;
|
|
background: #15212A;
|
|
padding: 15px;
|
|
border-radius: 3px;
|
|
line-height: 1.2em;
|
|
color: #ffffff;
|
|
}
|
|
|
|
p code,
|
|
li code {
|
|
background: #F2F7FA;
|
|
word-break: break-all;
|
|
padding: 1px 7px;
|
|
border-radius: 3px;
|
|
color: {{accentColor}};
|
|
}
|
|
|
|
figure blockquote p {
|
|
font-size: 1em;
|
|
}
|
|
|
|
.header-image {
|
|
padding-top: 24px;
|
|
padding-bottom: 16px;
|
|
}
|
|
|
|
.site-icon {
|
|
padding-bottom: 8px;
|
|
padding-top: 8px;
|
|
text-align: center;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.site-icon img {
|
|
width: 44px;
|
|
height: 44px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.site-info {
|
|
padding-top: 32px;
|
|
}
|
|
|
|
.site-url {
|
|
color: #15212A;
|
|
font-size: 16px;
|
|
letter-spacing: -0.1px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
text-align: center;
|
|
}
|
|
|
|
.site-url-bottom-padding {
|
|
padding-bottom: 12px;
|
|
}
|
|
|
|
.site-title {
|
|
color: #15212A;
|
|
}
|
|
|
|
.site-subtitle {
|
|
color: #738a94;
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
text-transform: none;
|
|
}
|
|
|
|
.post-title {
|
|
font-size: 36px;
|
|
line-height: 1.1em;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
}
|
|
|
|
.post-title-with-excerpt {
|
|
padding-bottom: 8px;
|
|
}
|
|
|
|
.post-title-no-excerpt {
|
|
padding-bottom: 16px;
|
|
}
|
|
|
|
.post-title-serif {
|
|
font-family: Georgia, serif;
|
|
letter-spacing: -0.01em;
|
|
}
|
|
.post-title-left {
|
|
text-align: left;
|
|
}
|
|
|
|
.post-title-link {
|
|
color: #15212A;
|
|
display: block;
|
|
text-align: center;
|
|
margin-top: 32px;
|
|
}
|
|
.post-title-link-left {
|
|
text-align: left;
|
|
}
|
|
|
|
.post-excerpt-wrapper {
|
|
width: 100%;
|
|
max-width: 600px !important;
|
|
}
|
|
|
|
.post-excerpt {
|
|
margin: 0;
|
|
color: #15212A;
|
|
font-size: 19px;
|
|
line-height: 1.4em;
|
|
text-align: center;
|
|
}
|
|
|
|
.post-excerpt-with-feature-image {
|
|
padding-bottom: 28px;
|
|
}
|
|
|
|
.post-excerpt-no-feature-image {
|
|
padding-bottom: 32px;
|
|
}
|
|
|
|
.post-excerpt-serif-serif {
|
|
font-family: Georgia, serif;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.post-excerpt-serif-sans {
|
|
font-size: 20px;
|
|
font-family: Georgia, serif;
|
|
}
|
|
|
|
.post-excerpt-left {
|
|
text-align: left;
|
|
}
|
|
|
|
.post-meta,
|
|
.view-online {
|
|
color: #738a94;
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
}
|
|
|
|
.post-meta-left {
|
|
text-align: left;
|
|
}
|
|
|
|
.post-meta-left.view-online-mobile {
|
|
display: none !important;
|
|
}
|
|
|
|
.post-meta-left.view-online {
|
|
text-align: right;
|
|
}
|
|
|
|
.post-meta-center.view-online {
|
|
display: none !important;
|
|
}
|
|
|
|
.post-meta-center .view-online,
|
|
.post-meta-center .view-online a {
|
|
text-decoration: underline !important;
|
|
}
|
|
|
|
.post-meta-date {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.view-online-link {
|
|
word-wrap: none;
|
|
white-space: nowrap;
|
|
color: #738a94;
|
|
text-decoration: underline !important;
|
|
}
|
|
|
|
.feature-image {
|
|
padding-bottom: 30px;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.feature-image-row:first-child > td,
|
|
.header-image-row + .feature-image-row > td,
|
|
.site-info-row + .feature-image-row > td {
|
|
padding-top: 24px;
|
|
}
|
|
|
|
.feature-image-with-caption {
|
|
width: 100%;
|
|
padding: 0;
|
|
font-size: 13px!important;
|
|
}
|
|
|
|
.feature-image-caption {
|
|
width: 100%;
|
|
padding-top: 5px;
|
|
padding-bottom: 32px;
|
|
text-align: center;
|
|
font-size: 13px !important;
|
|
color: #738a94;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.kg-card-figcaption {
|
|
font-size: 13px;
|
|
}
|
|
|
|
/* -------------------------------------
|
|
FEEDBACK BUTTONS
|
|
------------------------------------- */
|
|
|
|
.feedback-buttons {
|
|
width: auto !important;
|
|
margin: auto;
|
|
}
|
|
|
|
.feedback-buttons-mobile {
|
|
display: none !important;
|
|
mso-hide: all !important;
|
|
}
|
|
|
|
.feedback-button-mobile-text {
|
|
color: #15212A;
|
|
font-size: 13px !important;
|
|
font-weight: 500;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/* -------------------------------------
|
|
LATEST POSTS TABLE
|
|
------------------------------------- */
|
|
|
|
.latest-posts-header {
|
|
margin: 0;
|
|
padding: 8px 0 8px;
|
|
color: #15212A;
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.latest-post {
|
|
max-width: 600px !important;
|
|
padding: 16px 0;
|
|
}
|
|
|
|
.latest-post a {
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.latest-post-img a {
|
|
display: block;
|
|
height: 100px;
|
|
overflow: hidden;
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.latest-post-img img {
|
|
object-fit: cover;
|
|
}
|
|
|
|
.latest-post-title {
|
|
padding-right: 12px;
|
|
}
|
|
|
|
.latest-post h4 {
|
|
margin: 0;
|
|
padding: 2px 0 4px;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.latest-post h4.no-image {
|
|
padding: 12px 0 4px;
|
|
}
|
|
|
|
.latest-post h4 a {
|
|
color: #15212A !important;
|
|
}
|
|
|
|
.latest-post p {
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #738a94;
|
|
font-size: 15px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.latest-post p a {
|
|
color: #738a94 !important;
|
|
}
|
|
|
|
/* -------------------------------------
|
|
SUBSCRIPTION DETAILS BOX
|
|
------------------------------------- */
|
|
|
|
.subscription-box {
|
|
padding: 32px 0;
|
|
border-bottom: 1px solid #e5eff5;
|
|
color: #15212A;
|
|
}
|
|
|
|
.subscription-box h3 {
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
margin: 0 0 18px;
|
|
}
|
|
|
|
.subscription-box p {
|
|
margin-bottom: 0;
|
|
color: #15212A !important;
|
|
font-size: 15px;
|
|
font-weight: 400;
|
|
line-height: 1.45em;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.subscription-box p a {
|
|
color: #15212A !important;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.manage-subscription {
|
|
white-space: nowrap;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
text-align: right;
|
|
line-height: 1.45em;
|
|
vertical-align: bottom;
|
|
color: {{accentColor}};
|
|
}
|
|
|
|
/* -------------------------------------
|
|
POST CONTENT
|
|
------------------------------------- */
|
|
|
|
.post-content {
|
|
max-width: 600px !important;
|
|
font-family: Georgia, serif;
|
|
font-size: 18px;
|
|
line-height: 1.5em;
|
|
color: #15212A;
|
|
padding-bottom: 20px;
|
|
border-bottom: 1px solid #e5eff5;
|
|
}
|
|
|
|
.post-content-sans-serif {
|
|
max-width: 600px !important;
|
|
font-size: 17px;
|
|
line-height: 1.5em;
|
|
color: #15212A;
|
|
padding-bottom: 20px;
|
|
border-bottom: 1px solid #e5eff5;
|
|
}
|
|
|
|
.post-content-row:first-child > td, .header-image-row + .post-content-row > td {
|
|
padding-top: 32px;
|
|
}
|
|
|
|
.post-content a,
|
|
.post-content-sans-serif a {
|
|
color: {{accentColor}};
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a[data-flickr-embed] img {
|
|
height: auto;
|
|
}
|
|
|
|
.kg-bookmark-card {
|
|
width: 100%;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.kg-bookmark-card a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.kg-card + .kg-bookmark-card {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.kg-image-card img {
|
|
display: block;
|
|
margin: 0 auto;
|
|
height: auto;
|
|
width: auto;
|
|
}
|
|
|
|
.kg-image-card span {
|
|
text-align: center;
|
|
}
|
|
|
|
.kg-bookmark-container {
|
|
display: flex;
|
|
min-height: 148px;
|
|
color: #15212A;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
text-decoration: none;
|
|
border-radius: 3px;
|
|
border: 1px solid #e5eff5;
|
|
}
|
|
|
|
.kg-bookmark-content {
|
|
display: inline-block;
|
|
width: 100%;
|
|
padding: 20px;
|
|
}
|
|
|
|
.kg-bookmark-title {
|
|
color: #15212A;
|
|
font-size: 15px;
|
|
line-height: 1.5em;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.kg-bookmark-description {
|
|
display: -webkit-box;
|
|
overflow-y: hidden;
|
|
margin-top: 12px;
|
|
max-height: 40px;
|
|
color: #738a94;
|
|
font-size: 13px;
|
|
line-height: 1.5em;
|
|
font-weight: 400;
|
|
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.kg-bookmark-thumbnail {
|
|
min-width: 140px;
|
|
max-width: 180px;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: center;
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
|
|
.kg-bookmark-thumbnail img {
|
|
display: none;
|
|
}
|
|
|
|
.kg-bookmark-metadata {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
margin-top: 14px;
|
|
color: #15212A;
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.kg-bookmark-icon {
|
|
margin-right: 8px;
|
|
width: 22px;
|
|
height: 22px;
|
|
}
|
|
|
|
.kg-bookmark-icon[src$=".svg"] {
|
|
display: none;
|
|
}
|
|
|
|
.kg-bookmark-author {
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.kg-bookmark-publisher {
|
|
overflow: hidden;
|
|
max-width: 240px;
|
|
line-height: 1.5em;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.kg-bookmark-publisher:before {
|
|
content: "•";
|
|
margin: 0 6px;
|
|
}
|
|
|
|
.kg-gallery-container {
|
|
margin-top: -20px;
|
|
}
|
|
|
|
.kg-gallery-image img {
|
|
width: 100% !important;
|
|
height: auto !important;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.kg-video-preview {
|
|
background-color: #1d1f21;
|
|
background-image: radial-gradient(circle at center, #5b5f66, #1d1f21);
|
|
display: block;
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.kg-video-preview table {
|
|
background-size: cover;
|
|
min-height: 200px; /* for when images aren't loaded */
|
|
}
|
|
|
|
.kg-video-play-button {
|
|
height: 2em;
|
|
width: 3em;
|
|
margin: 0 auto;
|
|
border-radius: 10px;
|
|
padding: 1em 0.8em 0.6em 1em;
|
|
font-size: 1em; /* change this to resize */
|
|
background-color: rgba(0,0,0,0.85);
|
|
}
|
|
|
|
.kg-video-play-button div {
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
margin: 0 auto;
|
|
line-height: 0px; /* fix for Yahoo Mail */
|
|
border-color: transparent transparent transparent white;
|
|
border-style: solid;
|
|
border-width: 0.8em 0 0.8em 1.5em;
|
|
}
|
|
|
|
.kg-nft-link {
|
|
display: block;
|
|
text-decoration: none !important;
|
|
color: #15212A !important;
|
|
font-family: inherit !important;
|
|
font-size: 14px;
|
|
line-height: 1.3em;
|
|
padding-top: 4px;
|
|
padding-right: 20px;
|
|
padding-left: 20px;
|
|
padding-bottom: 4px;
|
|
}
|
|
|
|
.kg-twitter-link {
|
|
display: block;
|
|
text-decoration: none !important;
|
|
color: #15212A !important;
|
|
font-family: inherit !important;
|
|
font-size: 15px;
|
|
padding: 8px;
|
|
line-height: 1.3em;
|
|
}
|
|
|
|
.kg-audio-thumbnail.placeholder {
|
|
background-color: {{accentColor}} !important;
|
|
}
|
|
|
|
.kg-callout-card {
|
|
display: flex;
|
|
margin: 0 0 1.5em 0;
|
|
padding: 20px 28px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.kg-callout-card-grey {
|
|
background: #eef0f2;
|
|
}
|
|
|
|
.kg-callout-card-white {
|
|
background: #fff;
|
|
box-shadow: inset 0 0 0 1px #dddedf;
|
|
}
|
|
|
|
.kg-callout-card-blue {
|
|
background: #E9F6FB;
|
|
}
|
|
|
|
.kg-callout-card-green {
|
|
background: #E8F8EA;
|
|
}
|
|
|
|
.kg-callout-card-yellow {
|
|
background: #FCF4E3;
|
|
}
|
|
|
|
.kg-callout-card-red {
|
|
background: #FBE9E9;
|
|
}
|
|
|
|
.kg-callout-card-pink {
|
|
background: #FCEEF8;
|
|
}
|
|
|
|
.kg-callout-card-purple {
|
|
background: #F2EDFC;
|
|
}
|
|
|
|
.kg-callout-card-accent {
|
|
background: {{accentColor}};
|
|
color: #fff;
|
|
}
|
|
|
|
.kg-callout-card-accent a {
|
|
color: #fff;
|
|
}
|
|
|
|
.kg-callout-emoji {
|
|
padding-right: 12px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.kg-header-card {
|
|
margin: 0 0 1.5em 0;
|
|
padding: 110px 35px 110px 35px;
|
|
text-align: center;
|
|
}
|
|
|
|
.kg-header-card.kg-size-small {
|
|
padding-top: 75px;
|
|
padding-bottom: 75px;
|
|
}
|
|
|
|
.kg-header-card.kg-size-large {
|
|
padding-top: 140px;
|
|
padding-bottom: 140px;
|
|
}
|
|
|
|
.kg-header-card.kg-align-left {
|
|
text-align: left;
|
|
}
|
|
|
|
.kg-header-card.kg-style-dark {
|
|
background: #15171a;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.kg-header-card.kg-style-light {
|
|
background-color: #F9F9FA;
|
|
}
|
|
|
|
.kg-header-card.kg-style-accent {
|
|
background: {{accentColor}};
|
|
color: #ffffff;
|
|
}
|
|
|
|
.kg-header-card.kg-style-image {
|
|
background-color: #e7e7eb;
|
|
background-size: cover;
|
|
background-position: center center;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.kg-header-card h2 {
|
|
font-size: 3em;
|
|
font-weight: 700;
|
|
line-height: 1.1em;
|
|
margin: 0 0 0.125em;
|
|
}
|
|
|
|
.kg-header-card h2 strong {
|
|
font-weight: 800;
|
|
}
|
|
|
|
.kg-header-card.kg-size-small h2 {
|
|
font-size: 2.5em;
|
|
}
|
|
|
|
.kg-header-card.kg-size-large h2 {
|
|
font-size: 3.5em;
|
|
}
|
|
|
|
.kg-header-card h3 {
|
|
font-size: 1.125em;
|
|
font-weight: 500;
|
|
line-height: 1.3em;
|
|
margin: 0;
|
|
}
|
|
|
|
.kg-header-card h3 strong {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.kg-header-card.kg-size-large h3 {
|
|
font-size: 1.25em;
|
|
}
|
|
|
|
.kg-header-card.kg-size-small h3 {
|
|
font-size: 1em;
|
|
}
|
|
|
|
.kg-header-card-button {
|
|
margin-top: 1.75em;
|
|
background: #ffffff;
|
|
border-radius: 5px;
|
|
box-sizing: border-box;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
margin: 0;
|
|
padding: 8px 16px;
|
|
text-decoration: none !important;
|
|
color: #15171A;
|
|
}
|
|
|
|
.kg-size-large .kg-header-card-button {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.kg-size-small .kg-header-card-button {
|
|
margin-top: 1.5em;
|
|
}
|
|
|
|
.kg-style-light .kg-header-card-button {
|
|
background: {{accentColor}} !important;
|
|
color: #ffffff !important;
|
|
}
|
|
|
|
/* Header v2 */
|
|
|
|
.kg-header-card.kg-v2 {
|
|
padding: 0;
|
|
text-align: inherit;
|
|
}
|
|
|
|
.kg-header-card.kg-v2 .kg-header-card-image {
|
|
height: 320px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.kg-header-card.kg-v2 .kg-header-card-content {
|
|
padding: 80px 48px;
|
|
}
|
|
|
|
.kg-header-card.kg-v2 .kg-header-card-image + .kg-header-card-content {
|
|
padding-top: 64px;
|
|
padding-bottom: 64px;
|
|
}
|
|
|
|
.kg-header-card.kg-v2 .kg-header-card-heading {
|
|
margin: 0;
|
|
line-height: 1em;
|
|
}
|
|
|
|
.kg-header-card.kg-v2 .kg-header-card-subheading {
|
|
margin: 0.75em 0 0;
|
|
}
|
|
|
|
.kg-header-card.kg-v2 .kg-header-card-heading a,
|
|
.kg-header-card.kg-v2 .kg-header-card-subheading a {
|
|
color: inherit;
|
|
}
|
|
|
|
.kg-header-card.kg-v2 .kg-header-card-button {
|
|
margin-top: 24px;
|
|
padding: 10px 20px;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.kg-product-card {
|
|
width: 100%;
|
|
margin: 0 0 1.5em;
|
|
padding: 20px;
|
|
border-radius: 3px;
|
|
border: 1px solid #e5eff5;
|
|
}
|
|
.kg-product-card-image {
|
|
width: 100%;
|
|
}
|
|
.kg-product-rating img {
|
|
width: 96px;
|
|
border: none;
|
|
}
|
|
.kg-audio-card {
|
|
width: auto;
|
|
width: 100%;
|
|
margin: 0 auto 1.5em;
|
|
border-radius: 3px;
|
|
border: 1px solid #e5eff5;
|
|
}
|
|
.kg-audio-title {
|
|
display: block;
|
|
padding-right: 20px;
|
|
padding-bottom: 4px;
|
|
padding-top: 4px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
line-height: 18px;
|
|
text-decoration: none !important;
|
|
color: #15212A !important;
|
|
}
|
|
.kg-audio-play-button {
|
|
display: block;
|
|
box-sizing: border-box;
|
|
width: 16px;
|
|
height: 16px;
|
|
color: #15212A !important;
|
|
border-style: solid;
|
|
border-width: 8px 0px 8px 16px;
|
|
border-color: transparent transparent transparent currentColor;
|
|
}
|
|
.kg-audio-duration {
|
|
display: block;
|
|
text-decoration: none !important;
|
|
font-size: 13px;
|
|
color: #15171A !important;
|
|
}
|
|
.kg-audio-link {
|
|
color: #738a94 !important;
|
|
}
|
|
.kg-file-card {
|
|
width: auto;
|
|
width: 100%;
|
|
margin: 0 0 1.5em 0;
|
|
border-radius: 3px;
|
|
border: 1px solid #e5eff5;
|
|
}
|
|
.kg-file-title {
|
|
display: block;
|
|
width: 100%;
|
|
padding-left: 12px;
|
|
padding-top: 8px;
|
|
font-size: 17px;
|
|
font-weight: bold;
|
|
line-height: 1.3em;
|
|
text-decoration: none !important;
|
|
color: #15212A !important;
|
|
}
|
|
.kg-file-description {
|
|
display: block;
|
|
width: 100%;
|
|
padding-left: 12px;
|
|
padding-top: 2px;
|
|
font-size: 15px;
|
|
line-height: 1.4em;
|
|
text-decoration: none !important;
|
|
color: #738a94 !important;
|
|
}
|
|
.kg-file-meta {
|
|
display: block;
|
|
width: 100%;
|
|
padding-left: 12px;
|
|
padding-top: 4px;
|
|
padding-bottom: 8px;
|
|
font-size: 13px;
|
|
line-height: 1.4em;
|
|
text-decoration: none !important;
|
|
color: #738a94 !important;
|
|
}
|
|
.kg-file-name {
|
|
font-weight: 500;
|
|
color: #15212A !important;
|
|
}
|
|
.kg-file-thumbnail {
|
|
position: relative;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
border-radius: 2px;
|
|
background-color: {{accentColor}} !important;
|
|
}
|
|
.kg-twitter-card {
|
|
width: auto;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
border-radius: 12px;
|
|
border: 1px solid #e5eff5;
|
|
}
|
|
|
|
.kg-toggle-card {
|
|
background: transparent;
|
|
padding: 20px;
|
|
margin-bottom: 1.5em;
|
|
border-radius: 4px;
|
|
border: 1px solid #738a94;
|
|
}
|
|
|
|
|
|
/* -------------------------------------
|
|
HEADER, FOOTER, MAIN
|
|
------------------------------------- */
|
|
.main {
|
|
background: #ffffff;
|
|
border-radius: 3px;
|
|
border-spacing: 20px 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.wrapper {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.content-block {
|
|
padding-bottom: 10px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.footer {
|
|
color: #738a94;
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
font-size: 13px!important;
|
|
padding-bottom: 10px;
|
|
padding-top: 10px;
|
|
padding-left: 30px;
|
|
padding-right: 30px;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.footer a {
|
|
color: #738a94;
|
|
text-decoration: underline;
|
|
font-size: 13px;
|
|
}
|
|
|
|
/* -------------------------------------
|
|
BUTTONS
|
|
------------------------------------- */
|
|
.btn {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
display: table;
|
|
}
|
|
|
|
.btn>tbody>tr>td {
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.btn table {
|
|
width: auto;
|
|
}
|
|
|
|
.btn table td {
|
|
background-color: #ffffff;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
}
|
|
|
|
.btn a {
|
|
background-color: #ffffff;
|
|
border: solid 1px #3498db;
|
|
border-radius: 5px;
|
|
box-sizing: border-box;
|
|
color: #3498db;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
margin: 0;
|
|
padding: 12px 25px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.btn-primary table td {
|
|
background-color: #3498db;
|
|
}
|
|
|
|
.btn-primary a {
|
|
background-color: #3498db;
|
|
border-color: #3498db;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.btn-accent table td {
|
|
background-color: {{adjustedAccentColor}};
|
|
}
|
|
|
|
.btn-accent a {
|
|
background-color: {{adjustedAccentColor}};
|
|
border-color: {{adjustedAccentColor}};
|
|
color: {{adjustedAccentContrastColor}};
|
|
}
|
|
|
|
/* -------------------------------------
|
|
OTHER STYLES THAT MIGHT BE USEFUL
|
|
------------------------------------- */
|
|
.last {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.first {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.align-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.align-right {
|
|
text-align: right;
|
|
}
|
|
|
|
.align-left {
|
|
text-align: left;
|
|
}
|
|
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
|
|
.mt0 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.mb0 {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.preheader {
|
|
color: transparent;
|
|
display: none;
|
|
height: 0;
|
|
max-height: 0;
|
|
max-width: 0;
|
|
opacity: 0;
|
|
overflow: hidden;
|
|
mso-hide: all;
|
|
visibility: hidden;
|
|
width: 0;
|
|
}
|
|
|
|
.mobile-only {
|
|
display: none;
|
|
}
|
|
|
|
.hide-desktop {
|
|
display: none;
|
|
}
|
|
|
|
/* -------------------------------------
|
|
RESPONSIVE AND MOBILE FRIENDLY STYLES
|
|
------------------------------------- */
|
|
@media only screen and (max-width: 620px) {
|
|
|
|
table.body {
|
|
width: 100%;
|
|
min-width: 100%;
|
|
}
|
|
|
|
.hide-mobile {
|
|
display: none;
|
|
}
|
|
|
|
.mobile-only {
|
|
display: initial !important;
|
|
}
|
|
|
|
.hide-desktop {
|
|
display: initial !important;
|
|
}
|
|
|
|
.desktop-only {
|
|
display: none !important;
|
|
}
|
|
|
|
table.body p,
|
|
table.body ul,
|
|
table.body ol,
|
|
table.body td {
|
|
font-size: 16px;
|
|
}
|
|
|
|
table.body .post-excerpt {
|
|
font-size: 16px !important;
|
|
}
|
|
|
|
table.body .kg-callout-card {
|
|
padding: 16px 24px !important;
|
|
}
|
|
|
|
table.body .kg-callout-text {
|
|
font-size: 16px !important;
|
|
line-height: 1.5em !important;
|
|
}
|
|
|
|
table.body pre {
|
|
white-space: pre-wrap !important;
|
|
word-break: break-word !important;
|
|
}
|
|
|
|
table.body .content {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
table.body .container {
|
|
padding: 0 !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
table.body .main {
|
|
border-spacing: 10px 0 !important;
|
|
border-left-width: 0 !important;
|
|
border-radius: 0 !important;
|
|
border-right-width: 0 !important;
|
|
}
|
|
|
|
table.body .btn table {
|
|
width: 100% !important;
|
|
}
|
|
|
|
table.body .btn a {
|
|
width: 100% !important;
|
|
}
|
|
|
|
table.body .img-responsive {
|
|
height: auto !important;
|
|
max-width: 100% !important;
|
|
width: auto !important;
|
|
}
|
|
|
|
table.body .site-icon {
|
|
padding-top: 0 !important;
|
|
}
|
|
|
|
table.body .site-info {
|
|
padding-top: 24px !important;
|
|
}
|
|
|
|
table.body .post-title-link {
|
|
margin-top: 24px !important;
|
|
}
|
|
|
|
table.body .post-meta-wrapper {
|
|
padding-bottom: 24px !important;
|
|
}
|
|
|
|
table.body .site-icon img {
|
|
width: 36px !important;
|
|
height: 36px !important;
|
|
}
|
|
|
|
table.body .site-url a {
|
|
font-size: 13px !important;
|
|
padding-bottom: 16px !important;
|
|
}
|
|
|
|
table.body .post-meta,
|
|
table.body .post-meta-date {
|
|
white-space: normal !important;
|
|
font-size: 13px !important;
|
|
line-height: 1.2em;
|
|
}
|
|
|
|
table.body .post-meta,
|
|
table.body .view-online {
|
|
width: 100% !important;
|
|
}
|
|
|
|
table.body .post-meta-left,
|
|
table.body .post-meta-left.view-online {
|
|
width: 100% !important;
|
|
text-align: left !important;
|
|
}
|
|
|
|
table.body .post-meta.view-online-mobile {
|
|
display: table-row !important;
|
|
}
|
|
|
|
table.body .post-meta-left.view-online-mobile,
|
|
table.body .post-meta-left.view-online-mobile .view-online {
|
|
text-align: left !important;
|
|
}
|
|
|
|
table.body .post-meta.view-online.desktop {
|
|
display: none !important;
|
|
}
|
|
|
|
table.body .view-online {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
table.body .footer p, table.body .footer p span {
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
table.body .view-online-link,
|
|
table.body .footer,
|
|
table.body .footer a {
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
table.body .post-title a {
|
|
font-size: 26px !important;
|
|
line-height: 1.1em !important;
|
|
}
|
|
|
|
table.feedback-buttons {
|
|
display: none !important;
|
|
}
|
|
|
|
table.feedback-buttons-mobile {
|
|
display: table !important;
|
|
width: 100% !important;
|
|
max-width: 390px;
|
|
}
|
|
|
|
table.body .feedback-button-mobile-text {
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
table.body .latest-posts-header {
|
|
font-size: 12px !important;
|
|
}
|
|
|
|
table.body .latest-post-title {
|
|
padding-right: 8px !important;
|
|
}
|
|
|
|
table.body .latest-post h4, table.body .latest-post h4 span {
|
|
padding: 4px 0 6px !important;
|
|
font-size: 15px !important;
|
|
}
|
|
|
|
table.body .latest-post-excerpt,
|
|
table.body .latest-post-excerpt a,
|
|
table.body .latest-post-excerpt span {
|
|
font-size: 13px !important;
|
|
line-height: 1.2 !important;
|
|
}
|
|
|
|
table.body .subscription-box h3 {
|
|
font-size: 14px !important;
|
|
}
|
|
|
|
table.body .subscription-box p,
|
|
table.body .subscription-box p span {
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
table.body .subscription-details,
|
|
table.body .manage-subscription {
|
|
display: inline-block;
|
|
width: 100%;
|
|
text-align: left !important;
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
table.body .subscription-details {
|
|
padding-bottom: 12px;
|
|
}
|
|
|
|
table.body .kg-bookmark-card {
|
|
width: 90vw;
|
|
}
|
|
|
|
table.body .kg-bookmark-thumbnail {
|
|
display: none !important;
|
|
}
|
|
|
|
table.body .kg-bookmark-metadata span {
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
table.body .kg-embed-card {
|
|
max-width: 90vw !important;
|
|
}
|
|
|
|
table.body h1 {
|
|
font-size: 32px !important;
|
|
line-height: 1.3em !important;
|
|
}
|
|
|
|
table.body h2,
|
|
table.body h2 span {
|
|
font-size: 26px !important;
|
|
line-height: 1.22em !important;
|
|
}
|
|
|
|
table.body h3 {
|
|
font-size: 21px !important;
|
|
line-height: 1.25em !important;
|
|
}
|
|
|
|
table.body h4 {
|
|
font-size: 19px !important;
|
|
line-height: 1.3em !important;
|
|
}
|
|
|
|
table.body h5 {
|
|
font-size: 16px !important;
|
|
line-height: 1.4em !important;
|
|
}
|
|
|
|
table.body h6 {
|
|
font-size: 16px !important;
|
|
line-height: 1.4em !important;
|
|
}
|
|
|
|
table.body blockquote {
|
|
font-size: 16px !important;
|
|
line-height: 1.6em;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
table.body blockquote p {
|
|
margin-right: 15px !important;
|
|
margin-left: 15px !important;
|
|
}
|
|
|
|
table.body blockquote.kg-blockquote-alt {
|
|
border-left: 0 none !important;
|
|
margin: 0 !important;
|
|
font-size: 18px !important;
|
|
line-height: 1.4em !important;
|
|
}
|
|
|
|
table.body blockquote.kg-blockquote-alt p {
|
|
margin-right: 20px !important;
|
|
margin-left: 20px !important;
|
|
}
|
|
|
|
table.body hr {
|
|
margin: 2em 0 !important;
|
|
}
|
|
|
|
table.body .kg-header-card.kg-v2 span {
|
|
font-size: inherit !important;
|
|
}
|
|
|
|
table.body .kg-header-card.kg-v2 .kg-header-card-content {
|
|
padding-top: 64px !important;
|
|
padding-bottom: 64px !important;
|
|
}
|
|
|
|
table.body .kg-header-card.kg-v2 .kg-header-card-image + .kg-header-card-content {
|
|
padding-top: 52px !important;
|
|
padding-bottom: 52px !important;
|
|
}
|
|
|
|
table.body .kg-header-card.kg-v2 .kg-header-card-heading {
|
|
font-size: 2.2em !important;
|
|
line-height: 1.1 !important;
|
|
}
|
|
|
|
table.body .kg-header-card.kg-v2 .kg-header-card-subheading {
|
|
line-height: 1.3em !important;
|
|
}
|
|
|
|
.feature-image-caption {
|
|
font-size: 13px!important;
|
|
}
|
|
|
|
.kg-card-figcaption {
|
|
font-size: 13px!important;
|
|
}
|
|
|
|
.kg-card-figcaption p, .kg-card-figcaption p span {
|
|
font-size: 13px!important;
|
|
}
|
|
|
|
}
|
|
|
|
/* -------------------------------------
|
|
PRESERVE THESE STYLES IN THE HEAD
|
|
------------------------------------- */
|
|
@media all {
|
|
.subscription-details p.hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
.ExternalClass {
|
|
width: 100%;
|
|
}
|
|
|
|
.ExternalClass,
|
|
.ExternalClass p,
|
|
.ExternalClass span,
|
|
.ExternalClass font,
|
|
.ExternalClass td,
|
|
.ExternalClass div {
|
|
line-height: 100%;
|
|
}
|
|
|
|
.apple-link a {
|
|
color: inherit !important;
|
|
font-family: inherit !important;
|
|
font-size: inherit !important;
|
|
font-weight: inherit !important;
|
|
line-height: inherit !important;
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
#MessageViewBody a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
font-size: inherit;
|
|
font-family: inherit;
|
|
font-weight: inherit;
|
|
line-height: inherit;
|
|
}
|
|
|
|
.btn-primary table td:hover {
|
|
background-color: #34495e !important;
|
|
}
|
|
|
|
.btn-primary a:hover {
|
|
background-color: #34495e !important;
|
|
border-color: #34495e !important;
|
|
}
|
|
}
|
|
|
|
{{#if showBadge}}
|
|
.footer-powered {
|
|
text-align: center;
|
|
padding-top: 70px;
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
.gh-powered {
|
|
width: 142px;
|
|
height: 30px;
|
|
}
|
|
{{/if}}
|
|
|
|
</style>
|