24 lines
417 B
CSS
Executable File
24 lines
417 B
CSS
Executable File
.first-level{
|
|
background-color: #ffffff;
|
|
}
|
|
.second-level{
|
|
background-color: rgba(192,192,192, 0.1);
|
|
}
|
|
.third-level{
|
|
background-color: rgba(192,192,192, 0.15);
|
|
}
|
|
.fourth-level{
|
|
background-color: rgba(192,192,192, 0.25);
|
|
}
|
|
.fifth-level{
|
|
background-color: rgba(192,192,192, 0.4);
|
|
}
|
|
|
|
.first-level td,
|
|
.second-level td,
|
|
.third-level td,
|
|
.fourth-level td,
|
|
.fifth-level td{
|
|
vertical-align: middle;
|
|
}
|