Improve readability
This commit is contained in:
parent
8c4070afbc
commit
895697fa35
1 changed files with 10 additions and 4 deletions
|
@ -32,7 +32,7 @@
|
||||||
#events td.destination {
|
#events td.destination {
|
||||||
color: hsl(35, 98%, 36%);
|
color: hsl(35, 98%, 36%);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
max-width: 46vw;
|
max-width: 55vw;
|
||||||
max-height: 17vmin;
|
max-height: 17vmin;
|
||||||
padding-right: 2vw;
|
padding-right: 2vw;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -52,6 +52,8 @@
|
||||||
text-align: right;
|
text-align: right;
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
padding-left: 1vw;
|
||||||
|
padding-right: 1vw;
|
||||||
padding-top: 2vmin;
|
padding-top: 2vmin;
|
||||||
font-size: 5vmin;
|
font-size: 5vmin;
|
||||||
}
|
}
|
||||||
|
@ -59,11 +61,10 @@
|
||||||
background-color: hsl(35, 98%, 46%);
|
background-color: hsl(35, 98%, 46%);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
padding-top: 0px;
|
padding-top: 1vmin;
|
||||||
font-size: 7vmin;
|
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
#events td.status.ongoing {
|
#events tr.today td.status.ongoing {
|
||||||
background-color: #73d216;
|
background-color: #73d216;
|
||||||
}
|
}
|
||||||
cbase-time, h1 {
|
cbase-time, h1 {
|
||||||
|
@ -93,6 +94,11 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media (max-width: 1140px) {
|
||||||
|
#events td.code {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="station">
|
<body class="station">
|
||||||
|
|
Loading…
Reference in a new issue