This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
web/styles/pis.css

38 lines
486 B
CSS
Raw Normal View History

2023-04-22 21:46:34 +01:00
#crs-boxes {
display: block;
}
#result-box {
display: none;
2023-04-25 00:32:45 +01:00
}
#result-table {
margin: auto;
2023-04-25 21:13:05 +01:00
color: var(--second-text-color);
2023-04-25 00:32:45 +01:00
width: 85%;
max-width: 700px;
text-align: center;
}
2023-04-25 20:50:19 +01:00
td, th {
border-bottom: 1px solid;
}
#reset {
margin-top: 25px
}
2023-04-25 00:32:45 +01:00
#reset {
margin-top: 25px;
}
.pis-code {
font-weight:bold;
}
.station {
2023-04-25 20:50:19 +01:00
text-transform: uppercase;
overflow-wrap: anywhere;
font-family: firamono, monospace;
line-height: 1.2;
2023-04-22 21:46:34 +01:00
}