Jump to content

Template:Subinfobox bodystyle/styles.css

From FoxLabs Wiki
Revision as of 18:33, 18 January 2026 by Inari (talk | contribs) (Created page with "{{pp-protected|reason=match parent|small=yes}}: * Templatestyles implementation of the styling from {{Subinfobox bodystyle}}: .subinfobox table { background-color: transparent; color: var( --color-base, #202122 ); border-collapse:collapse; border-spacing:0; border:none !important; width:100%; margin:0; font-size:100%; clear:none; float:none; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-protected|reason=match parent|small=yes}} */
/*
 * Templatestyles implementation of the styling from {{Subinfobox bodystyle}}
 */

.subinfobox table {
	background-color: transparent;
	color: var( --color-base, #202122 );
	border-collapse:collapse;
	border-spacing:0;
	border:none !important;
	width:100%;
	margin:0;
	font-size:100%;
	clear:none;
	float:none;
}