Módulo:Testes/Gkiyoshinishimoto/Hatnote/styles.css

/* {{Pp|small=y}} */
.hatnote {
	font-style: italic;
}

/* Limita a estrutura de folhas de estilos em cascatas (F.E.C., 'C.S.S.') para "divs" por causa de [[Módulo:Testes/Gkiyoshinishimoto/Hatnote inline]] */
div.hatnote {
	/* @noflip */
	padding-left: 1.6em;
	margin-bottom: 0.5em;
}

.hatnote i {
	font-style: normal;
}

/* O elemento "templatestyles" insere um elemento "link" antes das notas de cabeçalho ('hatnotes').
 * TODO: Remover "link" se/quando a W.M.F. resolver T200206 */
.hatnote + link + .hatnote {
	margin-top: -0.5em;
}