From dcf71f1806c6816cb8948ea2b5c87b150b3d5983 Mon Sep 17 00:00:00 2001 From: The Great & Powerful James Wernicke Date: Tue, 21 Jul 2015 17:08:56 -0600 Subject: [PATCH] Fixed background and scoreboard styling --- www/style.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/www/style.css b/www/style.css index d7e4808..89f52aa 100644 --- a/www/style.css +++ b/www/style.css @@ -9,14 +9,18 @@ Tan: #e1caa5 @import "fonts/maven_pro.css"; html { - background: #35170c url(images/tf6bg.png) center top; - background-repeat: repeat-x; - min-height: 100%; +/* background: #35170c url(images/tf6bg.png) center top;*/ +/* background-repeat: repeat-x;*/ + background: #35170c url(images/tf6bg.png) no-repeat center center fixed; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; +/* min-height: 100%;*/ font-family: "Maven Pro", Ubuntu, sans-serif; - overflow-y: scroll; + overflow-y: auto; } - h1, h2, h3 { color: #AD6F15; font-family: "Maven Pro", Ubuntu, sans-serif; @@ -236,6 +240,7 @@ nav li + li:before { height: 1.1em; } +#scoreboard div * {white-space: nowrap;} .cat0, .cat8, .cat16 {background-color: #a6cee3; color: black;} .cat1, .cat9, .cat17 {background-color: #1f78b4; color: white;} .cat2, .cat10, .cat18 {background-color: #b2df8a; color: black;}