Ready to deploy in beta more

This commit is contained in:
2025-06-13 13:09:07 -06:00
parent ad8d224db4
commit fb51f11cd4
189 changed files with 9460 additions and 3385 deletions

View File

@ -342,6 +342,66 @@ pre code {
font-size: 0.8rem;
}
.banner {
position: fixed;
top: 0;
width: 100%;
max-width: 1024px;
background-color: #1de9b6;
color: #0a0c11;
padding: 5px 0;
font-weight: 400;
text-align: center;
font-size: 1.1em;
border-radius: 0 0 8px 8px;
z-index: 1000;
font-size: 0.9rem;
height: 1.3rem;
margin-left: calc(0% - 1.5rem);
}
.banner a {
color: #0a0c11;
text-decoration: underline;
font-weight: 700;
transition: color 0.3s ease-in-out;
}
.banner a:hover, .banner a:focus {
color: #1a3e70;
}
body:has(.banner) {
margin-top: 2.6rem;
}
@media (max-width: 600px) {
.banner {
position: absolute;
top: 0;
width: calc(100% - 1.5rem);
max-width: 1024px;
background-color: #1de9b6;
color: #0a0c11;
padding: 5px;
font-weight: 400;
text-align: center;
font-size: 1.1em;
border-radius: 0 0 8px 8px;
z-index: 1000;
font-size: 0.9rem;
height: 4.3rem;
margin-left: calc(0% - 1.5rem);
}
.banner .banner-text {
display: block;
margin: 0 5px;
}
body:has(.banner) {
margin-top: 5.6rem;
}
}
table#taxonomy-table {
width: 100%;
border-collapse: collapse;

File diff suppressed because one or more lines are too long