uau
By: a guest | Mar 14th, 2010 | Syntax:
CSS | Size: 1.44 KB | Hits: 61 | Expires: Never
body {
background-image: url("images/top.png");
background-repeat: repeat-x;
clear: both;
font-size: 16px;
text-align: center;
}
h1 {
padding: 20px;
text-align: center;
font-family: "Sans";
font-size: 35px;
color: #5A5A5A;
width: 1000px;
margin: 18px auto;
border-right-style: solid;
border-style: solid;
border-width: 0 0 1px 0;
}
#idSobre {
float: center;
width: 200px;
}
#menu {
clear: both;
padding:0;
margin:8px;
color:#fff;
font-family: arial, helvetica, sans-serif;
}
#div_menu {
width: 200px;
float: left;
border-right-style: solid;
border-style: solid;
border-width: 0 1px 0 0;
border-color: #5A5A5A;
padding: 30px 40px;
}
#menu li {
list-style-type: none;
padding: 3px 50px;
}
#menu li a {
color: #5A5A5A;
text-align: left;
text-decoration: none;
font-size: 15px;
float: center;
padding: 1px 30px;
}
#menu li a:hover {
color: #000000;
font-size: 14px;
text-decoration: overline underline;
}
.texto {
border-left-style: 1px dotted;
border-color: #000000;
padding: 80px;
font-family: "Sans";
font-size: 13px;
color: #000000;
min-width: 500px;
max-width: 800px;
margin: 30px 0 0 30px;
float: center;
}
a:link {
color: #5A5A5A;
text-decoration:none;
}
a:visited {
color: #5A5A5A;
text-decoration:none;
}
a:hover {
color: #5A5A5A;
text-decoration:none;
}
a:active {
color: #5A5A5A;
text-decoration:none;
}