Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.skinning / content.media-print.less
blobe08bf3bf1f03c4df1d97f82335a1fb7ccc1cea29
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;
12         }
14         > figcaption {
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;
19                 border-top: 0;
20         }
23 .mw-image-border .mw-file-element {
24         border: @border-width-base-print;