This commit is contained in:
x
2025-11-04 21:10:41 +01:00
parent 0ce0abd0d3
commit 10a9c37d26
3 changed files with 63 additions and 9 deletions

View File

@@ -202,15 +202,9 @@ video {
padding: 5px;
}
.navbar-brand {
background: black;
border-radius: 4cm;
}
.image-brand {
width: 4cm;
align-self: center;
border-radius: 4cm;
}
.pagewrapper {
@@ -266,4 +260,50 @@ video {
.bg-black {
background: #0000008a !important;
}
}
.pagination > a {
background: #232323b2;
}
html[theme="paper"] .pagination {
color: white;
}
html[theme="paper"] .navbar-brand {
background: transparent;
}
.navbar-brand:hover {
background: transparent;
}
div.sbt {
display: grid;
grid-template-columns: 1fr auto;
grid-column: 2;
grid-row: 1;
align-content: center;
}
#sbtForm {
}
#sbtButton {
visibility: hidden;
}
#sbtInput {
background: #00000021;
box-shadow: -1px -1px 0px #252525;
border: inset 1px #0000001c;
}
.navigation-links {
display: grid;
grid-row: 1;
grid-column: 2;
grid-template-columns: auto auto 1fr;
}