cosin-fahrplan/schedules/2014/style.css
2024-04-07 00:57:09 +02:00

121 lines
2.1 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: #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-assembly {
background-color: #0077ff;
border-color: #0077ff;
}
.event.track-assembly div.event-header {
background-color: #0077ff;
}
.event.track-assembly div.event-header a {
color: #fff;
}
.event.track-lecture {
background-color: #f2ff00;
border-color: #f2ff00;
}
.event.track-lecture div.event-header {
background-color: #f2ff00;
}
.event.track-lecture div.event-header a {
color: #000;
}
.event.track-movie {
background-color: #ff00ff;
border-color: #ff00ff;
}
.event.track-movie div.event-header {
background-color: #ff00ff;
}
.event.track-movie div.event-header a {
color: #000;
}
.event.track-workshop {
background-color: #44ff00;
border-color: #44ff00;
}
.event.track-workshop div.event-header {
background-color: #44ff00;
}
.event.track-workshop div.event-header a {
color: #fff;
}
/* Colorkeys for Tracks */
#colorkeys .track-assembly {
background-color: #0077ff;
}
#colorkeys .track-lecture {
background-color: #f2ff00;
}
#colorkeys .track-movie {
background-color: #ff00ff;
}
#colorkeys .track-workshop {
background-color: #44ff00;
}
#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 */