dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
21 lines (20 loc) • 363 B
CSS
/* Printed grid may have a title, which is included in an <h1> tag */
h1{
text-align: center;
color: blue;
}
table{
color: black;
}
.grid_header{
color: red;
background-color: green;
font-style: italic;
font-weight: bold;
}
.grid_odd_row{
background-color: RGB(237,227,205);
}
.grid_row_1,.grid_row_2,.grid_row_5,.grid_row_6{
background-color: yellow;
}