ATPS E-Commerce
Casos: ATPS E-Commerce. Pesquise 862.000+ trabalhos acadêmicosPor: Dexter • 30/11/2013 • 774 Palavras (4 Páginas) • 281 Visualizações
*{
margin:0;
padding:0;
}
body{
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
}
a{
color:#FFF;
}
#topo{
width:100%;
height:100px;
background-image: linear-gradient(to bottom, #03C, #06F);
}
#topoInterno{
width:1024px;
margin:0 auto;
height:100px;
}
#formTopo{
color:#FFF;
margin-top:5px;
margin-left:5px;
float:left;
}
#formTopo input[type="submit"]{
padding: 2px 5px 2px 5px;
}
#formTopo input[type="text"], #formTopo input[type="password"]{
padding: 1px;
outline:none;
}
#corpo{
margin:0 auto;
width:1024px;
height:400px;
padding:5px 5px 45px 5px;
}
#menuLateral{
background:#FFF;
float:left;
width:200px;
height:100%;
border:#06F 5px solid;
border-radius: 5px;
}
#menuLateral a{
color:#000;
text-decoration:none;
}
#menuLateral a:hover{
color:#000;
}
#menuLateral h1{
font-size: 1.5em;
text-align:center;
background:#06F;
}
#menuLateral ul{
margin-left:10px;
margin-top:20px;
}
#menuLateral ul li{
list-style:none;
width:180px;
height:20px;
margin-bottom:5px;
}
#menuLateral ul li:hover{
border-bottom:2px #06F solid;
height:18px;
}
#conteudo {
float:left;
width:794px;
height:400px;
background:#FFF;
margin-left:10px;
border:#06F 5px solid;
border-radius: 5px;
}
#cadastro form{
width:350px;
float:left;
}
#cadastro label{
width:100px;
float:left;
}
#cadastro input[type="text"], #cadastro input[type="email"]{
float:left;
}
#rodape{
color:#FFF;
width:100%;
height:30px;
background:#06F;
position:absolute;
bottom:0;
}
#rodapeInterno{
margin:0 auto;
width:1024px;
height:30px;
}
#rodapeInterno p{
text-align:right;
line-height:30px;
}
-- phpMyAdmin SQL Dump
-- version 3.5.1
-- http://www.phpmyadmin.net
--
-- Servidor: localhost
-- Tempo de Geração:
-- Versão do Servidor: 5.5.24-log
-- Versão do PHP: 5.4.3
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Banco de Dados: `atps`
...