Add Team functions

This commit is contained in:
2025-09-22 12:53:46 -04:00
parent 3daa3b81b3
commit dc83a18d76
48 changed files with 2364 additions and 633 deletions
+9 -5
View File
@@ -1,4 +1,4 @@
html, body {
/*html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@@ -48,7 +48,7 @@ h1:focus {
.darker-border-checkbox.form-check-input {
border-color: #929292;
}
}*/
@media print {
@@ -56,20 +56,24 @@ h1:focus {
max-width: 1200px;
}*/
main {
div.mud-main-content > div {
font-size: 11px;
margin: 30pt;
color: #000;
background-color: #fff;
}
body .sidebar, main > div.top-row {
display: none;
.no-print {
display: none !important;
}
.nobrk {
break-inside: avoid;
}
.pagebreak {
page-break-after: always;
}
}
.ranked-event-column > div:only-child{