mirror of
https://github.com/ChaosChemnitz/interfug15
synced 2024-12-22 10:02:23 +01:00
72 lines
1.2 KiB
CSS
72 lines
1.2 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; }
|
|
|
|
|
|
.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-track {
|
|
background-color: #555;
|
|
border-color: #555;
|
|
}
|
|
.event.track-track div.event-header {
|
|
background-color: #555;
|
|
}
|
|
.event.track-track div.event-header a {
|
|
color: #fff;
|
|
}
|
|
|
|
/* Colorkeys for Tracks */
|
|
|
|
|
|
#colorkeys .track-track {
|
|
background-color: #555;
|
|
}
|
|
|
|
#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 */
|
|
|