c3d2-web/content/static/datenspuren/2019/fahrplan/style.css
2019-09-09 22:22:39 +02:00

103 lines
1.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: #a2d9f7;
border-color: #a2d9f7;
}
.event.track-default div.event-header {
background-color: #a2d9f7;
}
.event.track-default div.event-header a {
color: #000;
}
.conference-background {
background-color: #a2d9f7;
}
.event.track-datenspuren {
background-color: #0060aa;
border-color: #0060aa;
}
.event.track-datenspuren div.event-header {
background-color: #0060aa;
}
.event.track-datenspuren div.event-header a {
color: #fff;
}
#colorkeys .track-datenspuren {
background-color: #0060aa;
}
.label .track-datenspuren {
background-color: #0060aa;
}
.event.track-libertare-tage {
background-color: #57c900;
border-color: #57c900;
}
.event.track-libertare-tage div.event-header {
background-color: #57c900;
}
.event.track-libertare-tage div.event-header a {
color: #fff;
}
#colorkeys .track-libertare-tage {
background-color: #57c900;
}
.label .track-libertare-tage {
background-color: #57c900;
}
#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 */