2020-09-13 19:58:35 +02:00
|
|
|
.timetable_description {
|
|
|
|
display:block;
|
|
|
|
float: left;
|
|
|
|
width:92%;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.block_timetable .timetable_description {
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
|
2020-09-13 19:35:33 +00:00
|
|
|
div.timetables {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
2020-09-13 19:58:35 +02:00
|
|
|
div.timetable {
|
|
|
|
border:2px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.block_timetable div.timetable {
|
|
|
|
border:0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timetable table {
|
|
|
|
text-align: center;
|
|
|
|
padding-top:0rem;
|
|
|
|
padding-bottom:0rem;
|
2020-09-16 06:59:58 +00:00
|
|
|
padding-left:2px;
|
|
|
|
padding-right:0px;
|
2020-09-13 19:58:35 +02:00
|
|
|
margin: 0 auto;
|
|
|
|
width: 100%;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.block_timetable table {
|
|
|
|
max-width: 280px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timetable table.caption {
|
|
|
|
padding-top:0pt;
|
|
|
|
padding-bottom:0pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
#close {
|
|
|
|
display:block;
|
|
|
|
float:right
|
|
|
|
}
|
|
|
|
|
|
|
|
.block_timetable #close {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-09-16 06:59:58 +00:00
|
|
|
.timetable th {
|
2020-09-13 19:58:35 +02:00
|
|
|
padding: 2px;
|
|
|
|
font-size: 0.8em;
|
|
|
|
text-align: center;
|
2020-09-16 06:59:58 +00:00
|
|
|
width: 4rem;
|
2020-09-13 19:58:35 +02:00
|
|
|
}
|
2020-09-13 19:35:33 +00:00
|
|
|
|
2020-09-16 06:59:58 +00:00
|
|
|
.timetable td {
|
|
|
|
padding: 2px;
|
|
|
|
padding-left: 2px;
|
|
|
|
font-size: 0.8em;
|
|
|
|
text-align: center;
|
|
|
|
width: 1rem;
|
|
|
|
}
|