Mudanças entre as edições de "Estilos Pastoral.css"
De wiki2
Linha 7: | Linha 7: | ||
.grande{ | .grande{ | ||
width: 100%; | width: 100%; | ||
+ | } | ||
+ | .alinhar_centro{ | ||
+ | margin: auto; | ||
} | } | ||
.wikitable_azul { | .wikitable_azul { | ||
Linha 19: | Linha 22: | ||
padding: 10px; | padding: 10px; | ||
color: #061D0D; | color: #061D0D; | ||
− | text-align: | + | text-align: center; |
font-weight: bold; | font-weight: bold; | ||
background-color: #16a3d3; | background-color: #16a3d3; | ||
Linha 42: | Linha 45: | ||
.wikitable_verde th{ | .wikitable_verde th{ | ||
padding: 10px; | padding: 10px; | ||
− | text-align: | + | text-align: center; |
color: #061D0D; | color: #061D0D; | ||
font-weight: bold; | font-weight: bold; | ||
Linha 67: | Linha 70: | ||
padding: 10px; | padding: 10px; | ||
color: #061D0D; | color: #061D0D; | ||
− | text-align: | + | text-align: center; |
font-weight: bold; | font-weight: bold; | ||
background-color: #DD9F41; | background-color: #DD9F41; |
Edição das 14h30min de 9 de março de 2017
.pequena{ width: 50%; } .media{ width: 75%; } .grande{ width: 100%; } .alinhar_centro{ margin: auto; } .wikitable_azul { margin: 20px 0; font-weight: bold; text-align: center; border: 1px solid #084053; border-spacing: 0; border-collapse: collapse; } .wikitable_azul th{ padding: 10px; color: #061D0D; text-align: center; font-weight: bold; background-color: #16a3d3; border: 1px solid #084053; } .wikitable_azul td{ padding: 10px; text-align: left; background-color: #C3F5FC; border: 1px solid #084053; font-weight: normal; }
.wikitable_verde { margin: 20px 0; font-weight: bold; text-align: center; border: 1px solid #139031; border-spacing: 0; border-collapse: collapse; } .wikitable_verde th{ padding: 10px; text-align: center; color: #061D0D; font-weight: bold; background-color: #A4F3B7; border: 1px solid #139031; } .wikitable_verde td{ padding: 10px; text-align: left; background-color: #CCFFCC; border: 1px solid #139031; font-weight: normal; }
.wikitable_marrom { margin: 20px 0; font-weight: bold; text-align: center; border: 1px solid #674512; border-spacing: 0; border-collapse: collapse; } .wikitable_marrom th{ padding: 10px; color: #061D0D; text-align: center; font-weight: bold; background-color: #DD9F41; border: 1px solid #674512; } .wikitable_marrom td{ padding: 10px; text-align: left; background-color: #F7E3C7; border: 1px solid #674512; font-weight: normal; }