Files
cheesy-arena-lite/static/css/alliance_station_display.css

139 lines
2.2 KiB
CSS
Raw Normal View History

2014-08-04 00:52:46 -07:00
html {
-webkit-user-select: none;
-moz-user-select: none;
overflow: hidden;
}
body {
background-color: #000;
font-family: "FuturaLTBold";
}
2014-08-08 12:39:08 -07:00
#match {
position: absolute;
width: 100%;
height: 100%;
}
2014-08-04 00:52:46 -07:00
#displayId {
2014-08-08 12:39:08 -07:00
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto auto;
height: 1px;
line-height: 1px;
text-align: center;
2014-08-04 00:52:46 -07:00
color: #ff0;
font-size: 500px;
}
2014-08-23 17:41:28 -07:00
#preMatchTeamId {
2014-08-08 12:39:08 -07:00
position: absolute;
2014-08-23 17:41:28 -07:00
top: 40px;
2014-08-08 12:39:08 -07:00
left: 0;
right: 0;
margin: 0 auto;
2014-08-04 00:52:46 -07:00
font-size: 500px;
line-height: 500px;
2014-08-08 12:39:08 -07:00
text-align: center;
color: #fff;
2014-08-04 00:52:46 -07:00
}
2014-08-23 17:41:28 -07:00
#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;
}
2014-08-04 00:52:46 -07:00
#teamName {
2014-08-08 12:39:08 -07:00
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
height: 200px;
line-height: 200px;
text-align: center;
2014-08-04 00:52:46 -07:00
font-family: "FuturaLT";
font-size: 120px;
color: #fff;
2014-08-08 12:39:08 -07:00
}
2014-08-23 17:41:28 -07:00
#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;
}
2014-08-08 12:39:08 -07:00
#matchInfo {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
2014-08-23 17:41:28 -07:00
height: 250px;
line-height: 250px;
2014-08-08 12:39:08 -07:00
text-align: center;
2014-08-23 17:41:28 -07:00
font-size: 250px;
2014-08-08 12:39:08 -07:00
color: #fff;
2014-08-04 00:52:46 -07:00
}
#redScore {
color: #f00;
2014-08-23 17:41:28 -07:00
-webkit-text-stroke-width: 5px;
-webkit-text-stroke-color: #fff;
2014-08-04 00:52:46 -07:00
}
#blueScore {
2014-08-23 17:41:28 -07:00
color: #00f;
-webkit-text-stroke-width: 5px;
-webkit-text-stroke-color: #fff;
2014-08-04 00:52:46 -07:00
}
2014-08-23 19:51:54 -07:00
#logoContainer {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
}
2014-08-08 12:39:08 -07:00
#logo {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 90%;
margin: auto auto;
}
2014-08-23 17:41:28 -07:00
[data-alliance-bg=R], [data-status=R] {
2014-08-08 12:39:08 -07:00
background-color: #f00;
}
2014-08-23 17:41:28 -07:00
[data-alliance-bg=B], [data-status=B] {
2014-08-08 12:39:08 -07:00
background-color: #00f;
}
2014-08-23 17:41:28 -07:00
[data-alliance=R], [data-status=R] {
color: #f00;
}
[data-alliance=B], [data-status=B] {
color: #00f;
}
2014-08-08 12:39:08 -07:00
[data-status=bypass] {
2014-08-22 20:44:14 -07:00
background-color: #666;
2014-08-08 12:39:08 -07:00
}
#hotGoalLight {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #ff0;
}