Mudanças entre as edições de "MediaWiki:Common.css"
De wiki.ufmt
m |
m |
||
Linha 25: | Linha 25: | ||
} | } | ||
.firstColumnNoZebra td:first-child { | .firstColumnNoZebra td:first-child { | ||
background-color: # | background-color: #dadcde; | ||
/* font-weight: bold;*/ | |||
} | } | ||
h2 { | h2 { |
Edição das 16h13min de 3 de setembro de 2021
#ca-talk { display:none!important; } .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: 5%; } .zebra tr:nth-child(even) { background-color: #d0d0d0; } .firstColumnNoZebra td:first-child { background-color: #dadcde; /* font-weight: bold;*/ } h2 { margin-top: 1.3em; } h3 { margin-top: 1em; } img{ max-width: 100% !important; height: auto; }