CSS
div#principal
{
width:90%;
}
section#cinematica h2
{
font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
text-shadow: #C0C0C0 1px 1px 1px, #ccc -1px -1px 1px;
font-weight: bold;
text-align: left;
}
section#cinematica
{
margin: 0 auto;
width: 90%;
border-bottom: 1px solid #808080;
border-left: 1px solid #808080;
padding: 5px;
}
section#cinematica ul li
{
font-size:25px;
font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
text-shadow: #C0C0C0 1px 1px 1px, #ccc -1px -1px 1px;
margin:5px;
text-align: left;
padding-top:10px;
clear:both;
}
div.tabela
{
margin-top: 10px;
height:100%;
}
div#movimentoUniformementeVariado
{
margin:0 auto;
width:90%;
height:330px;
box-shadow: 10px 10px 10px 5px black;
margin-bottom:20px;
padding:5px;
}
span#aceleracao
{
font-weight:bold;
text-align:center;
}
span#span-01
{
float:left;
width:45%;
text-shadow:none;
margin:10px;
text-align:left;
padding:10px;
font-size:20px;
}
span#span-08
{
height:100%;
float:left;
width:45%;
text-shadow:none;
margin:10px;
text-align:left;
padding:10px;
font-size:18px;
}
span#span-09
{
float:left;
width:45%;
height:100%;
margin:10px;
padding:10px;
background-image: url("imagens/vel-x-tempo.GIF");
background-repeat: no-repeat;
background-position: center top;
}
h3.par-03
{
font-size:22px;
margin:10px;
text-align:center;
}
p#paragrafo
{
text-align:left;
font-size:20px;
text-shadow:none;
font-style:italic;
}
p#p-css
{
text-align:left;
color:blue;
font-size:12px;
}
p#p-css span
{
color:red;
}