|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/rcwsweb1/ |
Upload File : |
/*
TableCloth
by Alen Grakalic, brought to you by cssglobe.com
*/
/* general styles */
#table1,td{font:100% Arial, Helvetica, sans-serif;
}
#table1 {width:100%;border-collapse:collapse;margin:1em 0;}
#table1 th, td{text-align:left;padding:.5em;border:1px solid #fff; font-size:12px;}
#table1 th {background:#328aa4 url(tablecloth/tr_back.gif) repeat-x;color:#fff;}
#table1 td{background:#e5f1f4;}
/* tablecloth styles */
#table1 tr.even td {background:#e5f1f4;}
#table1 tr.odd td{background:#f8fbfc;}
#table1 TFOOT.red td {background:#26435F; color:#FFF; font:bold;}
/* use this if you want to apply different styleing to empty table cells*/
#table1 td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}