c3d2-web/content/static/datenspuren/2018/fahrplan/style.css
2018-09-13 01:21:48 +02:00

120 lines
2.9 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-alles {
background-color: #555;
border-color: #555;
}
.event.track-alles div.event-header {
background-color: #555;
}
.event.track-alles div.event-header a {
color: #fff;
}
#colorkeys .track-alles {
background-color: #555;
}
.label .track-alles {
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 */
a {color: #b6ff00;}
body {margin:0;padding:0;color: white;background-color: #191919;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 16px;}
#main-content {color: white;background-color: #191919;border-right:none;border-top:none;border-bottom:none;border-left:3px solid white;}
#header {background:none;}
#header h1 {color: white;}
#navigation {padding:10px 0.7em 1em 0.7em;}
#navigation ul li {padding:0 0 0.7em;}
#navigation ul li a {color: white;border:2px solid white;border-radius:2em;padding:2px 8px;}
#navigation ul li a:hover {color: black;background-color: #b6ff00;text-decoration: none;}
#main-content p.release {background-color: #b6ff00;color: black;border-radius:2em;}
/* Tables */
table.rooms-table {background:none;}
table.rooms-table th {color: #fff;border:1px solid #555;border:none;}
table.rooms-table td {border:1px solid #555;border-top:none;width: 200px;}
table.rooms-table td.cell-time, table.rooms-table th.cell-time {border-bottom:1px solid #555;color:white;background-color: #191919;}
.event {border:1px solid #555;border-radius:5px;}
.event-wrapper {height: 100%;border-radius:5px;overflow: auto;}
.event-details {color: black;}
.cell {border-bottom:1px solid #666;}
table.list td {background:none;}
.page-button {background:#5d5e5d;border-bottom:1px solid;font-weight: bold;font-size: 24px;padding:5px 10px 5px 10px;margin:5px;color: #fff;border-radius:5px;}
.page-button.disabled {color: #9D9D9D;}