add timetables page and translation
This commit is contained in:
parent
bb03dc569f
commit
db6c994758
5 changed files with 2520 additions and 0 deletions
35
_includes/timetables.css
Normal file
35
_includes/timetables.css
Normal file
|
@ -0,0 +1,35 @@
|
|||
.timetable {
|
||||
border-spacing: 0;
|
||||
}
|
||||
.timetable td {
|
||||
border-bottom: 1px solid black;
|
||||
border-right: 1px solid black;
|
||||
padding: 0.5em;
|
||||
}
|
||||
.timetable tr:not(:first-child) th {
|
||||
border-right: 1px solid black;
|
||||
border-left: 1px solid black;
|
||||
position: sticky;
|
||||
left: 0;
|
||||
background: #fefefe;
|
||||
}
|
||||
.timetable th {
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
.timetable th:first-child {
|
||||
position: sticky;
|
||||
left: 0;
|
||||
background: #fefefe;
|
||||
}
|
||||
.timetable tr {
|
||||
position: relative;
|
||||
height: 42px;
|
||||
}
|
||||
.timetable tr::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
border-bottom: 1px dotted rgba(0,0,0,0.5);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue