97 lines
1.6 KiB
CSS
97 lines
1.6 KiB
CSS
.cell-height1 {
|
|
height: 40px;
|
|
}
|
|
.cell-height2 {
|
|
height: 77px;
|
|
}
|
|
.cell-height3 {
|
|
height: 117px;
|
|
}
|
|
.cell-height4 {
|
|
height: 157px;
|
|
}
|
|
.cell-height5 {
|
|
height: 197px;
|
|
}
|
|
.cell-height6 {
|
|
height: 237px;
|
|
}
|
|
.cell-height7 {
|
|
height: 277px;
|
|
}
|
|
.cell-height8 {
|
|
height: 317px;
|
|
}
|
|
.cell-height9 {
|
|
height: 357px;
|
|
}
|
|
.cell-height10 {
|
|
height: 397px;
|
|
}
|
|
.cell-height11 {
|
|
height: 437px;
|
|
}
|
|
.cell-height12 {
|
|
height: 477px;
|
|
}
|
|
.cell-height13 {
|
|
height: 517px;
|
|
}
|
|
.cell-height14 {
|
|
height: 557px;
|
|
}
|
|
.cell-height15 {
|
|
height: 597px;
|
|
}
|
|
.cell-height16 {
|
|
height: 637px;
|
|
}
|
|
|
|
|
|
.event.track-default {
|
|
background-color: #4b45c9;
|
|
border-color: #4b45c9;
|
|
}
|
|
.event.track-default div.event-header {
|
|
background-color: #4b45c9;
|
|
}
|
|
.event.track-default div.event-header a {
|
|
color: #fff;
|
|
}
|
|
.conference-background {
|
|
background-color: #4b45c9;
|
|
}
|
|
|
|
|
|
.event.track-movies {
|
|
background-color: #782a78;
|
|
border-color: #782a78;
|
|
}
|
|
.event.track-movies div.event-header {
|
|
background-color: #782a78;
|
|
}
|
|
.event.track-movies div.event-header a {
|
|
color: #fff;
|
|
}
|
|
|
|
.event.track-talks {
|
|
background-color: #1d3c91;
|
|
border-color: #1d3c91;
|
|
}
|
|
.event.track-talks div.event-header {
|
|
background-color: #1d3c91;
|
|
}
|
|
.event.track-talks div.event-header a {
|
|
color: #fff;
|
|
}
|
|
|
|
.event.track-workshops {
|
|
background-color: #3b7d30;
|
|
border-color: #3b7d30;
|
|
}
|
|
.event.track-workshops div.event-header {
|
|
background-color: #3b7d30;
|
|
}
|
|
.event.track-workshops div.event-header a {
|
|
color: #fff;
|
|
}
|