From 741bf93b89f12a063cf2c8bf6a746dc998201990 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Tue, 25 Feb 2014 16:40:32 +0100 Subject: [PATCH] Font & position change --- css/main.css | 22 ++++++++++++++++++---- index.php | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/css/main.css b/css/main.css index 68a35931..db342e2f 100644 --- a/css/main.css +++ b/css/main.css @@ -7,7 +7,7 @@ body, html { font-family: "HelveticaNeue-Light"; - letter-spacing: -3px; + letter-spacing: -2px; color: #fff; font-size: 75px; -webkit-font-smoothing: antialiased; @@ -36,10 +36,19 @@ body, html { position: absolute; top: 50%; height: 200px; - /* margin-top: -100px; */ + margin-top: -100px; line-height: 100px; } +.lower-third +{ + position: absolute; + top: 66.666%; + height: 200px; + margin-top: -100px; + line-height: 100px; +} + .center-hor { position: absolute; @@ -64,7 +73,7 @@ body, html { .small { font-size: 35px; - letter-spacing: -1.5px; + letter-spacing: -1px; font-family: "HelveticaNeue-Light"; } @@ -75,7 +84,12 @@ body, html { .dimmed { - color: #999; + color: #aaa; +} + +.light +{ + font-family: "HelveticaNeue-UltraLight"; } .icon diff --git a/index.php b/index.php index fff90db9..8f9999b7 100644 --- a/index.php +++ b/index.php @@ -13,7 +13,7 @@
-
+