diff --git a/core/server/services/mega/template.js b/core/server/services/mega/template.js index a0a71a4f22..c7a178e11a 100644 --- a/core/server/services/mega/template.js +++ b/core/server/services/mega/template.js @@ -467,6 +467,34 @@ figure blockquote p { 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; +} +.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 { + border-color: transparent transparent transparent white; + border-style: solid; + border-width: 0.8em 0 0.8em 1.5em; + display: block; + height: 0; + Margin: 0 auto; + width: 0; +} + /* ------------------------------------- HEADER, FOOTER, MAIN @@ -683,7 +711,7 @@ figure blockquote p { table[class=body] .kg-bookmark-thumbnail { display: none !important; } - + table[class=body] .kg-bookmark-metadata span { font-size: 13px !important; } @@ -732,7 +760,7 @@ figure blockquote p { table[class=body] blockquote + * { margin-top: 1.5em !important; } - + table[class=body] hr { margin: 2em 0 !important; } @@ -828,8 +856,8 @@ figure blockquote p {
- By ${post.authors} – - ${post.published_at} – + By ${post.authors} – + ${post.published_at} – View online → |