2 * wikitable class for skinning normal tables.
3 * Keep in sync with content.tables-print.less.
6 /* stylelint-disable selector-class-pattern */
8 @import 'mediawiki.skin.variables.less';
10 @media all and ( max-width: @max-width-breakpoint-mobile ) {
20 * Disable the above behaviour when noresize is present.
21 * See mediawiki.skinning/interface for more information.
30 background-color: @background-color-neutral-subtle;
33 border: @border-width-base @border-style-base @border-color-base;
34 border-collapse: collapse;
40 border: @border-width-base @border-style-base @border-color-base;
46 background-color: @background-color-neutral;
55 @media all and ( max-width: @max-width-breakpoint-mobile ) {
56 body.skin--responsive & {