From 4ea63571beae1d1605855255485c9be8e907f898 Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Thu, 4 Nov 2010 03:30:47 +0300 Subject: [PATCH] cover adjustments; return of PT Sans --- styles/projection.css | 3 +++ styles/screen.css | 9 +++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/styles/projection.css b/styles/projection.css index cf942b5..e63b79f 100755 --- a/styles/projection.css +++ b/styles/projection.css @@ -237,6 +237,9 @@ A { background:#000; content:''; } +.slide.cover:after { + display:none; + } /* Back ---------------------------------------- */ diff --git a/styles/screen.css b/styles/screen.css index 185280b..7a93abd 100755 --- a/styles/screen.css +++ b/styles/screen.css @@ -5,7 +5,7 @@ BODY { background:#DDD; color:#000; counter-reset:paging; - font:15px 'Helvetica Neue', Helvetica, Arial, sans-serif;; + font:15px 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;; } A { text-decoration:none; @@ -115,7 +115,6 @@ A { margin:-8px 0 0 -45px; color:#BBB; line-height:1; - font-family:'PT Sans', sans-serif; font-size:100px; content:'\201C'; } @@ -192,6 +191,9 @@ A { /* Cover ---------------------------------------- */ +.slide.cover { + min-height:488px; + } .slide.cover:before { position:absolute; top:0; @@ -202,6 +204,9 @@ A { background:#000; content:''; } + .slide.cover ARTICLE:after { + display:none; + } /* Back ---------------------------------------- */