x
x
x
x
HTML |
---|
<script>
if($("#is-special-judge").length){
window.location.replace("/display/MSJD");
}
</script> |
HTML |
---|
<script>
if($("#is-special").length){
window.location.replace("/display/MS");
}
</script> |
HTML |
---|
<script> if($("#is-special-admin").length && !window.location.href.includes("viewable")){ window.location.replace("/display/MS"); } </script><!-- This is a comment --> |
HTML |
---|
<style> @media only screen and (min-width: 580px){ .dash-sqaure{ width: 250px!important; min-width: 250px!important; max-width: 250px!important; } } @media only screen and (min-device-width: 320px) and (max-device-width: 480px){ .button_container{ background: white!important; } .mobile-menu-sticky .button_container.active{ background: var(--mobile-menu-background)!important; } } .aboutcard{ height: fit-content!important; } @media only screen and (max-width: 580px) { .arrow-right{ display: none!important; } #main-content .dash-banner{ padding-bottom: 0!important; flex-direction: column!important; height: fit-content!important; } .banner-segment{ width: 100%!important; height: fit-content!important; overflow: visible!important; padding: 0!important; } .second-segment{ height: 250px!important; } .dashboard-content{ flex-direction: column!important; } .aboutcard{ flex-direction: column-reverse!important; } .dashimg-container{ display: none!important; } .dates-container{ width: 100%!important; } .headertext{ text-align: center; } } div#announcements-wrapper .header { color: white; } </style> |
...