|
|
|
@ -152,6 +152,11 @@ tr { |
|
|
|
font-weight: 600; |
|
|
|
font-weight: 600; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 80em) { |
|
|
|
|
|
|
|
font-size: 0.8em; |
|
|
|
|
|
|
|
padding: 0px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.large_button { |
|
|
|
.large_button { |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
@ -547,42 +552,64 @@ h-margin { |
|
|
|
padding: 5px 0px; |
|
|
|
padding: 5px 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.table-row-3-colums-ranks { |
|
|
|
@media print, screen and (min-width: 80em) { |
|
|
|
|
|
|
|
.table-row-4-colums { |
|
|
|
display: grid; |
|
|
|
display: grid; |
|
|
|
grid-template-columns: 80px 1fr auto; |
|
|
|
grid-template-columns: 1px auto 50px 160px 180px; |
|
|
|
/* first column is a hack */ |
|
|
|
/* first column is a hack */ |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
/* Vertically center the content within each column */ |
|
|
|
/* Vertically center the content within each column */ |
|
|
|
padding: 5px 0px; |
|
|
|
padding: 5px 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.table-row-3-colums-teams { |
|
|
|
.table-row-3-colums-ranks { |
|
|
|
display: grid; |
|
|
|
display: grid; |
|
|
|
grid-template-columns: 1px auto auto 80px; |
|
|
|
grid-template-columns: 80px 1fr auto; |
|
|
|
/* first column is a hack */ |
|
|
|
/* first column is a hack */ |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
/* Vertically center the content within each column */ |
|
|
|
/* Vertically center the content within each column */ |
|
|
|
padding: 5px 0px; |
|
|
|
padding: 5px 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.table-row-3-colums-summons { |
|
|
|
.table-row-3-colums-teams { |
|
|
|
display: grid; |
|
|
|
display: grid; |
|
|
|
grid-template-columns: 1px auto 180px 120px; |
|
|
|
grid-template-columns: 1px auto auto 80px; |
|
|
|
/* first column is a hack */ |
|
|
|
/* first column is a hack */ |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
/* Vertically center the content within each column */ |
|
|
|
/* Vertically center the content within each column */ |
|
|
|
padding: 5px 0px; |
|
|
|
padding: 5px 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media print, screen and (min-width: 80em) { |
|
|
|
/* Summons */ |
|
|
|
.table-row-4-colums { |
|
|
|
.table-row-3-colums-summons { |
|
|
|
display: grid; |
|
|
|
display: flex; |
|
|
|
grid-template-columns: 1px auto 50px 160px 180px; |
|
|
|
|
|
|
|
/* first column is a hack */ |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
/* Vertically center the content within each column */ |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.summons-left, |
|
|
|
|
|
|
|
.summons-right { |
|
|
|
|
|
|
|
flex: 1; |
|
|
|
padding: 5px 0px; |
|
|
|
padding: 5px 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (min-width: 80em) { |
|
|
|
|
|
|
|
.summons-right { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
gap: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.summon-cell { |
|
|
|
|
|
|
|
flex: 1; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 80em) { |
|
|
|
|
|
|
|
.summons-right { |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.table-row-5-colums { |
|
|
|
.table-row-5-colums { |
|
|
|
@ -629,23 +656,6 @@ h-margin { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.wrap { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
flex-wrap: wrap; |
|
|
|
|
|
|
|
height: 100vh; |
|
|
|
|
|
|
|
/*the height will need to be customized*/ |
|
|
|
|
|
|
|
width: 50px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#xrow { |
|
|
|
|
|
|
|
background: #000; |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
height: 50px; |
|
|
|
|
|
|
|
width: 50px; |
|
|
|
|
|
|
|
margin-left: 10px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.flex { |
|
|
|
.flex { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
|