slide.frame support in reading mode
This commit is contained in:
parent
bdd11af0b7
commit
f1e136638a
|
@ -5,8 +5,6 @@
|
|||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" title="screen" href="styles/screen.css">
|
||||
<link rel="stylesheet" title="projection" disabled href="styles/projection.css">
|
||||
<script src="scripts/jquery.js"></script>
|
||||
<script src="scripts/script.js"></script>
|
||||
<style>
|
||||
#Cover H1 {
|
||||
color:#FFF;
|
||||
|
@ -118,9 +116,10 @@
|
|||
</section>
|
||||
<section class="slide frame" id="Frame">
|
||||
<article>
|
||||
<!-- <p><a href="http://github.com/pepelsbey/shower">http://github.com/pepelsbey/shower</a></p> -->
|
||||
<iframe src="http://github.com/pepelsbey/shower" frameborder="0" scrolling="no"></iframe>
|
||||
<h2>Shower on GitHub</h2>
|
||||
<p><a href="http://github.com/pepelsbey/shower">http://github.com/pepelsbey/shower</a></p>
|
||||
</article>
|
||||
<iframe src="http://github.com/pepelsbey/shower" frameborder="0" scrolling="no"></iframe>
|
||||
</section>
|
||||
<section class="slide shout" id="JustAshout">
|
||||
<article>
|
||||
|
@ -145,5 +144,6 @@
|
|||
</article>
|
||||
</section>
|
||||
</div>
|
||||
<script src="scripts/script.js"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -292,9 +292,6 @@ A {
|
|||
.slide.frame {
|
||||
background:#FFF;
|
||||
}
|
||||
.slide.frame ARTICLE {
|
||||
position:static;
|
||||
}
|
||||
.slide.frame IFRAME {
|
||||
position:absolute;
|
||||
top:0;
|
||||
|
|
|
@ -214,4 +214,12 @@ A {
|
|||
.slide.shout ARTICLE H2 {
|
||||
text-align:center;
|
||||
font-size:52px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Frame
|
||||
---------------------------------------- */
|
||||
.slide.frame {
|
||||
}
|
||||
.slide.frame IFRAME {
|
||||
display:none;
|
||||
}
|
Loading…
Reference in New Issue