mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
149 lines
2.5 KiB
CSS
149 lines
2.5 KiB
CSS
/*
|
|
Copyright 2014 Team 254. All Rights Reserved.
|
|
Author: pat@patfairbank.com (Patrick Fairbank)
|
|
*/
|
|
|
|
/* Bootstrap overrides. */
|
|
.form-control[disabled] {
|
|
cursor: default;
|
|
}
|
|
.btn[disabled] {
|
|
color: #000;
|
|
opacity: 0.2;
|
|
}
|
|
|
|
/* New styles. */
|
|
@font-face {
|
|
font-family: "FuturaLTBold";
|
|
src: url("fonts/futura-lt-bold.otf") format("opentype");
|
|
}
|
|
@font-face {
|
|
font-family: "FuturaLT";
|
|
src: url("fonts/futura-lt.otf") format("opentype");
|
|
}
|
|
.red-text {
|
|
color: #f00;
|
|
}
|
|
.blue-text {
|
|
color: #00f;
|
|
}
|
|
.well-red {
|
|
background-color: #f2dede;
|
|
}
|
|
.well-darkred {
|
|
background-color: #ebcccc;
|
|
}
|
|
.well-blue {
|
|
background-color: #d9edf7;
|
|
}
|
|
.well-darkblue {
|
|
background-color: #c4e3f3;
|
|
}
|
|
.col-no-padding {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
.modal-large {
|
|
width: 60%;
|
|
}
|
|
.ds-status, .robot-status, .battery-status, .bypass-status, .bypass-status-fta, .trip-time, .packet-loss {
|
|
background-color: #aaa;
|
|
color: #000;
|
|
border: 1px solid #999;
|
|
border-radius: 4px;
|
|
padding: 0px;
|
|
width: 50px;
|
|
height: 27px;
|
|
line-height: 25px;
|
|
font-size: 14px;
|
|
margin: 0 auto;
|
|
}
|
|
.trip-time, .packet-loss {
|
|
width: 90px;
|
|
}
|
|
.bypass-status {
|
|
cursor: pointer;
|
|
}
|
|
[data-status-ok="true"] {
|
|
background-color: #0e8;
|
|
}
|
|
[data-status-ok="false"] {
|
|
background-color: #e66;
|
|
}
|
|
[data-blink="true"] {
|
|
background-color: #fc0;
|
|
}
|
|
.btn-match-play {
|
|
width: 150px;
|
|
font-size: 16px;
|
|
}
|
|
.label-scoring {
|
|
background-color: #e66;
|
|
}
|
|
.label-scoring[data-ready=true] {
|
|
background-color: #0c6;
|
|
}
|
|
.nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
.scoring {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|
|
.scoring-comment {
|
|
font-size: 20px;
|
|
}
|
|
.scoring-comment[data-value=true] {
|
|
color: #0a0;
|
|
}
|
|
.scoring-comment[data-value=false] {
|
|
color: #f00;
|
|
}
|
|
.scoring-message {
|
|
color: #f00;
|
|
}
|
|
.stack-grid {
|
|
width: 90%;
|
|
margin: 5%;
|
|
border: 2px solid transparent;
|
|
}
|
|
.stack-grid[data-changed=true] {
|
|
border: 2px solid #fc0;
|
|
}
|
|
.stack-grid td {
|
|
width: 20%;
|
|
height: 120px;
|
|
}
|
|
.stack-grid td[data-selected=true] {
|
|
background-color: #ffc;
|
|
}
|
|
.stack-tote-count {
|
|
color: #999;
|
|
font-size: 40px;
|
|
padding: 20px;
|
|
}
|
|
.stack-container {
|
|
position: relative;
|
|
left: 47px;
|
|
bottom: 50px;
|
|
margin-bottom: -40px;
|
|
border-top: 40px solid #696;
|
|
border-left: 5px solid transparent;
|
|
border-right: 5px solid transparent;
|
|
width: 35px;
|
|
height: 0;
|
|
}
|
|
.stack-litter {
|
|
position: relative;
|
|
left: 60px;
|
|
bottom: 80px;
|
|
margin-bottom: -30px;
|
|
width: 10px;
|
|
height: 30px;
|
|
background-color: #9f0;
|
|
}
|
|
.btn-lower-third {
|
|
width: 80px;
|
|
}
|