Executiva Nacional dos Estudantes de Computação
CSS das tablelas do sítio
%STARTINCLUDE%
#conteudo table{
margin: auto auto auto auto;
border-collapse: collapse;
border: none;
border-top: 2px solid #B0B0B0;
border-bottom: 2px solid #B0B0B0;
empty-cells: show;
}
#conteudo table tr th,
#conteudo table tr td{
color: #000000;
background-color: #FFFFFF;
font-size: 12px;
padding: 1px 6px 1px 6px;
border: none;
}
#conteudo table tr th{
text-align: center;
color: #000000;
background-color: #a5cb9b;
border-left: 1px solid #F8F8F8;
border-right: 1px solid #F8F8F8;
border-bottom: 2px solid #B0B0B0;
}
#conteudo table tr td{
border-left: 1px solid #F8F8F8;
border-right: 1px solid #F8F8F8;
border-bottom: 1px solid #B0B0B0;
}
#conteudo #anexos table tr th,
#conteudo #anexos table tr td{
font-size: 9px;
}
#conteudo #anexos table tr td img{
display: none;
}
#conteudo table tr th a{
text-decoration: none;
}
#conteudo table tr th td a:link,
#conteudo table tr th td a:active,
#conteudo table tr th td a:visited,
#conteudo table tr th a:hover{
color: #000000;
}
%STOPINCLUDE%