2018-09-23 18:39:24 -07:00
|
|
|
/*
|
|
|
|
|
Copyright 2018 Team 254. All Rights Reserved.
|
|
|
|
|
Author: pat@patfairbank.com (Patrick Fairbank)
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
html {
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
body {
|
|
|
|
|
height: 100%;
|
|
|
|
|
font-family: FuturaLTBold;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.center {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
.position-row {
|
2020-03-29 18:56:34 -07:00
|
|
|
height: 31%;
|
|
|
|
|
}
|
|
|
|
|
#eventStatusRow {
|
|
|
|
|
height: 7%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-evenly;
|
|
|
|
|
background-color: #333;
|
|
|
|
|
font-size: 1.5vw;
|
|
|
|
|
text-transform: uppercase;
|
2018-09-23 18:39:24 -07:00
|
|
|
}
|
|
|
|
|
.left-position, .right-position {
|
|
|
|
|
width: 8%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
font-size: 6vw;
|
|
|
|
|
}
|
|
|
|
|
.left-position[data-reversed=false], .right-position[data-reversed=true] {
|
2018-10-06 19:20:50 -07:00
|
|
|
background-color: #f44;
|
2018-09-23 18:39:24 -07:00
|
|
|
}
|
|
|
|
|
.left-position[data-reversed=true], .right-position[data-reversed=false] {
|
|
|
|
|
background-color: #2080ff;
|
|
|
|
|
}
|
|
|
|
|
.team {
|
|
|
|
|
width: 42%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: #333;
|
2018-10-06 19:20:50 -07:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
.team-id {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 80%;
|
2020-04-02 20:06:56 -07:00
|
|
|
font-size: 13vw;
|
|
|
|
|
}
|
|
|
|
|
.team-id[data-fta="true"] {
|
|
|
|
|
height: 40%;
|
|
|
|
|
font-size: 6vw;
|
2018-09-23 18:39:24 -07:00
|
|
|
}
|
2020-04-02 20:06:56 -07:00
|
|
|
.team-id[data-status=no-link], .team-notes[data-status=no-link] {
|
2018-09-23 18:39:24 -07:00
|
|
|
background-color: #963;
|
|
|
|
|
}
|
2020-04-02 20:06:56 -07:00
|
|
|
.team-id[data-status=ds-linked], .team-notes[data-status=ds-linked] {
|
2018-09-23 18:39:24 -07:00
|
|
|
background-color: #ff0;
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
2020-04-02 20:06:56 -07:00
|
|
|
.team-id[data-status=robot-linked], .team-notes[data-status=robot-linked] {
|
2018-09-23 18:39:24 -07:00
|
|
|
background-color: #0a3;
|
|
|
|
|
}
|
2020-04-02 20:06:56 -07:00
|
|
|
.team-id[data-status=radio-linked], .team-notes[data-status=radio-linked] {
|
2018-10-07 15:51:03 -07:00
|
|
|
background-color: #ff00ff;
|
|
|
|
|
}
|
2018-10-06 19:20:50 -07:00
|
|
|
.team-box-row {
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 20%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.team-box {
|
2020-03-31 20:04:42 -07:00
|
|
|
width: 20%;
|
2018-10-06 19:20:50 -07:00
|
|
|
height: 100%;
|
|
|
|
|
font-size: 2.5vw;
|
|
|
|
|
background-color: #333;
|
|
|
|
|
}
|
|
|
|
|
.team-box[data-status-ok="true"] {
|
|
|
|
|
background-color: #0a3;
|
|
|
|
|
}
|
|
|
|
|
.team-box[data-status-ok="false"] {
|
|
|
|
|
background-color: #f44;
|
|
|
|
|
}
|
|
|
|
|
.team-box i {
|
|
|
|
|
margin-right: 0.5vw;
|
|
|
|
|
}
|
2020-04-02 20:06:56 -07:00
|
|
|
.team-notes[data-fta="true"] {
|
|
|
|
|
height: 40%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 0.5vw;
|
|
|
|
|
font-size: 1vw;
|
|
|
|
|
}
|
|
|
|
|
.team-notes[data-fta="false"] {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.team-notes div {
|
|
|
|
|
width: 96%;
|
|
|
|
|
height: 96%;
|
|
|
|
|
white-space: pre;
|
|
|
|
|
}
|
|
|
|
|
textarea {
|
|
|
|
|
width: 96%;
|
|
|
|
|
height: 96%;
|
|
|
|
|
background-color: #ccc;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|