diff --git a/examples/cube/css/cube.css b/examples/cube/css/cube.css index 8239916..d975059 100644 --- a/examples/cube/css/cube.css +++ b/examples/cube/css/cube.css @@ -1,5 +1,29 @@ @import url(fonts.css); +/* Specific to this presentation */ + +div.step p { + border: solid 2px black; + border-radius: 120px; + width: 170px; + height: 110px; + text-align: center; + padding-top: 65px; + background-color: black; + color: white; +} + +div.step img { + border: solid 2px black; + border-radius: 120px; + width: 170px; + height: 170px; + text-align: center; + background-color: black; + color: white; +} + + /* Fallback message */ @@ -62,16 +86,6 @@ body { border: none; box-shadow: none; } -/* - Make inactive steps a little bit transparent. -*/ -.impress-enabled .step { - margin: 0; - opacity: 0.7; - transition: opacity 1s; -} - -.impress-enabled .step.active { opacity: 1 } h1, h2, @@ -102,21 +116,18 @@ code { a { - color: inherit; - text-decoration: none; - padding: 0 0.1em; - background: rgba(200,200,200,0.2); - text-shadow: -1px 1px 2px rgba(100,100,100,0.9); - border-radius: 0.2em; - border-bottom: 1px solid rgba(100,100,100,0.2); - border-left: 1px solid rgba(100,100,100,0.2); - - transition: 0.5s; + color: #ddd; + text-decoration: underline; } a:hover, a:focus { background: rgba(200,200,200,1); text-shadow: -1px 1px 2px rgba(100,100,100,0.5); + padding: 0 0.1em; + background: rgba(200,200,200,0.2); + border-radius: 0.2em; + border-bottom: 1px solid rgba(100,100,100,0.2); + border-left: 1px solid rgba(100,100,100,0.2); } blockquote { @@ -146,4 +157,4 @@ strike { small { font-size: 0.4em; -} \ No newline at end of file +} diff --git a/examples/cube/img/Henrik_mustache.jpg b/examples/cube/img/Henrik_mustache.jpg new file mode 100644 index 0000000..8b75d7d Binary files /dev/null and b/examples/cube/img/Henrik_mustache.jpg differ diff --git a/examples/cube/index.html b/examples/cube/index.html index 95a01b0..a13f1e0 100644 --- a/examples/cube/index.html +++ b/examples/cube/index.html @@ -19,32 +19,47 @@
-

Slide one

+

Slides

-

Slide two

+

In

+

3D

-

Slide three

+

Check

+

impress.js

+

out

-

Slide four

+

CSS

+

Positioning

+

is

+

amazing

-

Slide five

+

By

+

hingo

+ Henrik Ingo portrait, with mustache +

bartaz

+

+70 contributors

-

Slide six

+

Open

+

Source

+

&

+

HTML

+

CSS

+

JavaScript