git-svn-id: https://192.168.0.254/svn/Proyectos.LaFactoriaVerde_Web/trunk@2 017afc1c-778d-45dc-8efe-cc7a6876851a
41 lines
605 B
CSS
41 lines
605 B
CSS
/*
|
|
Cusco Sky table styles
|
|
written by Braulio Soncco http://www.buayacorp.com
|
|
*/
|
|
|
|
table, th, td {
|
|
border: 1px solid #D4E0EE;
|
|
border-collapse: collapse;
|
|
font-family: "Trebuchet MS", Arial, sans-serif;
|
|
color: #555;
|
|
}
|
|
|
|
caption {
|
|
font-size: 150%;
|
|
font-weight: bold;
|
|
margin: 5px;
|
|
}
|
|
|
|
td, th {
|
|
padding: 4px;
|
|
}
|
|
|
|
thead th {
|
|
text-align: center;
|
|
background: #E6EDF5;
|
|
color: #4F76A3;
|
|
font-size: 100% !important;
|
|
}
|
|
|
|
tbody th {
|
|
font-weight: bold;
|
|
}
|
|
|
|
tbody tr { background: #FCFDFE; }
|
|
|
|
tbody tr.odd { background: #F7F9FC; }
|
|
|
|
|
|
tfoot th, tfoot td {
|
|
font-size: 85%;
|
|
} |