Mudanças entre as edições de "MediaWiki:Common.css"
De wiki.ufmt
m (add stripped table class) |
m |
||
(18 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 21: | Linha 21: | ||
width: 5%; | width: 5%; | ||
} | } | ||
.zebra | .zebra tr:nth-child(even) { | ||
tr:nth-child(even) { | background-color: #d0d0d0; | ||
background-color: # | |||
} | } | ||
h2 { | h2 { | ||
margin-top: 1.3em; | margin-top: 1.3em; | ||
Linha 36: | Linha 34: | ||
max-width: 100% !important; | max-width: 100% !important; | ||
height: auto; | height: auto; | ||
} | |||
.calendario{ | |||
width: 100%; | |||
table-layout: fixed; | |||
color: #222; | |||
margin: 1em 0; | |||
border: 1px solid #a2a9b1; | |||
border-collapse: collapse; | |||
text-align: center; | |||
} | |||
.calendarioBorda{ | |||
border: 1px solid #a2a9b1; | |||
text-align: center; | |||
font-weight: bold; | |||
} | |||
.calendarioDestaque{ | |||
background-color: #cdd3d9; | |||
text-align: center; | |||
border: 0px; | |||
font-weight: bold; | |||
} | } |
Edição atual tal como às 17h37min de 6 de maio de 2022
#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; } h2 { margin-top: 1.3em; } h3 { margin-top: 1em; } img{ max-width: 100% !important; height: auto; } .calendario{ width: 100%; table-layout: fixed; color: #222; margin: 1em 0; border: 1px solid #a2a9b1; border-collapse: collapse; text-align: center; } .calendarioBorda{ border: 1px solid #a2a9b1; text-align: center; font-weight: bold; } .calendarioDestaque{ background-color: #cdd3d9; text-align: center; border: 0px; font-weight: bold; }