1 @import 'mediawiki.skin.variables.less';
2 @import 'content.variables.less';
4 figure[ typeof~='mw:File/Thumb' ],
5 figure[ typeof~='mw:File/Frame' ] {
6 border: @border-width-base-print;
7 border-bottom: 0; // No border to figcaption
8 background-color: @background-color-base-print;
10 > :not( figcaption ) .mw-file-element {
11 border: @border-thumbborder-print;
15 background-color: @background-color-base-print;
16 color: @color-thumbinner-print;
17 font-size: @font-size-thumbinner-print;
18 border: @border-width-base-print;
23 .mw-image-border .mw-file-element {
24 border: @border-width-base-print;