Mudanças entre as edições de "Common.css"
De Kraus & Naimer
| Linha 11: | Linha 11: | ||
table tr:nth-child(even) {background: #FFF} | table tr:nth-child(even) {background: #FFF} | ||
table tr:nth-child(odd) {background: #EEE} | table tr:nth-child(odd) {background: #EEE} | ||
| − | table tbody th {background:# | + | table tbody th {background:#5E5E5D;color:#FFF;} |
table#aprovacao th, table#aprovacao td {border-top:0;border-bottom:0;} | table#aprovacao th, table#aprovacao td {border-top:0;border-bottom:0;} | ||
Edição das 15h24min de 20 de abril de 2018
/** o código CSS colocado aqui será aplicado a todos os temas */
/** 0. Ocultar **/
#footer-icons {display:none;}
/** 1. Formatação de Tabelas **/
.bg_produtos { background-image: url(images/bg_blue.jpg); color:#AC1024;; font-weight:bold; font-size:18px; font-family: Calibri, Verdana, Arial;}
table {width:100%;}
table tbody th, table tbody td {padding:2px 4px 2px 4px; border-top:1px #cccccc solid;border-bottom:1px #cccccc solid;}
table tr:nth-child(even) {background: #FFF}
table tr:nth-child(odd) {background: #EEE}
table tbody th {background:#5E5E5D;color:#FFF;}
table#aprovacao th, table#aprovacao td {border-top:0;border-bottom:0;}
table#aprovacao tr {background: #FFF}
table.center {text-align: center;}
/** 2. Formatação de Texto e Alinhamento**/
th.tcenter, td.tcenter, p.tcenter { text-align: center;}
th.tright, td.tright , p.tright { text-align: right;}
/** 3. Imagens **/