MediaWiki:Common.css: Difference between revisions

From Virtujoy Documentation
No edit summary
mNo edit summary
 
Line 2: Line 2:


h3::before {
h3::before {
content: "\00A0\00A0";
content: "\00A0\00A0\00A0";
}
}


h4::before {
h4::before {
content: "\00A0\00A0\00A0\00A0";
content: "\00A0\00A0\00A0\00A0\00A0\00A0";
}
}


h5::before {
h5::before {
content: "\00A0\00A0\00A0\00A0\00A0\00A0";
content: "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0";
}
}

Latest revision as of 04:59, 6 November 2025

/* CSS placed here will be applied to all skins */

h3::before {
	content: "\00A0\00A0\00A0";
}

h4::before {
	content: "\00A0\00A0\00A0\00A0\00A0\00A0";
}

h5::before {
	content: "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0";
}