Predefinição:Hatnote/styles.css: diferenças entre revisões

Fonte: Ymirheim Wiki
Sem resumo de edição
mSem resumo de edição
 
Linha 1: Linha 1:
.hatnote {
.hatnote {
font-style: italic;
font-style: italic;
padding-bottom: 0.4em;
padding-left: 1.6em;
margin-bottom: 0.4em;
margin-bottom: 0.4em;
color: #555;
color: #555;
Linha 8: Linha 8:
.hatnote.no-border {
.hatnote.no-border {
border-bottom: none;
border-bottom: none;
}
.mw-parser-output div.hatnote {
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}
}

Edição atual desde as 10h38min de 5 de outubro de 2021

.hatnote {
	font-style: italic;
	padding-left: 1.6em;
	margin-bottom: 0.4em;
	color: #555;
	border-bottom: 1px solid #ccc;
}
.hatnote.no-border {
	border-bottom: none;
}