2015-05-27 19:50:25 +02:00
|
|
|
body {
|
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab_content {
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
visibility: hidden;
|
2015-06-02 21:39:56 +02:00
|
|
|
max-width: 750px;
|
2015-06-04 18:00:23 +02:00
|
|
|
/*margin: 0 auto;*/
|
2015-05-27 19:50:25 +02:00
|
|
|
margin-bottom: 140px;
|
|
|
|
padding: 10px;
|
|
|
|
position: absolute;
|
2015-06-04 18:00:23 +02:00
|
|
|
/*left: 50%;
|
|
|
|
margin-left: -380px;*/
|
2015-05-27 19:50:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab_content.current {
|
|
|
|
/*display: block;*/
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
.schedule .tabs {
|
|
|
|
list-style: none;
|
|
|
|
padding-left: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
background: rgba(69, 155, 143, 0.8);
|
|
|
|
}
|
|
|
|
|
|
|
|
.schedule .tabs li {
|
|
|
|
width: 105px;
|
|
|
|
height: 80px;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 15px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.schedule .tabs li span {
|
|
|
|
font-size: 30px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.schedule .tabs li.active {
|
|
|
|
background: #459B8F;
|
|
|
|
}
|
|
|
|
|
|
|
|
.schedule .tabs li.active:hover {
|
|
|
|
background: #459B8F;
|
|
|
|
}
|
|
|
|
|
|
|
|
.schedule .tabs li:hover {
|
|
|
|
background: rgba(69, 155, 143, 0.6)
|
|
|
|
}
|
|
|
|
|
|
|
|
.schedule_content {
|
|
|
|
background: rgba(0, 0, 0, 0.3);
|
|
|
|
max-height: 0px;
|
|
|
|
transition: max-height 2s ease;
|
2015-06-02 21:39:56 +02:00
|
|
|
|
2015-06-03 14:29:03 +02:00
|
|
|
overflow-y: auto;
|
2015-06-08 17:14:05 +02:00
|
|
|
overflow-x: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
2015-05-27 19:50:25 +02:00
|
|
|
/*transition-delay: 1s;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.schedule.current .schedule_content {
|
2015-06-02 21:39:56 +02:00
|
|
|
max-height: 300px;
|
2015-05-27 19:50:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.schedule_content table {
|
|
|
|
opacity: 0;
|
|
|
|
/*transition: all 1s ease;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.schedule.current .schedule_content table {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transition-delay: 0.6s;
|
|
|
|
transition-delay: 0.6s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.schedule_item {
|
|
|
|
display: none;
|
|
|
|
font-size: 17px;
|
|
|
|
text-align: left;
|
|
|
|
text-transform: uppercase;
|
|
|
|
padding: 30px 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.schedule_item.active {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.schedule_item .time_grid {
|
|
|
|
font-weight: 300;
|
|
|
|
color: #AAAAAA;
|
|
|
|
}
|
|
|
|
|
2015-06-08 17:14:05 +02:00
|
|
|
.schedule_item .time_grid div {
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
|
2015-05-27 19:50:25 +02:00
|
|
|
.schedule_item .name_grid {
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
|
2015-06-08 17:14:05 +02:00
|
|
|
.schedule_item .name_grid div {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2015-05-27 19:50:25 +02:00
|
|
|
.schedule_item h4 {
|
|
|
|
margin: 10px 0px;
|
|
|
|
font-weight: 400;
|
2015-06-02 18:59:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 730px) {
|
|
|
|
.tab_content {
|
|
|
|
margin-top: 0px;
|
|
|
|
width: auto;
|
|
|
|
max-width: 100%;
|
|
|
|
margin-left: auto;
|
|
|
|
left: 10px;
|
|
|
|
right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.schedule .tabs li {
|
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|