From: CMDR furrycat Date: Fri, 29 Jan 2016 15:17:25 +0000 (-0500) Subject: Some branding. X-Git-Url: http://git.furryclan.net/?a=commitdiff_plain;h=aac7b72e340b5cb9a03ae6c87ef41edb710e0ad6;p=furrycat%2Frace-o-matic.git Some branding. --- diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..0fe388b Binary files /dev/null and b/images/logo.png differ diff --git a/lib/header.php b/lib/header.php index eee2f0b..872be85 100644 --- a/lib/header.php +++ b/lib/header.php @@ -1,14 +1,19 @@ + + <?php echo "Buckyball Racing Club"; if ($module) echo " - $module"; ?> +
diff --git a/style.css b/style.css index 45d506f..47288a7 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,9 @@ +body { font-family: 'Sintony'; font-weight: 400; } +#header { clear: both; overflow: auto; vertical-align: center; } +#header { font-weight: 500; } +#header a { text-decoration: none; } +#header, h1,h2,h3,h4 { font-family: 'Orbitron'; } +#header strong { font-weight: 700; } #laps { overflow-x: auto; } #laps table { background-color: rgba(20, 50, 100, 0.2); } #laps th, #laps td { padding-left: 1em; }