mirror of
https://github.com/ChaosChemnitz/interfug15
synced 2025-06-28 13:36:07 +02:00
Snapshot des aktuellen Fahrplans eingefügt
This commit is contained in:
parent
d6216645e1
commit
0b9bdb36de
53 changed files with 10421 additions and 0 deletions
72
fahrplan/interfug2015/style.css
Normal file
72
fahrplan/interfug2015/style.css
Normal file
|
@ -0,0 +1,72 @@
|
|||
.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 */
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue