Reviewed-on: #2
This commit is contained in:
Fred Boniface
2023-05-06 21:53:43 +01:00
parent 91b33b1458
commit d8b32c25c0
34 changed files with 2870 additions and 845 deletions

View File

@@ -76,13 +76,6 @@
height: 25px;
}
#home_icon {
position: absolute;
width: 30px;
right: 10px;
top: 10px;
}
.header-small {
text-align: right;
padding-right: 5px;

View File

@@ -106,6 +106,12 @@ body {
}
body a {color:var(--link-color)}
body a:visited {color:var(--link-visited-color)}
#home_icon {
position: absolute;
width: 30px;
right: 10px;
top: 10px;
}
.titleimg {
width: 45%;
padding-top: 20px;
@@ -295,6 +301,10 @@ label {
transition: 0.5s;
}
#auth-required {
color: var(--main-warning-color);
}
/* Footer Styles */
footer {
background-color: var(--accent-color);

45
styles/pis.css Normal file
View File

@@ -0,0 +1,45 @@
#crs-inputs {
display: flex;
justify-content: center;
}
.pis-input {
width: 55%;
max-width: 200px;
margin: auto;
}
#result-box {
display: none;
}
#result-table {
margin: auto;
color: var(--second-text-color);
width: 85%;
max-width: 700px;
text-align: center;
}
td, th {
border-bottom: 1px solid;
}
#reset {
margin-top: 15px
}
#reset {
margin-top: 25px;
}
.pis-code {
font-weight:bold;
}
.station {
text-transform: uppercase;
overflow-wrap: anywhere;
font-family: firamono, monospace;
line-height: 1.2;
}

View File

@@ -5,6 +5,7 @@
#done {
opacity: 0;
display: none;
position: fixed;
top: 50%;
left: 50%;