Commit 4ea63571 authored by Vadim Makeev's avatar Vadim Makeev

cover adjustments; return of PT Sans

parent 6168c18d
...@@ -237,6 +237,9 @@ A { ...@@ -237,6 +237,9 @@ A {
background:#000; background:#000;
content:''; content:'';
} }
.slide.cover:after {
display:none;
}
/* Back /* Back
---------------------------------------- */ ---------------------------------------- */
......
...@@ -5,7 +5,7 @@ BODY { ...@@ -5,7 +5,7 @@ BODY {
background:#DDD; background:#DDD;
color:#000; color:#000;
counter-reset:paging; counter-reset:paging;
font:15px 'Helvetica Neue', Helvetica, Arial, sans-serif;; font:15px 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
} }
A { A {
text-decoration:none; text-decoration:none;
...@@ -115,7 +115,6 @@ A { ...@@ -115,7 +115,6 @@ A {
margin:-8px 0 0 -45px; margin:-8px 0 0 -45px;
color:#BBB; color:#BBB;
line-height:1; line-height:1;
font-family:'PT Sans', sans-serif;
font-size:100px; font-size:100px;
content:'\201C'; content:'\201C';
} }
...@@ -192,6 +191,9 @@ A { ...@@ -192,6 +191,9 @@ A {
/* Cover /* Cover
---------------------------------------- */ ---------------------------------------- */
.slide.cover {
min-height:488px;
}
.slide.cover:before { .slide.cover:before {
position:absolute; position:absolute;
top:0; top:0;
...@@ -202,6 +204,9 @@ A { ...@@ -202,6 +204,9 @@ A {
background:#000; background:#000;
content:''; content:'';
} }
.slide.cover ARTICLE:after {
display:none;
}
/* Back /* Back
---------------------------------------- */ ---------------------------------------- */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment