topical media & game development
basic-web-html-07-tableStyles.css / css
/* CSS Style sheet for tableStyles.html */
body {
background-color:#ffffff;
font-family:arial, verdana, sans-serif;
font-size:14px;}
table {
border-style:solid;
border-width:1px;
border-color:#666666;}
th {
color:#ffffff;
background-color:#999999;
font-weight:bold;
border:none;
padding:4px;}
tr {background-color:#cccccc;}
tr.odd {background-color:#efefef;}
td {
color:#000000;
padding:2px;}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.