You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
421 lines
5.4 KiB
421 lines
5.4 KiB
@font-face {
|
|
font-family: "Montserrat-Regular";
|
|
src: url("Montserrat/Montserrat-Regular.ttf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Montserrat-SemiBold";
|
|
src: url("Montserrat/Montserrat-SemiBold.ttf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Anybody-ExtraBold";
|
|
src: url("Anybody/Anybody-ExtraBold.ttf") format("truetype");
|
|
}
|
|
|
|
html,
|
|
body {
|
|
background: linear-gradient(
|
|
20deg,
|
|
#1b223a 0 20%,
|
|
#e84038 20% 40%,
|
|
#f39200 40% 60%,
|
|
#ffd300 60% 80%,
|
|
#1b223a 80% 100%
|
|
);
|
|
|
|
font-family: "Montserrat-Regular";
|
|
font-size: 16px;
|
|
|
|
/* color: #1b223a; */
|
|
color: #707070;
|
|
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
label {
|
|
color: #707070;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 20px;
|
|
margin: 0px;
|
|
line-height: 1.1;
|
|
}
|
|
|
|
header,
|
|
footer {
|
|
padding: 10px;
|
|
}
|
|
|
|
header {
|
|
font-size: 20px;
|
|
}
|
|
|
|
/* .page-body {
|
|
flex-grow: 1;
|
|
} */
|
|
|
|
a {
|
|
color: #707070;
|
|
}
|
|
a:hover {
|
|
color: #f39200;
|
|
}
|
|
|
|
/* a {
|
|
color: #707070;
|
|
padding: 8px 12px;
|
|
background-color: #fae7ce;
|
|
border-radius: 12px;
|
|
text-decoration: none;
|
|
font-size: 12px;
|
|
font-weight: 600;
|
|
} */
|
|
|
|
.wrapper {
|
|
margin: 0px 10px;
|
|
}
|
|
@media print, screen and (min-width: 40em) {
|
|
.wrapper {
|
|
margin: 0px 40px;
|
|
}
|
|
}
|
|
|
|
.mybox {
|
|
color: #707070;
|
|
padding: 8px 12px;
|
|
background-color: #fae7ce;
|
|
border-radius: 12px;
|
|
text-decoration: none;
|
|
font-size: 12px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
margin: 5px 0px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.score-table {
|
|
font-size: 18px;
|
|
}
|
|
|
|
label {
|
|
font-size: 18px;
|
|
}
|
|
|
|
td {
|
|
padding: 3px 0px;
|
|
}
|
|
|
|
tr {
|
|
/* height: 40px; */
|
|
}
|
|
|
|
.topblock {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.firstrow {
|
|
border-bottom: 1pt solid #ccc;
|
|
}
|
|
|
|
.big {
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.matchtitle {
|
|
font-family: "Anybody-ExtraBold";
|
|
font-size: 18px;
|
|
color: #1b223a;
|
|
}
|
|
|
|
.title {
|
|
font-family: "Anybody-ExtraBold";
|
|
font-size: 18px;
|
|
color: #f39200;
|
|
}
|
|
|
|
.large {
|
|
font-family: "Montserrat-SemiBold";
|
|
font-size: 18px;
|
|
/* color: #707070; */
|
|
}
|
|
|
|
.info {
|
|
font-family: "Montserrat-SemiBold";
|
|
font-size: 14px;
|
|
color: #707070;
|
|
}
|
|
|
|
.small {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.minor-info {
|
|
color: #707070;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.logo {
|
|
height: 100px;
|
|
padding: 5px 10px;
|
|
}
|
|
|
|
.padding-bottom-small {
|
|
padding-bottom: 4px;
|
|
}
|
|
.padding-bottom {
|
|
padding-bottom: 20px;
|
|
}
|
|
.padding-top-small {
|
|
padding-top: 4px;
|
|
}
|
|
|
|
.names {
|
|
/* width: 70%; */
|
|
}
|
|
|
|
.scores {
|
|
vertical-align: middle;
|
|
/* margin: 0 auto 0 0; */
|
|
}
|
|
|
|
.separator {
|
|
height: 1px;
|
|
background-color: #707070;
|
|
margin: 5px 0px;
|
|
}
|
|
|
|
.score {
|
|
font-size: 20px;
|
|
vertical-align: middle;
|
|
padding: 0px 5px;
|
|
}
|
|
|
|
.winner {
|
|
color: #f39200;
|
|
}
|
|
|
|
.ws {
|
|
font-family: "Montserrat-SemiBold";
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.my-block {
|
|
padding: 0px 10px;
|
|
}
|
|
|
|
@media print, screen and (min-width: 40em) {
|
|
.my-block {
|
|
padding: 10px 10px;
|
|
}
|
|
}
|
|
|
|
.red {
|
|
background-color: red;
|
|
}
|
|
|
|
.bubble {
|
|
padding: 20px;
|
|
background-color: white;
|
|
border-radius: 24px;
|
|
/* box-shadow: 10px 10px lightblue; */
|
|
}
|
|
|
|
.test {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
/* width: 25%; */
|
|
}
|
|
|
|
.inline {
|
|
display: inline-block;
|
|
/* box-sizing: border-box; */
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.table-container {
|
|
display: table;
|
|
}
|
|
.table-cell {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
.horizontal-padding {
|
|
padding: 0px 20px;
|
|
}
|
|
.horizontal-margin {
|
|
margin: 0px 10px;
|
|
}
|
|
.hpadding10 {
|
|
padding: 0px 10px;
|
|
}
|
|
|
|
.vert-middle {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.club {
|
|
font-family: "Anybody-ExtraBold";
|
|
font-size: 24px;
|
|
color: #f39200;
|
|
}
|
|
|
|
.event {
|
|
font-family: "Anybody-ExtraBold";
|
|
font-size: 48px;
|
|
color: #1b223a;
|
|
}
|
|
|
|
.bottom-border {
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
.bubble-bottom {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.duration {
|
|
/* display:grid; */
|
|
/* grid-template-columns: max-content max-content; */
|
|
width: 100%;
|
|
background-color: #fcc;
|
|
}
|
|
|
|
.alignleft {
|
|
text-align: left;
|
|
}
|
|
|
|
.alignright {
|
|
text-align: right;
|
|
}
|
|
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
|
|
.teamname {
|
|
width: 100%;
|
|
}
|
|
|
|
.top-margin {
|
|
margin-top: 10px;
|
|
}
|
|
.top-margin20 {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.smatch {
|
|
padding-top: 20px;
|
|
width: 800px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.right {
|
|
text-align: right;
|
|
}
|
|
|
|
.scontainer {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.container {
|
|
width: 100%;
|
|
/* text-align:center; */
|
|
}
|
|
|
|
.verticalmargin {
|
|
margin: 10px 0px;
|
|
}
|
|
|
|
.vertical-padding {
|
|
padding: 8px 0px;
|
|
}
|
|
|
|
.tight {
|
|
line-height: 1.1;
|
|
}
|
|
|
|
.flex-row {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
/* vertical-align: middle; */
|
|
}
|
|
|
|
.left-label {
|
|
align-self: flex-start;
|
|
/* Aligns the left label to the top */
|
|
}
|
|
|
|
.right-label {
|
|
align-self: flex-end;
|
|
/* Aligns the right label to the bottom */
|
|
}
|
|
|
|
.left-column {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.right-column {
|
|
flex-grow: 1;
|
|
text-align: right;
|
|
}
|
|
.team_image {
|
|
height: 40px;
|
|
width: 40px;
|
|
}
|
|
|
|
.w15 {
|
|
width: 15%;
|
|
}
|
|
.w20 {
|
|
width: 20%;
|
|
}
|
|
.w25 {
|
|
width: 25%;
|
|
}
|
|
.w30 {
|
|
width: 30%;
|
|
}
|
|
.w40 {
|
|
width: 40%;
|
|
}
|
|
.w50 {
|
|
width: 50%;
|
|
}
|
|
.w60 {
|
|
width: 60%;
|
|
}
|
|
.w70 {
|
|
width: 70%;
|
|
}
|
|
.w80 {
|
|
width: 80%;
|
|
}
|
|
.w100 {
|
|
width: 100%;
|
|
}
|
|
|
|
.w80px {
|
|
width: 80px;
|
|
}
|
|
.w100px {
|
|
width: 100px;
|
|
}
|
|
|