Sha256: b6a39486df1955cdacb04740fa780e6ca8a22018f4c152e6e4e8a3f2c9823cba
Contents?: true
Size: 1.61 KB
Versions: 3
Compression:
Stored size: 1.61 KB
Contents
figure { display: block; padding: 0px; margin: 5px 0px; border: solid $base-gray-color 1px; box-shadow: $base-shadow $base-gray-color; shape-margin: 5px; &.logo { border: none; box-shadow: none; } break-inside: avoid; page-break-inside: avoid; a:link { color: $base-link-color; text-decoration: none; } a:visited { color: $visited-link-color; text-decoration: none; } a:link:hover { text-decoration: underline; } img { display: block; max-width: 100%; } iframe { display: block; border: 0px; margin: 0px; padding: 0px; width: 100%; } figcaption { display: block; font-style: italic; font-size: $small-font-size; text-align: center; margin: 3px 5px 2px; } } img { max-width: 100%; } iframe.square { aspect-ratio: 1/1; } iframe.hd { aspect-ratio: 16/9; } .strict-left { float: left; margin-right: 10px; } .strict-right { float: right; margin-left: 10px; } .center, .__center { float: none; clear: both; margin: 10px auto; } .left, .__left { @extend .strict-left; shape-margin: 10px; @media screen and (max-width: 500px) { float: none; margin: 5px auto 5px; } } .right, .__right { @extend .strict-right; shape-margin: 10px; @media screen and (max-width: 500px) { float: none; margin: 10px auto; } } div.image-box { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center; column-gap: 20px; row-gap: 10px; margin: 10px 0px; } .face { overflow: hidden; border-radius: 50%; shape-outside: circle(50%); shape-margin: 5px; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-shikhalev-0.1.0.8 | _sass/nova/content/images.scss |
jekyll-theme-shikhalev-0.1.0.6 | _sass/nova/content/images.scss |
jekyll-theme-shikhalev-0.1.0.5 | _sass/nova/content/images.scss |