Mudanças entre as edições de "MediaWiki:Common.css"
De wiki.ufmt
(diminuindo margem entre parágrafos) |
|||
Linha 1: | Linha 1: | ||
/** o código CSS colocado aqui será aplicado a todos os temas */ | /** o código CSS colocado aqui será aplicado a todos os temas */ | ||
@import url("extensions/TinyMCE/tinymce/plugins/fontawesome/css/font-awesome.min.css"); | |||
.fullTable{ | .fullTable{ | ||
width: 100%; | width: 100%; | ||
} | } | ||
.blueTable{ | .blueTable{ | ||
background-color: #bcd4ed; | background-color: #bcd4ed; | ||
} | } | ||
.predefinitionTable{ | .predefinitionTable{ | ||
width: 100%; | width: 100%; | ||
Linha 28: | Linha 16: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
.predefinitionTable td:first-child{ | .predefinitionTable td:first-child{ | ||
width: 1%; | width: 1%; | ||
} | } | ||
h2 { | |||
margin-top: 1.3em; | |||
} | } |
Edição das 15h46min de 13 de agosto de 2020
/** o código CSS colocado aqui será aplicado a todos os temas */ @import url("extensions/TinyMCE/tinymce/plugins/fontawesome/css/font-awesome.min.css"); .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%; } h2 { margin-top: 1.3em; }