mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Fixed fonts and logos for the pit display.
This commit is contained in:
@@ -15,7 +15,7 @@ body {
|
||||
background: -webkit-linear-gradient(top, #003375 1%, #3C679D 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -webkit-linear-gradient(top, #003375 1%, #3C679D 100%); /* Chrome10+,Safari5.1+ */
|
||||
background-repeat: no-repeat;
|
||||
font-family: sans-serif;
|
||||
font-family: "FuturaLT";
|
||||
}
|
||||
#column {
|
||||
width: 80%;
|
||||
@@ -26,7 +26,7 @@ body {
|
||||
padding: 20px 0px;
|
||||
line-height: 50px;
|
||||
font-size: 40px;
|
||||
font-weight: bold;
|
||||
font-family: "FuturaLTBold";
|
||||
color: #fff;
|
||||
}
|
||||
#logo {
|
||||
|
||||
@@ -9,13 +9,14 @@
|
||||
<title>Pit Display - {{.EventSettings.Name}} - Cheesy Arena </title>
|
||||
<link rel="shortcut icon" href="/static/img/favicon32.png">
|
||||
<link rel="stylesheet" href="/static/css/lib/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="/static/css/cheesy-arena.css" />
|
||||
<link rel="stylesheet" href="/static/css/pit_display.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="column">
|
||||
<div id="titlebar">
|
||||
<div class="pull-left">TEAM STANDINGS</div>
|
||||
<div class="pull-right"><img id="logo" src="/static/img/logo.png"></div>
|
||||
<div class="pull-right"><img id="logo" src="/static/img/logo-colored.png"></div>
|
||||
<div> </div>
|
||||
</div>
|
||||
<div id="standings">
|
||||
|
||||
Reference in New Issue
Block a user