You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
body {
|
|
|
|
color: aliceblue;
|
|
|
|
background: dimgray;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
display: inline-block;
|
|
|
|
font-family: sans-serif;
|
|
|
|
width: 5em;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=datetime-local] {
|
|
|
|
width: 13em;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
padding: 0.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#search_text {
|
|
|
|
width: 50em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#help_box {
|
|
|
|
display: none;
|
|
|
|
position: fixed;
|
|
|
|
top: 1em;
|
|
|
|
right: 1em;
|
|
|
|
width: 20em;
|
|
|
|
float: right;
|
|
|
|
background: #fff;
|
|
|
|
padding: 1em;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.line {
|
|
|
|
display: grid;
|
|
|
|
|
|
|
|
grid-template-columns: [times] max-content [text] auto;
|
|
|
|
grid-template-rows: minmax(1.36em, max-content) min-content;
|
|
|
|
align-items: start;
|
|
|
|
|
|
|
|
margin-bottom: 0.1em;
|
|
|
|
padding: 0.1em;
|
|
|
|
max-width: 50em;
|
|
|
|
|
|
|
|
.line_start_time {
|
|
|
|
color: lightgray;
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: smaller;
|
|
|
|
|
|
|
|
grid-column: times;
|
|
|
|
align-self: start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.line_start_bus_time {
|
|
|
|
font-family: sans-serif;
|
|
|
|
//font-size: small;
|
|
|
|
|
|
|
|
text-align: right;
|
|
|
|
|
|
|
|
grid-column: times;
|
|
|
|
|
|
|
|
padding: 0.2em;
|
|
|
|
align-self: start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.line_text {
|
|
|
|
padding: 0.2em;
|
|
|
|
|
|
|
|
margin-left: 0.3em;
|
|
|
|
|
|
|
|
grid-column: text;
|
|
|
|
grid-row: span 2;
|
|
|
|
}
|
|
|
|
}
|