mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-06-05 15:10:03 +09:00
69 lines
941 B
SCSS
69 lines
941 B
SCSS
/* ## WordPress
|
|
--------------------------------------------- */
|
|
|
|
a.aligncenter img {
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
a.alignnone {
|
|
display: inline-block;
|
|
}
|
|
|
|
.alignleft {
|
|
float: left;
|
|
text-align: left;
|
|
}
|
|
|
|
.alignright {
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
|
|
a.alignleft,
|
|
a.alignnone,
|
|
a.alignright {
|
|
max-width: 100%;
|
|
}
|
|
|
|
img.centered,
|
|
.aligncenter {
|
|
display: block;
|
|
margin: 0 auto 30px;
|
|
}
|
|
|
|
img.alignnone,
|
|
.alignnone {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
a.alignleft,
|
|
img.alignleft,
|
|
.wp-caption.alignleft {
|
|
margin: 0 20px 20px 0;
|
|
}
|
|
|
|
a.alignright,
|
|
img.alignright,
|
|
.wp-caption.alignright {
|
|
margin: 0 0 20px 20px;
|
|
}
|
|
|
|
.gallery-caption,
|
|
.wp-caption-text {
|
|
margin: 0;
|
|
font-size: $entry-content__caption--font-size;
|
|
font-weight: $font-weight--semibold;
|
|
text-align: center;
|
|
}
|
|
|
|
.entry-content p.wp-caption-text {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.entry-content .wp-audio-shortcode,
|
|
.entry-content .wp-playlist,
|
|
.entry-content .wp-video {
|
|
margin: 0 0 30px;
|
|
}
|