|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/nandedex/www/wp-content/themes/colormag/assets/sass/base/elements/ |
/**
* Media.
*/
figure {
margin: 0;
text-align: center;
}
img {
max-width: 100%;
height: auto;
vertical-align: top;
}
.cm-entry-summary,
.comment-content,
.widget {
img {
max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
}
img {
&.size-full,
&.size-large {
max-width: 100%;
height: auto;
}
&.alignleft,
&.alignright,
&.aligncenter {
margin-bottom: 1.625em;
}
a & {
border: 0;
}
&#wpstats {
display: none;
}
}
.cm-entry-summary {
img {
&.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
}
}
/* Captions. */
.wp-caption {
margin-bottom: 1.5rem;
max-width: 100%;
img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
#cm-footer & {
border: 1px solid #444444;
}
.wp-caption-text {
margin: 0.8075rem 0;
}
}
.wp-caption-text {
text-align: center;
}
/* WordPress Gallery Support. */
.gallery {
margin: 0 auto 15px;
.gallery-caption {
font-size: 12px;
line-height: 1.2;
padding-top: 5px;
}
}
.gallery-item {
display: inline-block;
padding: 15px 2%;
text-align: center;
vertical-align: top;
width: 100%;
box-sizing: border-box;
.gallery-columns-3 &,
.gallery-columns-4 &,
.gallery-columns-5 & {
padding: 15px 1%;
}
.gallery-columns-6 &,
.gallery-columns-7 &,
.gallery-columns-8 &,
.gallery-columns-9 & {
padding: 10px 0.5%;
}
.gallery-columns-2 & {
width: 50%;
}
.gallery-columns-3 & {
width: 33.33%;
}
.gallery-columns-4 & {
width: 25%;
}
.gallery-columns-5 & {
width: 20%;
}
.gallery-columns-6 & {
width: 16.66%;
}
.gallery-columns-7 & {
width: 14.28%;
}
.gallery-columns-8 & {
width: 12.5%;
}
.gallery-columns-9 & {
width: 11.11%;
}
}
.gallery-icon {
img {
margin: 0 auto;
}
}