Files
cheesy-arena-lite/static/css/cheesy-arena.css
2014-07-29 17:07:30 -07:00

74 lines
1.1 KiB
CSS

/* Bootstrap overrides. */
.form-control[disabled] {
cursor: default;
}
.btn[disabled] {
color: #000;
opacity: 0.2;
}
/* New styles. */
.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;
}
.ds-status, .robot-status, .battery-status, .bypass-status {
background-color: #aaa;
color: #000;
border: 1px solid #999;
border-radius: 4px;
padding: 0px;
width: 40px;
height: 27px;
line-height: 25px;
font-size: 14px;
margin: 0 auto;
}
.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: 165px;
}
.nowrap {
white-space: nowrap;
}
.scoring {
font-size: 20px;
font-weight: bold;
color: #333;
}
.scoring-comment {
font-size: 20px;
}
.scoring-message {
color: #f00;
}