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

45 lines
587 B
CSS
Raw Normal View History

2023-04-30 21:10:37 +01:00
#crs-inputs {
display: flex;
justify-content: center;
}
.pis-input {
width: 55%;
max-width: 200px;
margin: auto;
2023-04-22 21:46:34 +01:00
}
#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 {
2023-04-30 21:10:37 +01:00
margin-top: 15px
2023-04-25 20:50:19 +01:00
}
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
}