Actions

MediaWiki

Common.css: Difference between revisions

From Beyond the Pale

Kauria (talk | contribs)
No edit summary
Tag: Reverted
Kauria (talk | contribs)
No edit summary
Tag: Reverted
Line 1: Line 1:
/**
* Common TemplateStyles used by [[Template:Extension]], [[Template:Skin]],
* [[Template:Tool]], etc.
*/
.wikitable {
.wikitable {
box-sizing: border-box;
box-sizing: border-box;
Line 11: Line 7:
background-color: white;
background-color: white;
color: #333;
color: #333;
/* these are overriden by .infobox-rtl on the templates of interest */
/* @noflip */
clear: right;
/* @noflip */
float: right;
/* @noflip */
margin: 0 0 0.5em 0.5em;
margin: 0 0 0.5em 0.5em;
}
}

Revision as of 05:57, 12 December 2025

.wikitable {
	box-sizing: border-box;
	border: 2px solid var( --border-color-base, #a2a9b1 );
	width: 280px;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: white;
	color: #333;
	margin: 0 0 0.5em 0.5em;
}