Mudanças entre as edições de "Common.css"
De Kraus & Naimer
| Linha 4: | Linha 4: | ||
.bg_produtos { background-image: url(images/bg_blue.jpg); color:#AC1024;; font-weight:bold; font-size:18px; font-family: Calibri, Verdana, Arial;} | .bg_produtos { background-image: url(images/bg_blue.jpg); color:#AC1024;; font-weight:bold; font-size:18px; font-family: Calibri, Verdana, Arial;} | ||
| − | table tbody th, table tbody td { text-align:center; padding:2px; } | + | table tbody th, table tbody td { text-align:center; padding:2px; border:1px #cccccc solid; } |
Edição das 08h25min de 19 de abril de 2018
/** o código CSS colocado aqui será aplicado a todos os temas */
/** 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 tbody th, table tbody td { text-align:center; padding:2px; border:1px #cccccc solid; }