diff --git a/fonts/DejaVuSansMono.Bold.Italic.ttf b/fonts/DejaVuSansMono.Bold.Italic.ttf deleted file mode 100644 index 9070783..0000000 Binary files a/fonts/DejaVuSansMono.Bold.Italic.ttf and /dev/null differ diff --git a/fonts/DejaVuSansMono.Bold.ttf b/fonts/DejaVuSansMono.Bold.ttf deleted file mode 100644 index a6ff5aa..0000000 Binary files a/fonts/DejaVuSansMono.Bold.ttf and /dev/null differ diff --git a/fonts/DejaVuSansMono.Italic.ttf b/fonts/DejaVuSansMono.Italic.ttf deleted file mode 100644 index 734e0be..0000000 Binary files a/fonts/DejaVuSansMono.Italic.ttf and /dev/null differ diff --git a/fonts/PTSans.Caption.Bold.ttf b/fonts/PTSans.Caption.Bold.ttf deleted file mode 100755 index 9376475..0000000 Binary files a/fonts/PTSans.Caption.Bold.ttf and /dev/null differ diff --git a/fonts/PTSans.Caption.ttf b/fonts/PTSans.Caption.ttf deleted file mode 100755 index 3d66e32..0000000 Binary files a/fonts/PTSans.Caption.ttf and /dev/null differ diff --git a/index.htm b/index.htm index 13951a6..bb94455 100755 --- a/index.htm +++ b/index.htm @@ -7,35 +7,21 @@ +
-
+

Shower Presentaion Template

- +
-
diff --git a/pictures/bricks.jpg b/pictures/bricks.jpg deleted file mode 100644 index 4e81594..0000000 Binary files a/pictures/bricks.jpg and /dev/null differ diff --git a/pictures/cover.jpg b/pictures/cover.jpg new file mode 100644 index 0000000..d638bc4 Binary files /dev/null and b/pictures/cover.jpg differ diff --git a/pictures/evolution.jpg b/pictures/evolution.jpg deleted file mode 100644 index 0d73a5b..0000000 Binary files a/pictures/evolution.jpg and /dev/null differ diff --git a/pictures/image.jpg b/pictures/image.jpg new file mode 100644 index 0000000..12cb1d5 Binary files /dev/null and b/pictures/image.jpg differ diff --git a/src/corners.htm b/src/corners.htm new file mode 100644 index 0000000..a2e4476 --- /dev/null +++ b/src/corners.htm @@ -0,0 +1,43 @@ + + + + + + + + +
+
+ + \ No newline at end of file diff --git a/styles/fonts.css b/styles/fonts.css index d4aa125..05383c1 100755 --- a/styles/fonts.css +++ b/styles/fonts.css @@ -19,15 +19,6 @@ font-style:italic; src:local('PT Sans Bold Italic'), url(../fonts/PTSans.Bold.Italic.ttf) format('truetype'); } -@font-face { - font-family:'PT Sans Caption'; - src:local('PT Sans Caption'), url(../fonts/PTSans.Caption.ttf) format('truetype'); - } -@font-face { - font-family:'PT Sans Caption'; - font-weight:bold; - src:local('PT Sans Caption Bold'), url(../fonts/PTSans.Caption.Bold.ttf) format('truetype'); - } @font-face { font-family:'PT Sans Narrow'; src:local('PT Sans Narrow'), url(../fonts/PTSans.Narrow.ttf) format('truetype'); @@ -42,20 +33,4 @@ @font-face { font-family:'DejaVu Sans Mono'; src:local('DejaVu Sans Mono'), url(../fonts/DejaVuSansMono.ttf) format('truetype'); - } -@font-face { - font-family:'DejaVu Sans Mono'; - font-weight:bold; - src:local('DejaVu Sans Mono Bold'), url(../fonts/DejaVuSansMono.Bold.ttf) format('truetype'); - } -@font-face { - font-family:'DejaVu Sans Mono'; - font-style:italic; - src:local('DejaVu Sans Mono Oblique'), url(../fonts/DejaVuSansMono.Italic.ttf) format('truetype'); - } -@font-face { - font-family:'DejaVu Sans Mono'; - font-weight:bold; - font-style:italic; - src:local('DejaVu Sans Mono Bold Oblique'), url(../fonts/DejaVuSansMono.Bold.Italic.ttf) format('truetype'); } \ No newline at end of file diff --git a/styles/projection.css b/styles/projection.css index 88c5f26..03b0a62 100755 --- a/styles/projection.css +++ b/styles/projection.css @@ -2,6 +2,7 @@ @import url(fonts.css); BODY { + overflow:hidden; background:#000; color:#FFF; font:1em 'PT Sans', sans-serif; @@ -25,6 +26,30 @@ A { /* H ÷ 16 ≈ Font-Size */ +/* Shower +---------------------------------------- */ +.shower { + position:fixed; + top:0; + right:0; + bottom:0; + left:0; + } +.shower:after { + position:absolute; + top:-1em; + bottom:-1em; + right:-1em; + z-index:10; + width:1.5em; + border:1em solid #000; + border-left-width:0; + -webkit-border-radius:0 2.5em 2.5em 0; + -moz-border-radius:0 2.5em 2.5em 0; + border-radius:0 2.5em 2.5em 0; + content:''; + } + /* Slide ---------------------------------------- */ .slide { @@ -35,9 +60,6 @@ A { left:0; margin-left:100%; overflow:hidden; - -webkit-border-radius:0 2em 2em 0; - -moz-border-radius:0 2em 2em 0; - border-radius:0 2em 2em 0; background:#FFF; color:#000; } @@ -194,6 +216,19 @@ A { font-weight:normal; } +/* Cover +---------------------------------------- */ +.slide.cover:before { + position:absolute; + top:0; + right:3em; + z-index:2; + width:1em; + height:100%; + background:#000; + content:''; + } + /* Back ---------------------------------------- */ .slide.back {