158 lines
2.8 KiB
CSS
158 lines
2.8 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; }
|
|
.cell-height17 { height: 677px; }
|
|
.cell-height18 { height: 717px; }
|
|
.cell-height19 { height: 757px; }
|
|
.cell-height20 { height: 797px; }
|
|
|
|
|
|
.event.track-default {
|
|
background-color: #555;
|
|
border-color: #555;
|
|
}
|
|
|
|
.event.track-default div.event-header {
|
|
background-color: #555;
|
|
}
|
|
|
|
.event.track-default div.event-header a {
|
|
color: #fff;
|
|
}
|
|
|
|
.conference-background {
|
|
background-color: #555;
|
|
}
|
|
|
|
|
|
.event.track-anderes {
|
|
background-color: #9cdaf6;
|
|
border-color: #9cdaf6;
|
|
}
|
|
.event.track-anderes div.event-header {
|
|
background-color: #9cdaf6;
|
|
}
|
|
|
|
.event.track-anderes div.event-header a {
|
|
color: #000;
|
|
}
|
|
|
|
#colorkeys .track-anderes {
|
|
background-color: #9cdaf6;
|
|
}
|
|
|
|
.event.track-ccc-ch {
|
|
background-color: #5a59ac;
|
|
border-color: #5a59ac;
|
|
}
|
|
.event.track-ccc-ch div.event-header {
|
|
background-color: #5a59ac;
|
|
}
|
|
|
|
.event.track-ccc-ch div.event-header a {
|
|
color: #fff;
|
|
}
|
|
|
|
#colorkeys .track-ccc-ch {
|
|
background-color: #5a59ac;
|
|
}
|
|
|
|
.event.track-cosin-orga {
|
|
background-color: #d4a4e8;
|
|
border-color: #d4a4e8;
|
|
}
|
|
.event.track-cosin-orga div.event-header {
|
|
background-color: #d4a4e8;
|
|
}
|
|
|
|
.event.track-cosin-orga div.event-header a {
|
|
color: #000;
|
|
}
|
|
|
|
#colorkeys .track-cosin-orga {
|
|
background-color: #d4a4e8;
|
|
}
|
|
|
|
.event.track-hardware {
|
|
background-color: #91feda;
|
|
border-color: #91feda;
|
|
}
|
|
.event.track-hardware div.event-header {
|
|
background-color: #91feda;
|
|
}
|
|
|
|
.event.track-hardware div.event-header a {
|
|
color: #000;
|
|
}
|
|
|
|
#colorkeys .track-hardware {
|
|
background-color: #91feda;
|
|
}
|
|
|
|
.event.track-software {
|
|
background-color: #f4f9cf;
|
|
border-color: #f4f9cf;
|
|
}
|
|
.event.track-software div.event-header {
|
|
background-color: #f4f9cf;
|
|
}
|
|
|
|
.event.track-software div.event-header a {
|
|
color: #000;
|
|
}
|
|
|
|
#colorkeys .track-software {
|
|
background-color: #f4f9cf;
|
|
}
|
|
|
|
.event.track-unterhaltung {
|
|
background-color: #cbcee3;
|
|
border-color: #cbcee3;
|
|
}
|
|
.event.track-unterhaltung div.event-header {
|
|
background-color: #cbcee3;
|
|
}
|
|
|
|
.event.track-unterhaltung div.event-header a {
|
|
color: #000;
|
|
}
|
|
|
|
#colorkeys .track-unterhaltung {
|
|
background-color: #cbcee3;
|
|
}
|
|
|
|
#colorkeys {
|
|
font-size: .8em;
|
|
opacity: .85;
|
|
}
|
|
|
|
#colorkeys ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
#colorkeys ul li {
|
|
margin: 0 .2em;
|
|
float: right;
|
|
}
|
|
|
|
#colorkeys ul li div {
|
|
padding: 0;
|
|
}
|
|
|
|
/* Custom Conference CSS */
|
|
|