Mudanças entre as edições de "MediaWiki:Common.css"
De wiki.ufmt
(adicionando margem ao blockquote) |
(aumento margem entre parágrafos) |
||
Linha 6: | Linha 6: | ||
h2 { | h2 { | ||
margin-top: 1.3em; | margin-top: 1.3em; | ||
} | |||
p{ | |||
margin: 2em 0 0.5em 0; | |||
} | } | ||
Edição das 10h01min de 10 de agosto de 2020
/** o código CSS colocado aqui será aplicado a todos os temas */ blockquote { margin-inline-start: 30%; } h2 { margin-top: 1.3em; } p{ margin: 2em 0 0.5em 0; } .fullTable{ width: 100%; } .blueTable{ background-color: #bcd4ed; } .predefinitionTable{ width: 100%; background-color: #f8f9fa; color: #222; margin: 1em 0; border: 1px solid #a2a9b1; border-collapse: collapse; } .predefinitionTable td:first-child{ width: 1%; } .text-right{ text-align: right; }