30/05/2006, 21:34
|
| | Fecha de Ingreso: marzo-2006
Mensajes: 401
Antigüedad: 18 años, 10 meses Puntos: 1 | |
Cita: <style type="text/css">
#navcontainer ul
{
padding-left:auto ;
margin-left: 4;
background-color:#282828;
color: White;
float:left;
width: 539;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}
#navcontainer ul li { display: inline; }
#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #282828;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #FFFFFF;
border-style: dashed;
border-width: 1;
border-top:0;
border-bottom:0;
border-right:0;
}
#navcontainer ul li a:hover
{
background-color: #ff0000;
color: #000;
}
</style>
<style type="text/css">
body {
position:absolute;
background-image: url(header.gif);
background-repeat:no-repeat;
background-position: 10px 0 0px 0px ;
margin: 106px 0 0px 2px;;
}
div.BR {
position:absolute;
position: absolute;
top: 134px;
left: 407px;
width: 390px;
height: 150px;
float: right;
border-color: #282828;
border-style: dashed;
border-width: 1;
border-top-width: 1;
}
div.SS {
position:absolute;
left: 565px;
top: 347px;
margin-top: -13.3em;
margin-left: -34.7em;
border-color: #282828;
border-style: solid;
border-width: 1;
border-top-width: 1;
float: left;
}
div.A {
position:absolute;
left: 565px;
top: 347px;
margin-top: -3.7em;
margin-left: -9.9em;
border-color: #282828;
border-style: dashed;
border-width: 1;
border-top-width: 1;
float: right;
}
div.A2 {
position:absolute;
left: 565px;
top: 347px;
margin-top: -3.7em;
margin-left: 2.5em;
border-color: #282828;
border-style: dashed;
border-width: 1;
border-top-width: 1;
float: right;
}
div.Today {
position:absolute;
left: 565px;
top: 347px;
margin-top: -0.03 em;
margin-left: -34.7em;
float: left;
}
div.Ad {
position:absolute;
left: 565px;
top: 347px;
margin-top: -0.03 em;
margin-left: -4.2em;
float: right;
}
div.TituloToday {
position:absolute;
left: 565px;
top: 351px;
margin-top: -0.03 em;
margin-left: -64em;
color: White;
float:left;
width: 539;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
float: left;
}
</style> |