2 * These styles are common to both print and screen media.
3 * Use the -print or without postfix files to apply styles more selectively.
6 /* stylelint-disable selector-class-pattern */
8 @import 'mediawiki.skin.variables.less';
9 @import 'content.variables.less';
10 @import 'mediawiki.mixins.less';
19 body.skin--responsive & {
20 @media all and ( max-width: @max-width-breakpoint-mobile ) {
34 @media all and ( max-width: @max-width-breakpoint-mobile ) {
35 body.skin--responsive & {
46 margin: @margin-floatright;
51 margin: @margin-floatleft;
57 background-color: transparent;
58 margin-bottom: @margin-bottom-thumb;
63 margin: @margin-tleft;
68 margin: @margin-tright;
73 line-height: @line-height-thumbcaption;
84 /* new block formatting context,
85 * to clear background from floating content */
89 // When rendering two images side by side, ensure they always appear side by side as intended
90 // Avoid image child overflowing the container (T200518)/
93 @media all and ( max-width: @max-width-breakpoint-mobile ) {
94 body.skin--responsive & {
98 place-content: flex-start center;
99 flex-flow: column wrap;