travelynx/public/static/css/local.css

47 lines
597 B
CSS
Raw Normal View History

2018-11-11 16:25:40 +00:00
.action-checkin,
.action-checkout,
2019-03-19 17:20:05 +00:00
.action-undo,
.action-cancelled-from,
2019-05-12 09:44:28 +00:00
.action-cancelled-to,
.action-share {
2018-11-11 16:25:40 +00:00
cursor: pointer;
}
2019-03-19 16:17:53 +00:00
td.cancelled {
text-decoration: line-through;
}
2019-03-20 17:01:42 +00:00
.wagons span {
margin-right: 0.5ex;
color: #808080;
}
.wagons .wagonclass {
font-weight: bold;
color: inherit;
}
.wagons .wagonnum {
margin-right: 0;
color: inherit;
}
.wagons .checksum:before {
content: "-";
}
2019-03-20 17:01:42 +00:00
h1 {
font-size: 2.92rem;
margin: 1.9466666667rem 0 1.168rem 0;
}
h2 {
font-size: 2.28rem;
margin: 1.52rem 0 .912rem 0;
}
h3 {
font-size: 1.64rem;
margin: 1.0933333333rem 0 .656rem 0;
}