aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-09-09 17:18:15 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-09-09 17:18:15 +0200
commit9fb0c5f3d3df1b207c444114a3ea0a6dc909cde4 (patch)
treebdfa606ed375a0c122adcdd0209381d0fc31dc14 /test
parent20e72df4bf3f284604e15c6384983055b3641baa (diff)
downloadfreenode-live-2017-presentation-9fb0c5f3d3df1b207c444114a3ea0a6dc909cde4.tar
freenode-live-2017-presentation-9fb0c5f3d3df1b207c444114a3ea0a6dc909cde4.tar.gz
use computed style when calculating bg birghtness
Diffstat (limited to 'test')
-rw-r--r--test/examples/slide-backgrounds.html21
1 files changed, 17 insertions, 4 deletions
diff --git a/test/examples/slide-backgrounds.html b/test/examples/slide-backgrounds.html
index ba020cb..60223c7 100644
--- a/test/examples/slide-backgrounds.html
+++ b/test/examples/slide-backgrounds.html
@@ -10,6 +10,15 @@
<link rel="stylesheet" href="../../css/reveal.css">
<link rel="stylesheet" href="../../css/theme/serif.css" id="theme">
+ <style type="text/css" media="screen">
+ .slides section,
+ .slides section h2 {
+ color: #fff;
+ }
+ .slides .is-background-light h2 {
+ color: #222;
+ }
+ </style>
</head>
<body>
@@ -26,6 +35,10 @@
<h2>data-background: #bb00bb</h2>
</section>
+ <section data-background-color="lightblue">
+ <h2>data-background: ----</h2>
+ </section>
+
<section>
<section data-background="#ff0000">
<h2>data-background: #ff0000</h2>
@@ -50,20 +63,20 @@
</section>
</section>
- <section data-background-transition="slide" data-background="assets/image1.png" style="background: rgba(255,255,255,0.9)">
+ <section data-background-transition="slide" data-background="assets/image1.png" style="background: rgba(0,0,0,0.9)">
<h2>Background image</h2>
</section>
<section>
- <section data-background-transition="slide" data-background="assets/image1.png" style="background: rgba(255,255,255,0.9)">
+ <section data-background-transition="slide" data-background="assets/image1.png" style="background: rgba(0,0,0,0.9)">
<h2>Background image</h2>
</section>
- <section data-background-transition="slide" data-background="assets/image1.png" style="background: rgba(255,255,255,0.9)">
+ <section data-background-transition="slide" data-background="assets/image1.png" style="background: rgba(0,0,0,0.9)">
<h2>Background image</h2>
</section>
</section>
- <section data-background="assets/image2.png" data-background-size="100px" data-background-repeat="repeat" data-background-color="#111" style="background: rgba(255,255,255,0.9)">
+ <section data-background="assets/image2.png" data-background-size="100px" data-background-repeat="repeat" data-background-color="#111" style="background: rgba(0,0,0,0.9)">
<h2>Background image</h2>
<pre>data-background-size="100px" data-background-repeat="repeat" data-background-color="#111"</pre>
</section>