Files
cheesy-arena-lite/static/css/alliance_station_display.css
2014-08-23 17:41:28 -07:00

131 lines
2.1 KiB
CSS

html {
-webkit-user-select: none;
-moz-user-select: none;
overflow: hidden;
}
body {
background-color: #000;
font-family: "FuturaLTBold";
}
#match {
position: absolute;
width: 100%;
height: 100%;
}
#displayId {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto auto;
height: 1px;
line-height: 1px;
text-align: center;
color: #ff0;
font-size: 500px;
}
#preMatchTeamId {
position: absolute;
top: 40px;
left: 0;
right: 0;
margin: 0 auto;
font-size: 500px;
line-height: 500px;
text-align: center;
color: #fff;
}
#inMatchTeamId {
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
font-size: 200px;
line-height: 200px;
text-align: center;
-webkit-text-stroke-width: 5px;
-webkit-text-stroke-color: #fff;
}
#teamName {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
height: 200px;
line-height: 200px;
text-align: center;
font-family: "FuturaLT";
font-size: 120px;
color: #fff;
}
#matchTime {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto auto;
height: 400px;
line-height: 350px;
text-align: center;
font-size: 350px;
color: #fff;
}
#matchInfo {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
height: 250px;
line-height: 250px;
text-align: center;
font-size: 250px;
color: #fff;
}
#redScore {
color: #f00;
-webkit-text-stroke-width: 5px;
-webkit-text-stroke-color: #fff;
}
#blueScore {
color: #00f;
-webkit-text-stroke-width: 5px;
-webkit-text-stroke-color: #fff;
}
#logo {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 90%;
margin: auto auto;
}
[data-alliance-bg=R], [data-status=R] {
background-color: #f00;
}
[data-alliance-bg=B], [data-status=B] {
background-color: #00f;
}
[data-alliance=R], [data-status=R] {
color: #f00;
}
[data-alliance=B], [data-status=B] {
color: #00f;
}
[data-status=bypass] {
background-color: #666;
}
#hotGoalLight {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #ff0;
}