/* Estilos
@Author: Afrosio Sadie
Add styles to you project
<link href='css/estilo.css' rel='stylesheet' type='text/css'>
*/
td.bordtopleft
{
background-image: url('i/top_left_conner.jpg');
height:16px;
width: 16px;
background-repeat:no-repeat;
}
td.bordbottomleft
{
background-image: url('i/bottom_left_conner.jpg');
height:16px;
width: 16px;
background-repeat:no-repeat;
}
td.bordtopcenter
{
background-image: url('i/top1.jpg');
height:16px;
background-repeat:repeat-x;
}
td.bordbottomcenter
{
background-image: url('i/bottom1.jpg');
height:16px;
background-repeat:repeat-x;
}
td.bordleftop
{
background-image: url('i/top_right_conner.jpg');
height:16px;
width: 16px;
background-repeat:no-repeat;
}
td.bordrightbottom
{
background-image: url('i/bottom_right_conner.jpg');
height:16px;
width: 16px;
background-repeat:no-repeat;
}
td.bordright
{
background-image: url('i/right1.jpg');
width: 16px;
background-repeat:repeat-y;
}
td.bordleft
{
background-image: url('i/left1.jpg');
width: 16px;
background-repeat:repeat-y;
} |