Skip to content

Commit 5bce89a

Browse files
committed
Blog themes: stylesheet updates
1 parent a977737 commit 5bce89a

File tree

5 files changed

+85
-0
lines changed

5 files changed

+85
-0
lines changed

themes/blossom/stylesheets/all.css

+17
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,23 @@ iframe.content_embed {
828828
width: 100%;
829829
aspect-ratio: 16 / 9;
830830
}
831+
iframe.spotify_embed {
832+
height: 152px;
833+
aspect-ratio: unset;
834+
}
835+
iframe.bandcamp_m_embed {
836+
max-width: 700px;
837+
aspect-ratio: 1 / 1;
838+
}
839+
iframe.bandcamp_s_embed {
840+
max-width: 700px;
841+
height: 42px;
842+
aspect-ratio: unset;
843+
}
844+
iframe.bandcamp_l_embed {
845+
max-width: 700px;
846+
aspect-ratio: 2 / 3;
847+
}
831848
img {
832849
border-style: none;
833850
margin: 0em;

themes/sparrow/stylesheets/all.css

+17
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,23 @@ iframe.content_embed {
727727
width: 100%;
728728
aspect-ratio: 16 / 9;
729729
}
730+
iframe.spotify_embed {
731+
height: 152px;
732+
aspect-ratio: unset;
733+
}
734+
iframe.bandcamp_m_embed {
735+
max-width: 700px;
736+
aspect-ratio: 1 / 1;
737+
}
738+
iframe.bandcamp_s_embed {
739+
max-width: 700px;
740+
height: 42px;
741+
aspect-ratio: unset;
742+
}
743+
iframe.bandcamp_l_embed {
744+
max-width: 700px;
745+
aspect-ratio: 2 / 3;
746+
}
730747
div#mast > *:first-child,
731748
article > *:first-child,
732749
section > *:first-child,

themes/topaz/stylesheets/all.css

+17
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,23 @@ iframe.content_embed {
820820
width: 100%;
821821
aspect-ratio: 16 / 9;
822822
}
823+
iframe.spotify_embed {
824+
height: 152px;
825+
aspect-ratio: unset;
826+
}
827+
iframe.bandcamp_m_embed {
828+
max-width: 700px;
829+
aspect-ratio: 1 / 1;
830+
}
831+
iframe.bandcamp_s_embed {
832+
max-width: 700px;
833+
height: 42px;
834+
aspect-ratio: unset;
835+
}
836+
iframe.bandcamp_l_embed {
837+
max-width: 700px;
838+
aspect-ratio: 2 / 3;
839+
}
823840
img {
824841
border-style: none;
825842
margin: 0em;

themes/umbra/stylesheets/all.css

+17
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,23 @@ iframe.content_embed {
747747
width: 100%;
748748
aspect-ratio: 16 / 9;
749749
}
750+
iframe.spotify_embed {
751+
height: 152px;
752+
aspect-ratio: unset;
753+
}
754+
iframe.bandcamp_m_embed {
755+
max-width: 700px;
756+
aspect-ratio: 1 / 1;
757+
}
758+
iframe.bandcamp_s_embed {
759+
max-width: 700px;
760+
height: 42px;
761+
aspect-ratio: unset;
762+
}
763+
iframe.bandcamp_l_embed {
764+
max-width: 700px;
765+
aspect-ratio: 2 / 3;
766+
}
750767
div#mast > *:first-child,
751768
article > *:first-child,
752769
section > *:first-child,

themes/virgula/stylesheets/all.css

+17
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,23 @@ iframe.content_embed {
285285
width: 100%;
286286
aspect-ratio: 16 / 9;
287287
}
288+
iframe.spotify_embed {
289+
height: 152px;
290+
aspect-ratio: unset;
291+
}
292+
iframe.bandcamp_m_embed {
293+
max-width: 700px;
294+
aspect-ratio: 1 / 1;
295+
}
296+
iframe.bandcamp_s_embed {
297+
max-width: 700px;
298+
height: 42px;
299+
aspect-ratio: unset;
300+
}
301+
iframe.bandcamp_l_embed {
302+
max-width: 700px;
303+
aspect-ratio: 2 / 3;
304+
}
288305
a:link {
289306
color: #1d70b8;
290307
text-decoration: underline;

0 commit comments

Comments
 (0)