From cc5549fc429d79043e61389347659344f0a7de90 Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Wed, 20 Jul 2011 02:57:19 +0400 Subject: [PATCH] note style for paragraphs; better image fit; bg behavior in list and full views equalized by transform:scale magic --- themes/ribbon/styles/style.css | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/themes/ribbon/styles/style.css b/themes/ribbon/styles/style.css index e18fab2..7fa7c85 100644 --- a/themes/ribbon/styles/style.css +++ b/themes/ribbon/styles/style.css @@ -42,6 +42,9 @@ BODY { .slide P { margin:0 0 45px; } +.slide P.note { + color:#888; + } .slide A { border-bottom:0.1em solid; color:#0174A7; @@ -177,6 +180,7 @@ BODY { top:0; left:0; z-index:-1; + width:100%; } /* Shout */ @@ -295,12 +299,12 @@ BODY { display:none; } .full .slide { - position:absolute; + position:relative; visibility:hidden; } - .full .slide:target { - visibility:visible; - } + .full .slide:target { + visibility:visible; + } .full .slide:after { position:absolute; bottom:85px; @@ -312,6 +316,13 @@ BODY { .full .slide.shout:after { content:''; } + .full .slide SECTION { + -webkit-transform:scale(1); + -moz-transform:scale(1); + -ms-transform:scale(1); + -o-transform:scale(1); + transform:scale(1); + } /* Progress */ .full .progress {