se las hago mas sencilla, vean la screen y fijense esos errores (q se agranda la celda q contiene el "redondeado", y el de la navbar que se hace mas alta y tiene un espacio de 1 pixel en el lado izquierdo) aca les dejo la hoja de estilos:
redondeado: theadi
navbar: navbar, navbari, navbard
Código:
BODY {
font: 11px Tahoma;
color : white;
background: #182B48 url('/styles/classic/fondo.gif')
}
A:link {text-decoration: none; background: transparent; color: white;}
A:visited {text-decoration: none; background: transparent; color: white;}
A:active {text-decoration: none; background: transparent; color: white;}
A:hover {text-decoration: none; background: transparent; color:#D4D0C8;}
P {
font-size: 11px;
}
.tdmodule {
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
font-size: 11px;
border: solid 1px;
border-color: #000000;
background: #000000;
color: white;
border-top-width: 0px;
}
.tdnormal {
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
font-size: 11px;
border: solid 1px;
border-color: #000000;
background:#0C2843;
color: white;
margin: 0px;
}
.thead {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
background: #182B48 url('/styles/classic/thead.gif');
font-size: 13px;
text-align: left;
color : white;
font-weight: bold;
border: solid 1px;
border-color: #000000;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-width: 1px;
margin: 0px;
}
.theadi {
background: #182B48 url('/styles/classic/theadi.gif');
color: white;
border-color: #000000;
border-bottom-width: 0px;
padding: 0px;
}
.footer {
padding-top: 5px;
padding-bottom: 5px;
background: #182B48 url('/styles/classic/thead.gif');
font-size: 13px;
text-align: right;
color : white;
font-weight: bold;
padding-left: 5px;
padding-right: 5px;
border: solid 1px;
border-color: #000000;
border-bottom-width: 0px;
}
.fondo {
background: #132238;
color: white;
}
.smallfont {
font-size: 11px;
}
.bigfont {
font-size: 12px;
font-weight: bold;
}
.normalfont {
font-size: 11px;
}
.calendario {
padding-top: 1px;
padding-left: 1px;
padding-right: 1px;
padding-bottom: 1px;
font-size: 11px;
border: solid 1px;
border-color: #000000;
background: #0C2843;
color : white;
}
.tcalendario {
background: #182B48 url('/styles/classic/thead.gif');
font-size: 12px;
text-align: left;
color : white;
font-weight: bold;
padding-left: 5px;
border: solid 1px;
border-color: #000000;
border-bottom-width: 0px;
}
.navbar {
padding-top: 2px;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px;
background: #182B48 url('/styles/classic/navbar.gif');
font-size: 11px;
text-align: center;
color : white;
font-weight: bold;
}
.navbari {
background: #182B48 url('/styles/classic/navbari.gif');
color: white;
}
.navbard {
background: #182B48 url('/styles/classic/navbard.gif');
color: white;
}
.header1 {
background: #182B48 url('/styles/classic/1.PNG');
color: white;
}
.header2 {
background: #182B48 url('/styles/classic/2.PNG');
color: white;
}
.header3 {
background: #182B48 url('/styles/classic/3.PNG');
color: white;
}