mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Add queueing display.
This commit is contained in:
63
static/css/queueing_display.css
Normal file
63
static/css/queueing_display.css
Normal file
@@ -0,0 +1,63 @@
|
||||
/*
|
||||
Copyright 2018 Team 254. All Rights Reserved.
|
||||
Author: pat@patfairbank.com (Patrick Fairbank)
|
||||
*/
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
cursor: none;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
body {
|
||||
height: 100%;
|
||||
background: -moz-linear-gradient(top, #003375 1%, #3C679D 100%); /* FF3.6+ */
|
||||
background: -webkit-linear-gradient(top, #003375 1%, #3C679D 100%); /* Chrome10+,Safari5.1+ */
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
h1 {
|
||||
font-size: 40px;
|
||||
}
|
||||
#header {
|
||||
padding: 10px 0px;
|
||||
font-size: 40px;
|
||||
font-family: "FuturaLTBold";
|
||||
color: #fff;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.well {
|
||||
background-color: #ccc;
|
||||
border: 1px solid #333;
|
||||
padding: 10px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
#matchState, #matchTime {
|
||||
font-size: 35px;
|
||||
color: #666;
|
||||
}
|
||||
#matchTime {
|
||||
font-weight: bold;
|
||||
}
|
||||
.red-teams, .blue-teams {
|
||||
font-family: FuturaLTBold;
|
||||
line-height: 51px;
|
||||
font-size: 45px;
|
||||
}
|
||||
.red-teams {
|
||||
color: #ff4444;
|
||||
}
|
||||
.blue-teams {
|
||||
color: #2080ff;
|
||||
}
|
||||
.avatars {
|
||||
line-height: 51px;
|
||||
}
|
||||
#footer {
|
||||
font-size: 25px;
|
||||
font-family: "FuturaLTBold";
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
Reference in New Issue
Block a user