8
| <![CDATA[<style>
body{
background: url(images/bg_body.png) top left repeat-x;
min-height: 250px;
margin: 0;
padding: 0;}
body, input, label, select, option{
font-family: sans-serif;
font-size: 14px;
color: #333;}
div#erro_404{
background: url(images/bg404error.png) no-repeat;
width: 330px; /*-370px padding*/
height: 350px;
position: absolute;
top: 50%;
left: 50%;
margin: -225px 0 0 -350px;
padding: 80px 0 0 370px;
color: #fff;}
div#erro_404 h1{
margin: 0;
padding: 0;
font-size: 24px;
text-shadow: 1px 1px 5px #004581; /*x y blur cor*/}
div#erro_404 p{
line-height: 24px;}
div#erro_404 a{
font-weight: bold;
text-decoration: underline;
color: #fff;}
div#erro_404 a:hover{
color: #e6f3f9;
text-decoration: none;}
</style>]]>
|