molecules/scripts/gen_html/style.css
2012-05-21 18:32:23 +02:00

29 lines
275 B
CSS

body
{
font-size: 14px;
font-family: Verdana,sans-serif,"Times New Roman"
}
table
{
border: 1px solid #A0522D;
border-collapse:collapse;
width: 80%;
}
td
{
border:1px solid #A0522D;
}
th
{
background-color: #90EE90;
color:black;
}
td:hover
{
background-color: #CACACA;
}