You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
672 B
SCSS
56 lines
672 B
SCSS
7 months ago
|
.gallery-item {
|
||
|
display: inline-block;
|
||
|
text-align: center;
|
||
|
vertical-align: top;
|
||
|
width: 100%;
|
||
|
|
||
|
a {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
a:focus img {
|
||
|
outline-offset: -2px;
|
||
|
}
|
||
|
|
||
|
.gallery-columns-2 & {
|
||
|
max-width: 50%;
|
||
|
}
|
||
|
|
||
|
.gallery-columns-3 & {
|
||
|
max-width: 33.33%;
|
||
|
}
|
||
|
|
||
|
.gallery-columns-4 & {
|
||
|
max-width: 25%;
|
||
|
}
|
||
|
|
||
|
.gallery-columns-5 & {
|
||
|
max-width: 20%;
|
||
|
}
|
||
|
|
||
|
.gallery-columns-6 & {
|
||
|
max-width: 16.66%;
|
||
|
}
|
||
|
|
||
|
.gallery-columns-7 & {
|
||
|
max-width: 14.28%;
|
||
|
}
|
||
|
|
||
|
.gallery-columns-8 & {
|
||
|
max-width: 12.5%;
|
||
|
}
|
||
|
|
||
|
.gallery-columns-9 & {
|
||
|
max-width: 11.11%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.gallery-caption {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
// Legacy images, linked
|
||
|
figure.wp-caption a:focus img {
|
||
|
outline-offset: 2px;
|
||
|
}
|