MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 652: | Line 652: | ||
/* ===================================================== */ | /* ===================================================== */ | ||
/* ATRONIA | /* ATRONIA - Wikitable estilo técnico com grelha */ | ||
/* ===================================================== */ | /* ===================================================== */ | ||
| Line 659: | Line 659: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
background: #ffffff !important; | background: #ffffff !important; | ||
border: none; | |||
font-size: 14px; | font-size: 14px; | ||
} | } | ||
/* HEADER */ | |||
.vector-body .wikitable th { | .vector-body .wikitable th { | ||
background: #ffffff !important; | background: #ffffff !important; | ||
font-weight: 600; | font-weight: 600; | ||
text-align: | text-align: center; | ||
padding: | padding: 12px 14px; | ||
border: | border-bottom: 2px solid #3a3a3a; | ||
border- | border-right: 1px solid #3a3a3a; | ||
} | |||
/* remover última linha vertical no header */ | |||
.vector-body .wikitable th:last-child { | |||
border-right: none; | |||
} | } | ||
/* CELULAS */ | |||
.vector-body .wikitable td { | .vector-body .wikitable td { | ||
padding: | padding: 12px 14px; | ||
border: | text-align: center; | ||
border- | border-bottom: 1px solid #3a3a3a; | ||
border-right: 1px solid #3a3a3a; | |||
background: #ffffff !important; | background: #ffffff !important; | ||
} | } | ||
/* remover | /* remover última linha vertical nas células */ | ||
.vector-body .wikitable | .vector-body .wikitable td:last-child { | ||
border-right: none; | |||
} | |||
/* primeira coluna (ID) alinhada à esquerda */ | |||
.vector-body .wikitable td:first-child { | |||
text-align: left; | |||
} | } | ||