PHP Classes

File: css/style.css

Recommend this page to a friend!
  Classes of Pablo Veinberg   PHP Validar CPF e CNPJ   css/style.css   Download  
File: css/style.css
Role: Auxiliary data
Content type: text/plain
Description: CSS Style
Class: PHP Validar CPF e CNPJ
Validate Brazil fiscal numbers
Author: By
Last change:
Date: 9 years ago
Size: 985 bytes
 

Contents

Class file image Download
/* To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. */ /* Created on : 06/07/2014, 10:37:19 Author : pablo_veinberg */ body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } #content { width: 900px; margin: 0 auto; } p { line-height: 25px; } p.valido { color: blue; font-weight: bold; } p.erro, li.erro { color: red; font-weight: bold; } table.api { width: 100%; font-size: 12px; margin-bottom: 20px; } table.api th, td { padding: 3px; } table.api th { color: blue; text-align: left; font-weight: bold; font-size: 14px; } table.api th.titulo { color:#000; font-size: 20px; height: 30px; text-align: left; background-color: #CCCCFF; } .nomeClasse { font-family: "Courier new"; }