hyla 1.0.7.pre.2 → 1.0.7.pre.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/.gitignore +2 -0
- data/README.adoc +2 -2
- data/Rakefile +93 -24
- data/config.yaml +49 -0
- data/documentation/developer.adoc +6 -6
- data/documentation/imgkit.adoc +44 -0
- data/documentation/index.txt +3 -0
- data/documentation/introduction.adoc +8 -335
- data/documentation/prerequisites.adoc +1 -1
- data/documentation/scenario.adoc +320 -0
- data/lib/hyla/commands/generate.rb +11 -2
- data/lib/hyla/configuration.rb +10 -1
- data/lib/hyla/project.rb +1 -1
- data/lib/resources/assets/cover/cover.html +62 -0
- data/lib/resources/assets/cover/cover.png +0 -0
- data/lib/resources/{cover.slim → assets/cover/cover.slim} +0 -0
- data/lib/resources/assets/cover/image/1153872-redhat-backroung.png +0 -0
- data/lib/resources/assets/cover/image/1156515-Logo_RH_RGB_Reverse.png +0 -0
- data/lib/resources/assets/cover/image/1156524-bg_redhat.png +0 -0
- data/lib/resources/assets/cover/new_cover.slim +95 -0
- data/lib/resources/assets/revealjs-redhat/image/1156515-Logo_RH_RGB_Reverse.png +0 -0
- data/lib/resources/assets/revealjs-redhat/image/1156524-bg_redhat.png +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/css/font-awesome-4.3.0.css +2893 -0
- data/lib/resources/assets/revealjs-redhat/lib/css/gpe.css +705 -0
- data/lib/resources/assets/revealjs-redhat/lib/css/offline-v2.css +3646 -0
- data/lib/resources/assets/revealjs-redhat/lib/css/print/paper.css +176 -0
- data/lib/resources/assets/revealjs-redhat/lib/css/print/pdf.css +190 -0
- data/lib/resources/assets/revealjs-redhat/lib/css/theme-output.css +1358 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/FontAwesome.otf +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.eot +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.svg +565 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.ttf +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.woff +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/font-awesome/fontawesome-webfont.woff2 +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-bold.eot +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-bold.svg +637 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-bold.ttf +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-bold.woff +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-light.eot +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-light.svg +2121 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-light.ttf +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-light.woff +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-regular.eot +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-regular.svg +637 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-regular.ttf +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass-regular.woff +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass.css +32 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass.css-TODO +12 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_bold-web.eot +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_bold-web.svg +454 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_bold-web.ttf +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_bold-web.woff +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.eot +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.svg +454 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.ttf +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/font/overpass/overpass_regular-web.woff +0 -0
- data/lib/resources/assets/revealjs-redhat/lib/js/head.min.js +131 -0
- data/lib/resources/assets/revealjs-redhat/lib/js/reveal.min.js +1279 -0
- data/lib/resources/assets/revealjs-redhat/lib/plugin/highlight/highlight.js +25 -0
- data/lib/resources/assets/revealjs-redhat/lib/plugin/markdown/markdown.js +320 -0
- data/lib/resources/assets/revealjs-redhat/lib/plugin/markdown/marked.js +37 -0
- data/lib/resources/assets/revealjs-redhat/lib/plugin/notes/notes.html +387 -0
- data/lib/resources/assets/revealjs-redhat/lib/plugin/notes/notes.js +117 -0
- data/lib/resources/assets/revealjs-redhat/lib/plugin/zoom-js/zoom.js +258 -0
- data/lib/resources/assets/revealjs/css/theme/default.css +121 -0
- data/lib/resources/assets/revealjs/css/theme/gpe.css +85 -86
- data/lib/resources/assets/sass/gpe.scss +15 -14
- data/lib/resources/assets/sass/gpe2.scss +598 -0
- data/lib/resources/assets/sass/{_overpass.scss → overpass.scss} +0 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_admonition.html.slim +13 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_audio.html.slim +6 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_colist.html.slim +20 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_dlist.html.slim +53 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_example.html.slim +4 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_floating_title.html.slim +1 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_image.html.slim +15 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_listing.html.slim +31 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_literal.html.slim +4 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_math.html.slim +10 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_olist.html.slim +9 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_open.html.slim +15 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_page_break.html.slim +1 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_paragraph.html.slim +16 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_pass.html.slim +1 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_preamble.html.slim +6 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_quote.html.slim +14 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_ruler.html.slim +1 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_sidebar.html.slim +5 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_table.html.slim +45 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_toc.html.slim +12 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_ulist.html.slim +25 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_verse.html.slim +14 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_video.html.slim +27 -0
- data/lib/resources/backends/slim/revealjs-redhat/document.html.slim +162 -0
- data/lib/resources/backends/slim/revealjs-redhat/embedded.html.slim +9 -0
- data/lib/resources/backends/slim/revealjs-redhat/helpers.rb +8 -0
- data/lib/resources/backends/slim/revealjs-redhat/inline_anchor.html.slim +11 -0
- data/lib/resources/backends/slim/revealjs-redhat/inline_break.html.slim +2 -0
- data/lib/resources/backends/slim/revealjs-redhat/inline_button.html.slim +1 -0
- data/lib/resources/backends/slim/revealjs-redhat/inline_callout.html.slim +7 -0
- data/lib/resources/backends/slim/revealjs-redhat/inline_footnote.html.slim +6 -0
- data/lib/resources/backends/slim/revealjs-redhat/inline_image.html.slim +24 -0
- data/lib/resources/backends/slim/revealjs-redhat/inline_indexterm.html.slim +2 -0
- data/lib/resources/backends/slim/revealjs-redhat/inline_kbd.html.slim +8 -0
- data/lib/resources/backends/slim/revealjs-redhat/inline_menu.html.slim +15 -0
- data/lib/resources/backends/slim/revealjs-redhat/inline_quoted.html.slim +22 -0
- data/lib/resources/backends/slim/revealjs-redhat/section.html.slim +23 -0
- data/lib/resources/backends/slim/revealjs/section.html.slim +2 -2
- data/lib/templates/_config.yaml +28 -8
- data/lib/templates/sample/slideshow_revealjs.adoc +21 -0
- metadata +97 -6
- data/.rakeTasks +0 -7
- data/.travis.yml +0 -10
@@ -0,0 +1,176 @@
|
|
1
|
+
/* Default Print Stylesheet Template
|
2
|
+
by Rob Glazebrook of CSSnewbie.com
|
3
|
+
Last Updated: June 4, 2008
|
4
|
+
|
5
|
+
Feel free (nay, compelled) to edit, append, and
|
6
|
+
manipulate this file as you see fit. */
|
7
|
+
|
8
|
+
|
9
|
+
/* SECTION 1: Set default width, margin, float, and
|
10
|
+
background. This prevents elements from extending
|
11
|
+
beyond the edge of the printed page, and prevents
|
12
|
+
unnecessary background images from printing */
|
13
|
+
body {
|
14
|
+
background: #fff;
|
15
|
+
font-size: 13pt;
|
16
|
+
width: auto;
|
17
|
+
height: auto;
|
18
|
+
border: 0;
|
19
|
+
margin: 0 5%;
|
20
|
+
padding: 0;
|
21
|
+
float: none !important;
|
22
|
+
overflow: visible;
|
23
|
+
}
|
24
|
+
html {
|
25
|
+
background: #fff;
|
26
|
+
width: auto;
|
27
|
+
height: auto;
|
28
|
+
overflow: visible;
|
29
|
+
}
|
30
|
+
|
31
|
+
/* SECTION 2: Remove any elements not needed in print.
|
32
|
+
This would include navigation, ads, sidebars, etc. */
|
33
|
+
.nestedarrow,
|
34
|
+
.controls,
|
35
|
+
.reveal .progress,
|
36
|
+
.reveal.overview,
|
37
|
+
.fork-reveal,
|
38
|
+
.share-reveal,
|
39
|
+
.state-background {
|
40
|
+
display: none !important;
|
41
|
+
}
|
42
|
+
|
43
|
+
/* SECTION 3: Set body font face, size, and color.
|
44
|
+
Consider using a serif font for readability. */
|
45
|
+
body, p, td, li, div, a {
|
46
|
+
font-size: 16pt!important;
|
47
|
+
font-family: Georgia, "Times New Roman", Times, serif !important;
|
48
|
+
color: #000;
|
49
|
+
}
|
50
|
+
|
51
|
+
/* SECTION 4: Set heading font face, sizes, and color.
|
52
|
+
Differentiate your headings from your body text.
|
53
|
+
Perhaps use a large sans-serif for distinction. */
|
54
|
+
h1,h2,h3,h4,h5,h6 {
|
55
|
+
color: #000!important;
|
56
|
+
height: auto;
|
57
|
+
line-height: normal;
|
58
|
+
font-family: Georgia, "Times New Roman", Times, serif !important;
|
59
|
+
text-shadow: 0 0 0 #000 !important;
|
60
|
+
text-align: left;
|
61
|
+
letter-spacing: normal;
|
62
|
+
}
|
63
|
+
/* Need to reduce the size of the fonts for printing */
|
64
|
+
h1 { font-size: 26pt !important; }
|
65
|
+
h2 { font-size: 22pt !important; }
|
66
|
+
h3 { font-size: 20pt !important; }
|
67
|
+
h4 { font-size: 20pt !important; font-variant: small-caps; }
|
68
|
+
h5 { font-size: 19pt !important; }
|
69
|
+
h6 { font-size: 18pt !important; font-style: italic; }
|
70
|
+
|
71
|
+
/* SECTION 5: Make hyperlinks more usable.
|
72
|
+
Ensure links are underlined, and consider appending
|
73
|
+
the URL to the end of the link for usability. */
|
74
|
+
a:link,
|
75
|
+
a:visited {
|
76
|
+
color: #000 !important;
|
77
|
+
font-weight: bold;
|
78
|
+
text-decoration: underline;
|
79
|
+
}
|
80
|
+
/*
|
81
|
+
.reveal a:link:after,
|
82
|
+
.reveal a:visited:after {
|
83
|
+
content: " (" attr(href) ") ";
|
84
|
+
color: #222 !important;
|
85
|
+
font-size: 90%;
|
86
|
+
}
|
87
|
+
*/
|
88
|
+
|
89
|
+
|
90
|
+
/* SECTION 6: more reveal.js specific additions by @skypanther */
|
91
|
+
ul, ol, div, p {
|
92
|
+
visibility: visible;
|
93
|
+
position: static;
|
94
|
+
width: auto;
|
95
|
+
height: auto;
|
96
|
+
display: block;
|
97
|
+
overflow: visible;
|
98
|
+
margin: auto;
|
99
|
+
text-align: left !important;
|
100
|
+
}
|
101
|
+
.reveal .slides {
|
102
|
+
position: static;
|
103
|
+
width: auto;
|
104
|
+
height: auto;
|
105
|
+
|
106
|
+
left: auto;
|
107
|
+
top: auto;
|
108
|
+
margin-left: auto;
|
109
|
+
margin-top: auto;
|
110
|
+
padding: auto;
|
111
|
+
|
112
|
+
overflow: visible;
|
113
|
+
display: block;
|
114
|
+
|
115
|
+
text-align: center;
|
116
|
+
-webkit-perspective: none;
|
117
|
+
-moz-perspective: none;
|
118
|
+
-ms-perspective: none;
|
119
|
+
perspective: none;
|
120
|
+
|
121
|
+
-webkit-perspective-origin: 50% 50%; /* there isn't a none/auto value but 50-50 is the default */
|
122
|
+
-moz-perspective-origin: 50% 50%;
|
123
|
+
-ms-perspective-origin: 50% 50%;
|
124
|
+
perspective-origin: 50% 50%;
|
125
|
+
}
|
126
|
+
.reveal .slides>section,
|
127
|
+
.reveal .slides>section>section {
|
128
|
+
|
129
|
+
visibility: visible !important;
|
130
|
+
position: static !important;
|
131
|
+
width: 90% !important;
|
132
|
+
height: auto !important;
|
133
|
+
display: block !important;
|
134
|
+
overflow: visible !important;
|
135
|
+
|
136
|
+
left: 0% !important;
|
137
|
+
top: 0% !important;
|
138
|
+
margin-left: 0px !important;
|
139
|
+
margin-top: 0px !important;
|
140
|
+
padding: 20px 0px !important;
|
141
|
+
|
142
|
+
opacity: 1 !important;
|
143
|
+
|
144
|
+
-webkit-transform-style: flat !important;
|
145
|
+
-moz-transform-style: flat !important;
|
146
|
+
-ms-transform-style: flat !important;
|
147
|
+
transform-style: flat !important;
|
148
|
+
|
149
|
+
-webkit-transform: none !important;
|
150
|
+
-moz-transform: none !important;
|
151
|
+
-ms-transform: none !important;
|
152
|
+
transform: none !important;
|
153
|
+
}
|
154
|
+
.reveal section {
|
155
|
+
page-break-after: always !important;
|
156
|
+
display: block !important;
|
157
|
+
}
|
158
|
+
.reveal section .fragment {
|
159
|
+
opacity: 1 !important;
|
160
|
+
visibility: visible !important;
|
161
|
+
|
162
|
+
-webkit-transform: none !important;
|
163
|
+
-moz-transform: none !important;
|
164
|
+
-ms-transform: none !important;
|
165
|
+
transform: none !important;
|
166
|
+
}
|
167
|
+
.reveal section:last-of-type {
|
168
|
+
page-break-after: avoid !important;
|
169
|
+
}
|
170
|
+
.reveal section img {
|
171
|
+
display: block;
|
172
|
+
margin: 15px 0px;
|
173
|
+
background: rgba(255,255,255,1);
|
174
|
+
border: 1px solid #666;
|
175
|
+
box-shadow: none;
|
176
|
+
}
|
@@ -0,0 +1,190 @@
|
|
1
|
+
/* Default Print Stylesheet Template
|
2
|
+
by Rob Glazebrook of CSSnewbie.com
|
3
|
+
Last Updated: June 4, 2008
|
4
|
+
|
5
|
+
Feel free (nay, compelled) to edit, append, and
|
6
|
+
manipulate this file as you see fit. */
|
7
|
+
|
8
|
+
|
9
|
+
/* SECTION 1: Set default width, margin, float, and
|
10
|
+
background. This prevents elements from extending
|
11
|
+
beyond the edge of the printed page, and prevents
|
12
|
+
unnecessary background images from printing */
|
13
|
+
|
14
|
+
* {
|
15
|
+
-webkit-print-color-adjust: exact;
|
16
|
+
}
|
17
|
+
|
18
|
+
body {
|
19
|
+
font-size: 18pt;
|
20
|
+
width: 297mm;
|
21
|
+
height: 229mm;
|
22
|
+
margin: 0 auto !important;
|
23
|
+
border: 0;
|
24
|
+
padding: 0;
|
25
|
+
float: none !important;
|
26
|
+
overflow: visible;
|
27
|
+
}
|
28
|
+
|
29
|
+
html {
|
30
|
+
width: 100%;
|
31
|
+
height: 100%;
|
32
|
+
overflow: visible;
|
33
|
+
}
|
34
|
+
|
35
|
+
@page {
|
36
|
+
size: letter landscape;
|
37
|
+
margin: 0;
|
38
|
+
}
|
39
|
+
|
40
|
+
/* SECTION 2: Remove any elements not needed in print.
|
41
|
+
This would include navigation, ads, sidebars, etc. */
|
42
|
+
.nestedarrow,
|
43
|
+
.controls,
|
44
|
+
.reveal .progress,
|
45
|
+
.reveal.overview,
|
46
|
+
.fork-reveal,
|
47
|
+
.share-reveal,
|
48
|
+
.state-background {
|
49
|
+
display: none !important;
|
50
|
+
}
|
51
|
+
|
52
|
+
/* SECTION 3: Set body font face, size, and color.
|
53
|
+
Consider using a serif font for readability. */
|
54
|
+
body, p, td, li, div {
|
55
|
+
font-size: 18pt;
|
56
|
+
}
|
57
|
+
|
58
|
+
/* SECTION 4: Set heading font face, sizes, and color.
|
59
|
+
Differentiate your headings from your body text.
|
60
|
+
Perhaps use a large sans-serif for distinction. */
|
61
|
+
h1,h2,h3,h4,h5,h6 {
|
62
|
+
text-shadow: 0 0 0 #000 !important;
|
63
|
+
}
|
64
|
+
|
65
|
+
/* SECTION 5: Make hyperlinks more usable.
|
66
|
+
Ensure links are underlined, and consider appending
|
67
|
+
the URL to the end of the link for usability. */
|
68
|
+
a:link,
|
69
|
+
a:visited {
|
70
|
+
font-weight: normal;
|
71
|
+
text-decoration: underline;
|
72
|
+
}
|
73
|
+
|
74
|
+
.reveal pre code {
|
75
|
+
overflow: hidden !important;
|
76
|
+
font-family: monospace !important;
|
77
|
+
}
|
78
|
+
|
79
|
+
|
80
|
+
/* SECTION 6: more reveal.js specific additions by @skypanther */
|
81
|
+
ul, ol, div, p {
|
82
|
+
visibility: visible;
|
83
|
+
position: static;
|
84
|
+
width: auto;
|
85
|
+
height: auto;
|
86
|
+
display: block;
|
87
|
+
overflow: visible;
|
88
|
+
margin: auto;
|
89
|
+
}
|
90
|
+
.reveal {
|
91
|
+
width: auto !important;
|
92
|
+
height: auto !important;
|
93
|
+
overflow: hidden !important;
|
94
|
+
}
|
95
|
+
.reveal .slides {
|
96
|
+
position: static;
|
97
|
+
width: 100%;
|
98
|
+
height: auto;
|
99
|
+
|
100
|
+
left: auto;
|
101
|
+
top: auto;
|
102
|
+
margin: 0 !important;
|
103
|
+
padding: 0 !important;
|
104
|
+
|
105
|
+
overflow: visible;
|
106
|
+
display: block;
|
107
|
+
|
108
|
+
text-align: center;
|
109
|
+
|
110
|
+
-webkit-perspective: none;
|
111
|
+
-moz-perspective: none;
|
112
|
+
-ms-perspective: none;
|
113
|
+
perspective: none;
|
114
|
+
|
115
|
+
-webkit-perspective-origin: 50% 50%; /* there isn't a none/auto value but 50-50 is the default */
|
116
|
+
-moz-perspective-origin: 50% 50%;
|
117
|
+
-ms-perspective-origin: 50% 50%;
|
118
|
+
perspective-origin: 50% 50%;
|
119
|
+
}
|
120
|
+
.reveal .slides section {
|
121
|
+
|
122
|
+
page-break-after: always !important;
|
123
|
+
|
124
|
+
visibility: visible !important;
|
125
|
+
position: relative !important;
|
126
|
+
width: 100% !important;
|
127
|
+
height: 229mm !important;
|
128
|
+
min-height: 229mm !important;
|
129
|
+
display: block !important;
|
130
|
+
overflow: hidden !important;
|
131
|
+
|
132
|
+
left: 0 !important;
|
133
|
+
top: 0 !important;
|
134
|
+
margin: 0 !important;
|
135
|
+
padding: 2cm 2cm 0 2cm !important;
|
136
|
+
box-sizing: border-box !important;
|
137
|
+
|
138
|
+
opacity: 1 !important;
|
139
|
+
|
140
|
+
-webkit-transform-style: flat !important;
|
141
|
+
-moz-transform-style: flat !important;
|
142
|
+
-ms-transform-style: flat !important;
|
143
|
+
transform-style: flat !important;
|
144
|
+
|
145
|
+
-webkit-transform: none !important;
|
146
|
+
-moz-transform: none !important;
|
147
|
+
-ms-transform: none !important;
|
148
|
+
transform: none !important;
|
149
|
+
}
|
150
|
+
.reveal section.stack {
|
151
|
+
margin: 0 !important;
|
152
|
+
padding: 0 !important;
|
153
|
+
page-break-after: avoid !important;
|
154
|
+
height: auto !important;
|
155
|
+
min-height: auto !important;
|
156
|
+
}
|
157
|
+
.reveal .absolute-element {
|
158
|
+
margin-left: 2.2cm;
|
159
|
+
margin-top: 1.8cm;
|
160
|
+
}
|
161
|
+
.reveal section .fragment {
|
162
|
+
opacity: 1 !important;
|
163
|
+
visibility: visible !important;
|
164
|
+
|
165
|
+
-webkit-transform: none !important;
|
166
|
+
-moz-transform: none !important;
|
167
|
+
-ms-transform: none !important;
|
168
|
+
transform: none !important;
|
169
|
+
}
|
170
|
+
.reveal section .slide-background {
|
171
|
+
position: absolute;
|
172
|
+
top: 0;
|
173
|
+
left: 0;
|
174
|
+
width: 100%;
|
175
|
+
z-index: 0;
|
176
|
+
}
|
177
|
+
.reveal section>* {
|
178
|
+
position: relative;
|
179
|
+
z-index: 1;
|
180
|
+
}
|
181
|
+
.reveal img {
|
182
|
+
box-shadow: none;
|
183
|
+
}
|
184
|
+
.reveal .roll {
|
185
|
+
overflow: visible;
|
186
|
+
line-height: 1em;
|
187
|
+
}
|
188
|
+
.reveal small a {
|
189
|
+
font-size: 16pt !important;
|
190
|
+
}
|
@@ -0,0 +1,1358 @@
|
|
1
|
+
.reveal .slide-background {
|
2
|
+
background: #f3f4f4;
|
3
|
+
background-size: cover;
|
4
|
+
background-position: 50% 50%;
|
5
|
+
background-repeat: no-repeat;
|
6
|
+
}
|
7
|
+
|
8
|
+
.reveal .has-dark-background,
|
9
|
+
.reveal .light-foreground,
|
10
|
+
.reveal section.background-shade-dark,
|
11
|
+
.reveal section.light-foreground {
|
12
|
+
color: #fff;
|
13
|
+
}
|
14
|
+
|
15
|
+
.reveal .has-dark-background .product path,
|
16
|
+
.reveal .light-foreground .product path,
|
17
|
+
.reveal section.background-shade-dark .product path,
|
18
|
+
.reveal section.light-foreground .product path {
|
19
|
+
fill: #ffffff !important;
|
20
|
+
}
|
21
|
+
|
22
|
+
.reveal .has-dark-background .icon.stroked path,
|
23
|
+
.reveal .light-foreground .icon.stroked path,
|
24
|
+
.reveal section.background-shade-dark .icon.stroked path,
|
25
|
+
.reveal section.light-foreground .icon.stroked path {
|
26
|
+
stroke: #ffffff !important;
|
27
|
+
}
|
28
|
+
|
29
|
+
.reveal .has-dark-background .redhat-product-logotype path,
|
30
|
+
.reveal .light-foreground .redhat-product-logotype path,
|
31
|
+
.reveal section.background-shade-dark .redhat-product-logotype path,
|
32
|
+
.reveal section.light-foreground .redhat-product-logotype path {
|
33
|
+
fill: #ffffff;
|
34
|
+
}
|
35
|
+
|
36
|
+
.reveal .has-dark-background text.logotext,
|
37
|
+
.reveal .light-foreground text.logotext,
|
38
|
+
.reveal section.background-shade-dark text.logotext,
|
39
|
+
.reveal section.light-foreground text.logotext,
|
40
|
+
.reveal .has-dark-background .logotext text,
|
41
|
+
.reveal .light-foreground .logotext text,
|
42
|
+
.reveal section.background-shade-dark .logotext text,
|
43
|
+
.reveal section.light-foreground .logotext text,
|
44
|
+
.reveal .has-dark-background path.logotext,
|
45
|
+
.reveal .light-foreground path.logotext,
|
46
|
+
.reveal section.background-shade-dark path.logotext,
|
47
|
+
.reveal section.light-foreground path.logotext,
|
48
|
+
.reveal .has-dark-background path.logotype,
|
49
|
+
.reveal .light-foreground path.logotype,
|
50
|
+
.reveal section.background-shade-dark path.logotype,
|
51
|
+
.reveal section.light-foreground path.logotype,
|
52
|
+
.reveal .has-dark-background .logotext path,
|
53
|
+
.reveal .light-foreground .logotext path,
|
54
|
+
.reveal section.background-shade-dark .logotext path,
|
55
|
+
.reveal section.light-foreground .logotext path {
|
56
|
+
fill: #fff !important;
|
57
|
+
}
|
58
|
+
|
59
|
+
.reveal .has-dark-background .redhat-logo .logotext,
|
60
|
+
.reveal .light-foreground .redhat-logo .logotext,
|
61
|
+
.reveal section.background-shade-dark .redhat-logo .logotext,
|
62
|
+
.reveal section.light-foreground .redhat-logo .logotext {
|
63
|
+
fill: #ffffff !important;
|
64
|
+
}
|
65
|
+
|
66
|
+
.reveal .has-light-background {
|
67
|
+
color: #222222;
|
68
|
+
}
|
69
|
+
|
70
|
+
.reveal .has-light-background path {
|
71
|
+
fill: currentcolor;
|
72
|
+
}
|
73
|
+
|
74
|
+
.reveal .has-light-background .icon.stroked path {
|
75
|
+
stroke: currentcolor;
|
76
|
+
}
|
77
|
+
|
78
|
+
.reveal .has-light-background .redhat-logo .logotext {
|
79
|
+
fill: #000000 !important;
|
80
|
+
}
|
81
|
+
|
82
|
+
.reveal .dark-foreground,
|
83
|
+
.reveal section.background-shade-light,
|
84
|
+
.reveal section.dark-foreground {
|
85
|
+
color: #000;
|
86
|
+
}
|
87
|
+
|
88
|
+
.reveal .dark-foreground .redhat-product-logotype path,
|
89
|
+
.reveal section.background-shade-light .redhat-product-logotype path,
|
90
|
+
.reveal section.dark-foreground .redhat-product-logotype path {
|
91
|
+
fill: #000000;
|
92
|
+
}
|
93
|
+
|
94
|
+
.reveal .dark-foreground text.logotext,
|
95
|
+
.reveal section.background-shade-light text.logotext,
|
96
|
+
.reveal section.dark-foreground text.logotext,
|
97
|
+
.reveal .dark-foreground .logotext text,
|
98
|
+
.reveal section.background-shade-light .logotext text,
|
99
|
+
.reveal section.dark-foreground .logotext text,
|
100
|
+
.reveal .dark-foreground path.logotext,
|
101
|
+
.reveal section.background-shade-light path.logotext,
|
102
|
+
.reveal section.dark-foreground path.logotext,
|
103
|
+
.reveal .dark-foreground path.logotype,
|
104
|
+
.reveal section.background-shade-light path.logotype,
|
105
|
+
.reveal section.dark-foreground path.logotype,
|
106
|
+
.reveal .dark-foreground .logotext path,
|
107
|
+
.reveal section.background-shade-light .logotext path,
|
108
|
+
.reveal section.dark-foreground .logotext path,
|
109
|
+
.reveal .dark-foreground .product,
|
110
|
+
.reveal section.background-shade-light .product,
|
111
|
+
.reveal section.dark-foreground .product {
|
112
|
+
fill: #currentcolor !important;
|
113
|
+
}
|
114
|
+
|
115
|
+
.reveal .dark-foreground .redhat-logo .logotext,
|
116
|
+
.reveal section.background-shade-light .redhat-logo .logotext,
|
117
|
+
.reveal section.dark-foreground .redhat-logo .logotext {
|
118
|
+
fill: currentcolor !important;
|
119
|
+
}
|
120
|
+
|
121
|
+
.reveal svg path {
|
122
|
+
fill: currentcolor;
|
123
|
+
}
|
124
|
+
|
125
|
+
.reveal .slide-background.background-shade-dark:before {
|
126
|
+
content: "";
|
127
|
+
display: block;
|
128
|
+
position: absolute;
|
129
|
+
top: 0;
|
130
|
+
bottom: 0;
|
131
|
+
left: 0;
|
132
|
+
right: 0;
|
133
|
+
width: 100%;
|
134
|
+
height: 100%;
|
135
|
+
background-color: rgba(40, 40, 40, 0.8);
|
136
|
+
}
|
137
|
+
|
138
|
+
.reveal .slide-background.background-shade-light:before {
|
139
|
+
content: "";
|
140
|
+
display: block;
|
141
|
+
position: absolute;
|
142
|
+
top: 0;
|
143
|
+
bottom: 0;
|
144
|
+
left: 0;
|
145
|
+
right: 0;
|
146
|
+
width: 100%;
|
147
|
+
height: 100%;
|
148
|
+
background-color: rgba(255, 255, 255, 0.8);
|
149
|
+
}
|
150
|
+
|
151
|
+
.reveal .slides > section {
|
152
|
+
text-align: left;
|
153
|
+
letter-spacing: .061em;
|
154
|
+
}
|
155
|
+
|
156
|
+
.reveal .slides > section h1 {
|
157
|
+
line-height: 1em;
|
158
|
+
font-weight: 700;
|
159
|
+
letter-spacing: .04em;
|
160
|
+
font-size: 3em;
|
161
|
+
}
|
162
|
+
|
163
|
+
.reveal .slides > section h2 {
|
164
|
+
font-size: 2em;
|
165
|
+
font-weight: 300;
|
166
|
+
letter-spacing: .15em;
|
167
|
+
line-height: 1.15em;
|
168
|
+
}
|
169
|
+
|
170
|
+
.reveal .slides > section h3 {
|
171
|
+
font-weight: 700;
|
172
|
+
font-size: 1em;
|
173
|
+
letter-spacing: .05em;
|
174
|
+
line-height: 1.25em;
|
175
|
+
}
|
176
|
+
|
177
|
+
.reveal .slides > section p {
|
178
|
+
margin-bottom: .5em;
|
179
|
+
}
|
180
|
+
|
181
|
+
.reveal .slides > section blockquote {
|
182
|
+
font-style: normal;
|
183
|
+
box-shadow: none;
|
184
|
+
}
|
185
|
+
|
186
|
+
.reveal .progress {
|
187
|
+
position:;
|
188
|
+
background-color: transparent;
|
189
|
+
}
|
190
|
+
|
191
|
+
.reveal .progress span {
|
192
|
+
background-color: #5e6a71;
|
193
|
+
opacity: .;
|
194
|
+
}
|
195
|
+
|
196
|
+
.reveal .absolute-element svg {
|
197
|
+
position: absolute;
|
198
|
+
top: 0;
|
199
|
+
left: 0;
|
200
|
+
right: 0;
|
201
|
+
width: 100% !important;
|
202
|
+
height: 100% !important;
|
203
|
+
}
|
204
|
+
|
205
|
+
.reveal .icon.stroked {
|
206
|
+
width: 282px;
|
207
|
+
height: 282px;
|
208
|
+
}
|
209
|
+
|
210
|
+
.reveal .icon.stroked.icon-arrow path {
|
211
|
+
stroke-width: 4px !important;
|
212
|
+
}
|
213
|
+
|
214
|
+
.reveal .icon.stroked path {
|
215
|
+
fill: none;
|
216
|
+
stroke-width: 1.5px;
|
217
|
+
transition-delay: .5s !important;
|
218
|
+
stroke-dashoffset: 0;
|
219
|
+
stroke-width: 1.5;
|
220
|
+
stroke-linecap: round;
|
221
|
+
stroke-linejoin: round;
|
222
|
+
stroke: #5e6a71;
|
223
|
+
}
|
224
|
+
|
225
|
+
.reveal .icon.stroked path.long {
|
226
|
+
stroke-dasharray: 420, 420;
|
227
|
+
transition: 2.5s all ease;
|
228
|
+
}
|
229
|
+
|
230
|
+
.reveal .icon.stroked path.longer {
|
231
|
+
stroke-dasharray: 512, 512;
|
232
|
+
transition: 2.5s all ease;
|
233
|
+
}
|
234
|
+
|
235
|
+
.reveal .icon.stroked path.short {
|
236
|
+
stroke-dasharray: 90, 90;
|
237
|
+
transition: 5s all ease;
|
238
|
+
}
|
239
|
+
|
240
|
+
.reveal .icon.stroked path.shortest {
|
241
|
+
stroke-dasharray: 5, 5;
|
242
|
+
transition: 2s all ease;
|
243
|
+
}
|
244
|
+
|
245
|
+
.reveal .icon.stroked path.round {
|
246
|
+
stroke-linecap: round;
|
247
|
+
stroke-linejoin: round;
|
248
|
+
}
|
249
|
+
|
250
|
+
.reveal .icon.stroked path.virtual {
|
251
|
+
transition: .5s all ease;
|
252
|
+
stroke-dasharray: 1.1, 3;
|
253
|
+
stroke-linecap: round;
|
254
|
+
}
|
255
|
+
|
256
|
+
.reveal .icon.stroked path.dashed {
|
257
|
+
stroke-dasharray: 3, 3;
|
258
|
+
}
|
259
|
+
|
260
|
+
.reveal .icon.stroked path.hand {
|
261
|
+
stroke-linecap: round;
|
262
|
+
}
|
263
|
+
|
264
|
+
.reveal .present path.virtual {
|
265
|
+
-webkit-animation: virtual-outline 60s infinite linear;
|
266
|
+
-moz-animation: virtual-outline 60s infinite linear;
|
267
|
+
animation: virtual-outline 60s infinite linear;
|
268
|
+
}
|
269
|
+
|
270
|
+
@-webkit-keyframes virtual-outline {
|
271
|
+
0% {
|
272
|
+
stroke-dashoffset: 0;
|
273
|
+
}
|
274
|
+
100% {
|
275
|
+
stroke-dashoffset: 512;
|
276
|
+
}
|
277
|
+
}
|
278
|
+
|
279
|
+
@-moz-keyframes virtual-outline {
|
280
|
+
0% {
|
281
|
+
stroke-dashoffset: 0;
|
282
|
+
}
|
283
|
+
100% {
|
284
|
+
stroke-dashoffset: 512;
|
285
|
+
}
|
286
|
+
}
|
287
|
+
|
288
|
+
@keyframes virtual-outline {
|
289
|
+
0% {
|
290
|
+
stroke-dashoffset: 0;
|
291
|
+
}
|
292
|
+
100% {
|
293
|
+
stroke-dashoffset: 512;
|
294
|
+
}
|
295
|
+
}
|
296
|
+
|
297
|
+
.reveal a {
|
298
|
+
box-shadow: 0 0.066666em;
|
299
|
+
}
|
300
|
+
|
301
|
+
.reveal.overview section.present {
|
302
|
+
border: 12px solid white !important;
|
303
|
+
box-shadow: 0 0 0 10px #ffffff, inset 0 0 0 6px rgba(0, 0, 0, 0.2);
|
304
|
+
}
|
305
|
+
|
306
|
+
.reveal .rh-pattern {
|
307
|
+
width: 256px;
|
308
|
+
height: 256px;
|
309
|
+
}
|
310
|
+
|
311
|
+
.reveal .rh-pattern path {
|
312
|
+
transition: all .5s ease;
|
313
|
+
}
|
314
|
+
|
315
|
+
.reveal .future .rh-pattern path {
|
316
|
+
stroke-dasharray: 0, 85 !important;
|
317
|
+
}
|
318
|
+
|
319
|
+
.reveal .present .rh-pattern path {
|
320
|
+
stroke-dasharray: 80, 0 !important;
|
321
|
+
}
|
322
|
+
|
323
|
+
.reveal div[data-block-type="snippet"] > .sl-block-content > svg,
|
324
|
+
.reveal div[data-block-type="snippet"] .icon,
|
325
|
+
.reveal div[data-block-type="snippet"] .product {
|
326
|
+
position: absolute;
|
327
|
+
top: 0;
|
328
|
+
left: 0;
|
329
|
+
right: 0;
|
330
|
+
bottom: 0;
|
331
|
+
width: 100%;
|
332
|
+
height: 100%;
|
333
|
+
}
|
334
|
+
|
335
|
+
.reveal div[data-block-type="snippet"] .icon {
|
336
|
+
top: -15%;
|
337
|
+
right: -15%;
|
338
|
+
bottom: -15%;
|
339
|
+
left: -15%;
|
340
|
+
width: 130%;
|
341
|
+
height: 130%;
|
342
|
+
}
|
343
|
+
|
344
|
+
.reveal div[data-block-type="snippet"] {
|
345
|
+
min-width: 60px !important;
|
346
|
+
min-height: 40px !important;
|
347
|
+
}
|
348
|
+
|
349
|
+
.reveal div[data-block-type="text"] {
|
350
|
+
font-size: 20px;
|
351
|
+
}
|
352
|
+
|
353
|
+
.reveal .triangle-element,
|
354
|
+
.reveal .triangle-element * {
|
355
|
+
user-select: none;
|
356
|
+
}
|
357
|
+
|
358
|
+
.reveal .has-light-background .closing-logo.logotype path {
|
359
|
+
fill: #000000 !important;
|
360
|
+
}
|
361
|
+
|
362
|
+
@-webkit-keyframes closing-animation {
|
363
|
+
0% {
|
364
|
+
-webkit-transform: scale(4) translate(40%);
|
365
|
+
transform: scale(4) translate(40%);
|
366
|
+
opacity: 0;
|
367
|
+
}
|
368
|
+
80% {
|
369
|
+
-webkit-transform: scale(1) translate(30%);
|
370
|
+
transform: scale(1) translate(30%);
|
371
|
+
}
|
372
|
+
}
|
373
|
+
|
374
|
+
@-moz-keyframes closing-animation {
|
375
|
+
0% {
|
376
|
+
-webkit-transform: scale(4) translate(40%);
|
377
|
+
transform: scale(4) translate(40%);
|
378
|
+
opacity: 0;
|
379
|
+
}
|
380
|
+
80% {
|
381
|
+
-webkit-transform: scale(1) translate(30%);
|
382
|
+
transform: scale(1) translate(30%);
|
383
|
+
}
|
384
|
+
}
|
385
|
+
|
386
|
+
@-ms-keyframes closing-animation {
|
387
|
+
0% {
|
388
|
+
-webkit-transform: scale(4) translate(40%);
|
389
|
+
transform: scale(4) translate(40%);
|
390
|
+
opacity: 0;
|
391
|
+
}
|
392
|
+
80% {
|
393
|
+
-webkit-transform: scale(1) translate(30%);
|
394
|
+
transform: scale(1) translate(30%);
|
395
|
+
}
|
396
|
+
}
|
397
|
+
|
398
|
+
@-o-keyframes closing-animation {
|
399
|
+
0% {
|
400
|
+
-webkit-transform: scale(4) translate(40%);
|
401
|
+
transform: scale(4) translate(40%);
|
402
|
+
opacity: 0;
|
403
|
+
}
|
404
|
+
80% {
|
405
|
+
-webkit-transform: scale(1) translate(30%);
|
406
|
+
transform: scale(1) translate(30%);
|
407
|
+
}
|
408
|
+
}
|
409
|
+
|
410
|
+
@keyframes closing-animation {
|
411
|
+
0% {
|
412
|
+
-webkit-transform: scale(4) translate(40%);
|
413
|
+
transform: scale(4) translate(40%);
|
414
|
+
opacity: 0;
|
415
|
+
}
|
416
|
+
80% {
|
417
|
+
-webkit-transform: scale(1) translate(30%);
|
418
|
+
transform: scale(1) translate(30%);
|
419
|
+
}
|
420
|
+
}
|
421
|
+
|
422
|
+
.reveal .present .closing-logo.icon {
|
423
|
+
-webkit-animation: closing-animation 1.5s 1;
|
424
|
+
-moz-animation: closing-animation 1.5s 1;
|
425
|
+
-o-animation: closing-animation 1.5s 1;
|
426
|
+
animation: closing-animation 1.5s 1;
|
427
|
+
}
|
428
|
+
|
429
|
+
.reveal .present .closing-logo.logotype {
|
430
|
+
-webkit-animation: closing-text-animation 1.8s 1;
|
431
|
+
-moz-animation: closing-text-animation 1.8s 1;
|
432
|
+
-o-animation: closing-text-animation 1.8s 1;
|
433
|
+
animation: closing-text-animation 1.8s 1;
|
434
|
+
}
|
435
|
+
|
436
|
+
@-webkit-keyframes closing-text-animation {
|
437
|
+
0% {
|
438
|
+
opacity: 0;
|
439
|
+
-webkit-transform: translate(-10%);
|
440
|
+
transform: translate(-10%);
|
441
|
+
}
|
442
|
+
70% {
|
443
|
+
-webkit-transform: translate(-10%);
|
444
|
+
transform: translate(-10%);
|
445
|
+
opacity: 0;
|
446
|
+
}
|
447
|
+
100% {
|
448
|
+
transform: none;
|
449
|
+
opacity: 1;
|
450
|
+
-webkit-transform: none;
|
451
|
+
}
|
452
|
+
}
|
453
|
+
|
454
|
+
@-moz-keyframes closing-text-animation {
|
455
|
+
0% {
|
456
|
+
opacity: 0;
|
457
|
+
-webkit-transform: translate(-10%);
|
458
|
+
transform: translate(-10%);
|
459
|
+
}
|
460
|
+
70% {
|
461
|
+
-webkit-transform: translate(-10%);
|
462
|
+
transform: translate(-10%);
|
463
|
+
opacity: 0;
|
464
|
+
}
|
465
|
+
100% {
|
466
|
+
transform: none;
|
467
|
+
opacity: 1;
|
468
|
+
-webkit-transform: none;
|
469
|
+
}
|
470
|
+
}
|
471
|
+
|
472
|
+
@-ms-keyframes closing-text-animation {
|
473
|
+
0% {
|
474
|
+
opacity: 0;
|
475
|
+
-webkit-transform: translate(-10%);
|
476
|
+
transform: translate(-10%);
|
477
|
+
}
|
478
|
+
70% {
|
479
|
+
-webkit-transform: translate(-10%);
|
480
|
+
transform: translate(-10%);
|
481
|
+
opacity: 0;
|
482
|
+
}
|
483
|
+
100% {
|
484
|
+
transform: none;
|
485
|
+
opacity: 1;
|
486
|
+
-webkit-transform: none;
|
487
|
+
}
|
488
|
+
}
|
489
|
+
|
490
|
+
@-o-keyframes closing-text-animation {
|
491
|
+
0% {
|
492
|
+
opacity: 0;
|
493
|
+
-webkit-transform: translate(-10%);
|
494
|
+
transform: translate(-10%);
|
495
|
+
}
|
496
|
+
70% {
|
497
|
+
-webkit-transform: translate(-10%);
|
498
|
+
transform: translate(-10%);
|
499
|
+
opacity: 0;
|
500
|
+
}
|
501
|
+
100% {
|
502
|
+
transform: none;
|
503
|
+
opacity: 1;
|
504
|
+
-webkit-transform: none;
|
505
|
+
}
|
506
|
+
}
|
507
|
+
|
508
|
+
@keyframes closing-text-animation {
|
509
|
+
0% {
|
510
|
+
opacity: 0;
|
511
|
+
-webkit-transform: translate(-10%);
|
512
|
+
transform: translate(-10%);
|
513
|
+
}
|
514
|
+
70% {
|
515
|
+
-webkit-transform: translate(-10%);
|
516
|
+
transform: translate(-10%);
|
517
|
+
opacity: 0;
|
518
|
+
}
|
519
|
+
100% {
|
520
|
+
transform: none;
|
521
|
+
opacity: 1;
|
522
|
+
-webkit-transform: none;
|
523
|
+
}
|
524
|
+
}
|
525
|
+
|
526
|
+
.reveal .brand-pattern-paths path,
|
527
|
+
.reveal .pattern-path {
|
528
|
+
stroke-width: 1;
|
529
|
+
fill: none;
|
530
|
+
}
|
531
|
+
|
532
|
+
.reveal .brand-pattern-paths path {
|
533
|
+
fill: none !important;
|
534
|
+
}
|
535
|
+
|
536
|
+
.reveal pattern {
|
537
|
+
patterntransform: scale(2) !important;
|
538
|
+
}
|
539
|
+
|
540
|
+
.reveal pattern.normal use {
|
541
|
+
stroke: #5e6a71;
|
542
|
+
fill: none;
|
543
|
+
}
|
544
|
+
|
545
|
+
.reveal pattern.light use {
|
546
|
+
stroke: #fff !important;
|
547
|
+
fill: none;
|
548
|
+
}
|
549
|
+
|
550
|
+
.reveal pattern.dark use {
|
551
|
+
stroke: #000 !important;
|
552
|
+
fill: none;
|
553
|
+
}
|
554
|
+
|
555
|
+
.reveal .brand-pattern {
|
556
|
+
min-width: 40px;
|
557
|
+
min-height: 40px;
|
558
|
+
position: absolute;
|
559
|
+
top: 0;
|
560
|
+
left: 0;
|
561
|
+
right: 0;
|
562
|
+
bottom: 0;
|
563
|
+
width: 100%;
|
564
|
+
height: 100%;
|
565
|
+
}
|
566
|
+
|
567
|
+
.reveal .brand-pattern path,
|
568
|
+
.reveal .brand-pattern rect {
|
569
|
+
width: 100% !important;
|
570
|
+
height: 100%;
|
571
|
+
}
|
572
|
+
|
573
|
+
.reveal .brand-pattern.corporate {
|
574
|
+
fill: url(#pattern-corporate);
|
575
|
+
}
|
576
|
+
|
577
|
+
.reveal .brand-pattern.storage {
|
578
|
+
fill: url(#pattern-storage);
|
579
|
+
}
|
580
|
+
|
581
|
+
.reveal .brand-pattern.infrastructure {
|
582
|
+
fill: url(#pattern-infrastructure);
|
583
|
+
}
|
584
|
+
|
585
|
+
.reveal .brand-pattern.cloud-infrastructure {
|
586
|
+
fill: url(#pattern-cloud-infrastructure);
|
587
|
+
}
|
588
|
+
|
589
|
+
.reveal .brand-pattern.development {
|
590
|
+
fill: url(#pattern-development);
|
591
|
+
}
|
592
|
+
|
593
|
+
.reveal .brand-pattern.business-process {
|
594
|
+
fill: url(#pattern-business-process);
|
595
|
+
}
|
596
|
+
|
597
|
+
.reveal .brand-pattern.cloud-development {
|
598
|
+
fill: url(#pattern-cloud-development);
|
599
|
+
}
|
600
|
+
|
601
|
+
.reveal .brand-pattern.development {
|
602
|
+
fill: url(#pattern-development);
|
603
|
+
}
|
604
|
+
|
605
|
+
.reveal .brand-pattern.business-process {
|
606
|
+
fill: url(#pattern-business-process);
|
607
|
+
}
|
608
|
+
|
609
|
+
.reveal .brand-pattern.cloud-development {
|
610
|
+
fill: url(#pattern-cloud-development);
|
611
|
+
}
|
612
|
+
|
613
|
+
.reveal .brand-pattern.services {
|
614
|
+
fill: url(#pattern-services);
|
615
|
+
}
|
616
|
+
|
617
|
+
.reveal .brand-pattern.partners {
|
618
|
+
fill: url(#pattern-partners);
|
619
|
+
}
|
620
|
+
|
621
|
+
.reveal .brand-pattern.community {
|
622
|
+
fill: url(#pattern-community);
|
623
|
+
}
|
624
|
+
|
625
|
+
.reveal #pattern-corporate-2 use {
|
626
|
+
stroke: #dd0000;
|
627
|
+
}
|
628
|
+
|
629
|
+
.reveal #pattern-corporate use {
|
630
|
+
stroke: #cc0000;
|
631
|
+
}
|
632
|
+
|
633
|
+
.reveal #pattern-storage use {
|
634
|
+
stroke: #ec7a08;
|
635
|
+
}
|
636
|
+
|
637
|
+
.reveal #pattern-infrastructure-path {
|
638
|
+
stroke: #0088ce;
|
639
|
+
}
|
640
|
+
|
641
|
+
.reveal #pattern-cloud-infrastructure use {
|
642
|
+
stroke: #0088ce;
|
643
|
+
}
|
644
|
+
|
645
|
+
.reveal #pattern-development use {
|
646
|
+
stroke: #3f9c35;
|
647
|
+
}
|
648
|
+
|
649
|
+
.reveal #pattern-cloud-development use {
|
650
|
+
stroke: #3f9c35;
|
651
|
+
}
|
652
|
+
|
653
|
+
.reveal #pattern-business-process use {
|
654
|
+
stroke: #3f9c35;
|
655
|
+
}
|
656
|
+
|
657
|
+
.reveal #pattern-partners use {
|
658
|
+
stroke: #005172;
|
659
|
+
}
|
660
|
+
|
661
|
+
.reveal #pattern-services use {
|
662
|
+
stroke: #5e6a71;
|
663
|
+
}
|
664
|
+
|
665
|
+
.reveal section,
|
666
|
+
.reveal .slide-background {
|
667
|
+
-webkit-backface-visibility: hidden;
|
668
|
+
-ms-backface-visibility: hidden;
|
669
|
+
backface-visibility: hidden;
|
670
|
+
}
|
671
|
+
|
672
|
+
.reveal .slides > section.transition-slide,
|
673
|
+
.reveal .slides > section.transition-slide + section.future,
|
674
|
+
.reveal .slides > section.transition-slide + section.present,
|
675
|
+
.reveal .backgrounds > .slide-background.transition-slide,
|
676
|
+
.reveal .backgrounds > .slide-background.transition-slide + .slide-background.future,
|
677
|
+
.reveal .backgrounds > .slide-background.transition-slide + .slide-background.present {
|
678
|
+
transition: all 1s ease !important;
|
679
|
+
}
|
680
|
+
|
681
|
+
.reveal .backgrounds > .slide-background.transition-slide {
|
682
|
+
opacity: 1;
|
683
|
+
}
|
684
|
+
|
685
|
+
.reveal .backgrounds > .slide-background.transition-slide.past {
|
686
|
+
z-index: 99;
|
687
|
+
-webkit-transform: translate(-100%, 0);
|
688
|
+
-ms-transform: translate(-100%, 0);
|
689
|
+
transform: translate(-100%, 0);
|
690
|
+
}
|
691
|
+
|
692
|
+
.reveal .backgrounds > .slide-background.transition-slide.future,
|
693
|
+
.reveal .backgrounds > .slide-background.transition-slide.present + .slide-background.future {
|
694
|
+
-webkit-transform: translate(100%, 0);
|
695
|
+
-ms-transform: translate(100%, 0);
|
696
|
+
transform: translate(100%, 0);
|
697
|
+
}
|
698
|
+
|
699
|
+
.reveal .slides > section.transition-slide.past {
|
700
|
+
z-index: 99;
|
701
|
+
-webkit-transform: translate(-150%, 0);
|
702
|
+
-ms-transform: translate(-150%, 0);
|
703
|
+
transform: translate(-150%, 0);
|
704
|
+
}
|
705
|
+
|
706
|
+
.reveal .slides > section.transition-slide.future,
|
707
|
+
.reveal .slides > section.transition-slide.future + section {
|
708
|
+
-webkit-transform: translate(150%, 0);
|
709
|
+
-ms-transform: translate(150%, 0);
|
710
|
+
transform: translate(150%, 0);
|
711
|
+
}
|
712
|
+
|
713
|
+
.reveal .slides > section.transition-slide-up,
|
714
|
+
.reveal .slides > section.transition-slide-up + section.future,
|
715
|
+
.reveal .slides > section.transition-slide-up + section.present,
|
716
|
+
.reveal .backgrounds > .slide-background.transition-slide-up,
|
717
|
+
.reveal .backgrounds > .slide-background.transition-slide-up + .slide-background.future .backgrounds > .slide-background.transition-slide-up + .slide-background.present {
|
718
|
+
transition: all 1s ease !important;
|
719
|
+
}
|
720
|
+
|
721
|
+
.reveal .backgrounds > .slide-background.transition-slide-up {
|
722
|
+
opacity: 1;
|
723
|
+
}
|
724
|
+
|
725
|
+
.reveal .backgrounds > .slide-background.transition-slide-up.past {
|
726
|
+
z-index: 99;
|
727
|
+
-webkit-transform: translate(0, -100%);
|
728
|
+
-ms-transform: translate(0, -100%);
|
729
|
+
transform: translate(0, -100%);
|
730
|
+
}
|
731
|
+
|
732
|
+
.reveal .backgrounds > .slide-background.transition-slide-up.future,
|
733
|
+
.reveal .backgrounds > .slide-background.transition-slide-up.present + .slide-background.future {
|
734
|
+
-webkit-transform: translate(0, 100%);
|
735
|
+
-ms-transform: translate(0, 100%);
|
736
|
+
transform: translate(0, 100%);
|
737
|
+
}
|
738
|
+
|
739
|
+
.reveal .slides > section.transition-slide-up.past {
|
740
|
+
z-index: 99;
|
741
|
+
-webkit-transform: translate(0, -150%);
|
742
|
+
-ms-transform: translate(0, -150%);
|
743
|
+
transform: translate(0, -150%);
|
744
|
+
}
|
745
|
+
|
746
|
+
.reveal .slides > section.transition-slide-up.future,
|
747
|
+
.reveal .slides > section.transition-slide-up.present + section {
|
748
|
+
-webkit-transform: translate(0, 150%);
|
749
|
+
-ms-transform: translate(0, 150%);
|
750
|
+
transform: translate(0, 150%);
|
751
|
+
}
|
752
|
+
|
753
|
+
.reveal .slides > section.transition-zoom-in,
|
754
|
+
.reveal .slides > section.transition-zoom-in + section.future,
|
755
|
+
.reveal .slides > section.transition-zoom-in + section.present,
|
756
|
+
.reveal .backgrounds > .slide-background.transition-zoom-in,
|
757
|
+
.reveal .backgrounds > .slide-background.transition-zoom-in + .slide-background.future .backgrounds > .slide-background.transition-zoom-in + .slide-background.present {
|
758
|
+
-webkit-transition: all 1s ease !important;
|
759
|
+
-moz-transition: all 1s ease !important;
|
760
|
+
transition: all 1s ease !important;
|
761
|
+
}
|
762
|
+
|
763
|
+
.reveal .backgrounds > .slide-background.transition-zoom-in.past {
|
764
|
+
opacity: 0 !important;
|
765
|
+
-webkit-transform: scale(1.5);
|
766
|
+
-ms-transform: scale(0.1 0.5);
|
767
|
+
transform: scale(1.5);
|
768
|
+
}
|
769
|
+
|
770
|
+
.reveal .backgrounds > .slide-background.transition-zoom-in.future,
|
771
|
+
.reveal .backgrounds > .slide-background.transition-zoom-in.present + .slide-background.future {
|
772
|
+
opacity: 0 !important;
|
773
|
+
-webkit-transform: scale(0.01);
|
774
|
+
-ms-transform: scale(0.01);
|
775
|
+
transform: scale(0.01);
|
776
|
+
}
|
777
|
+
|
778
|
+
.reveal.past {
|
779
|
+
z-index: -1;
|
780
|
+
opacity: 0 !important;
|
781
|
+
}
|
782
|
+
|
783
|
+
.reveal.present + .slide-background.future {
|
784
|
+
z-index: 99;
|
785
|
+
}
|
786
|
+
|
787
|
+
.reveal .slides > section.transition-zoom-in.past {
|
788
|
+
z-index: 99;
|
789
|
+
-webkit-transform: scale(1.5);
|
790
|
+
-ms-transform: scale(1.5);
|
791
|
+
transform: scale(1.5);
|
792
|
+
}
|
793
|
+
|
794
|
+
.reveal .slides > section.transition-zoom-in.future {
|
795
|
+
-webkit-transform: scale(0.1);
|
796
|
+
-ms-transform: scale(0.1);
|
797
|
+
transform: scale(0.1);
|
798
|
+
}
|
799
|
+
|
800
|
+
@-webkit-keyframes icon-animation-long {
|
801
|
+
0% {
|
802
|
+
stroke-dashoffset: 420;
|
803
|
+
stroke-width: .5px;
|
804
|
+
}
|
805
|
+
}
|
806
|
+
|
807
|
+
@-moz-keyframes icon-animation-long {
|
808
|
+
0% {
|
809
|
+
stroke-dashoffset: 420;
|
810
|
+
stroke-width: .5px;
|
811
|
+
}
|
812
|
+
}
|
813
|
+
|
814
|
+
@-ms-keyframes icon-animation-long {
|
815
|
+
0% {
|
816
|
+
stroke-dashoffset: 420;
|
817
|
+
stroke-width: .5px;
|
818
|
+
}
|
819
|
+
}
|
820
|
+
|
821
|
+
@keyframes icon-animation-long {
|
822
|
+
0% {
|
823
|
+
stroke-dashoffset: 420;
|
824
|
+
stroke-width: .5px;
|
825
|
+
}
|
826
|
+
}
|
827
|
+
|
828
|
+
@-webkit-keyframes icon-animation-short {
|
829
|
+
0% {
|
830
|
+
stroke-dashoffset: 90;
|
831
|
+
}
|
832
|
+
}
|
833
|
+
|
834
|
+
@-moz-keyframes icon-animation-short {
|
835
|
+
0% {
|
836
|
+
stroke-dashoffset: 90;
|
837
|
+
}
|
838
|
+
}
|
839
|
+
|
840
|
+
@-ms-keyframes icon-animation-short {
|
841
|
+
0% {
|
842
|
+
stroke-dashoffset: 90;
|
843
|
+
}
|
844
|
+
}
|
845
|
+
|
846
|
+
@keyframes icon-animation-short {
|
847
|
+
0% {
|
848
|
+
stroke-dashoffset: 90;
|
849
|
+
}
|
850
|
+
}
|
851
|
+
|
852
|
+
.reveal .present .animate.icon.stroked path,
|
853
|
+
.reveal .present .animate .icon.stroked path,
|
854
|
+
.reveal .fragment .icon.stroked path {
|
855
|
+
animation: 0;
|
856
|
+
-moz-animation: 0;
|
857
|
+
-webkit-animation: 0;
|
858
|
+
display: none;
|
859
|
+
}
|
860
|
+
|
861
|
+
.reveal .present .animate.icon.stroked path.long,
|
862
|
+
.reveal .present .animate .icon.stroked path.long,
|
863
|
+
.reveal .fragment.visible .icon.stroked path.long {
|
864
|
+
display: block;
|
865
|
+
stroke-width: 2px;
|
866
|
+
-webkit-animation: icon-animation-long 3.5s 0.5s 1;
|
867
|
+
-moz-animation: icon-animation-long 3.5s 0.5s 1;
|
868
|
+
animation: icon-animation-long 3.5s 0.5s 1;
|
869
|
+
}
|
870
|
+
|
871
|
+
.reveal .present .animate.icon.stroked path.short,
|
872
|
+
.reveal .present .animate .icon.stroked path.short,
|
873
|
+
.reveal .fragment.visible .icon.stroked path.short {
|
874
|
+
display: block;
|
875
|
+
-webkit-animation: icon-animation-short 3.5s 0.5s 1 !important;
|
876
|
+
-moz-animation: icon-animation-short 3.5s 0.5s 1 !important;
|
877
|
+
animation: icon-animation-short 3.5s 0.5s 1 !important;
|
878
|
+
}
|
879
|
+
|
880
|
+
.reveal .triangle-element {
|
881
|
+
transition: all 0.4s cubic-bezier(0.21, 0.9, 0.55, 1) 5s;
|
882
|
+
}
|
883
|
+
|
884
|
+
.reveal:hover .triangle-element {
|
885
|
+
transition: all 1s cubic-bezier(0.21, 0.9, 0.55, 1.16) 0s !important;
|
886
|
+
top: 100% !important;
|
887
|
+
left: 100% !important;
|
888
|
+
opacity: 0.95;
|
889
|
+
}
|
890
|
+
|
891
|
+
.reveal .has-dark-background .only-dark {
|
892
|
+
display: none;
|
893
|
+
}
|
894
|
+
|
895
|
+
.reveal .has-light-background .only-light {
|
896
|
+
display: none;
|
897
|
+
}
|
898
|
+
|
899
|
+
.reveal .thinner .icon.stroked path {
|
900
|
+
stroke-width: 1px !important;
|
901
|
+
}
|
902
|
+
|
903
|
+
.reveal .thinnest .icon.stroked path {
|
904
|
+
stroke-width: 0.05em !important;
|
905
|
+
}
|
906
|
+
|
907
|
+
.reveal .thicker .icon.stroked path {
|
908
|
+
stroke-width: 3px !important;
|
909
|
+
}
|
910
|
+
|
911
|
+
.reveal .thickest .icon.stroked path {
|
912
|
+
stroke-width: 4px !important;
|
913
|
+
}
|
914
|
+
|
915
|
+
.reveal .angle {
|
916
|
+
-ms-transform: rotate(-45deg);
|
917
|
+
-moz-transform: rotate(-45deg);
|
918
|
+
-webkit-transform: rotate(-45deg);
|
919
|
+
transform: rotate(-45deg);
|
920
|
+
}
|
921
|
+
|
922
|
+
.reveal .skewed {
|
923
|
+
transition: all 1s cubic-bezier(0.13, 0.81, 0.08, 1);
|
924
|
+
-moz-transform: skew(-45deg, 0);
|
925
|
+
-ms-transform: skew(-45deg, 0);
|
926
|
+
-webkit-transform: skew(-45deg, 0);
|
927
|
+
transform: skew(-45deg, 0);
|
928
|
+
}
|
929
|
+
|
930
|
+
.reveal .future .skewed {
|
931
|
+
margin-left: -800%;
|
932
|
+
opacity: 0;
|
933
|
+
}
|
934
|
+
|
935
|
+
.reveal .past .skewed {
|
936
|
+
margin-left: 800%;
|
937
|
+
opacity: 0;
|
938
|
+
}
|
939
|
+
|
940
|
+
.reveal .item-label,
|
941
|
+
.reveal .item-box {
|
942
|
+
letter-spacing: 0em;
|
943
|
+
font-weight: 500;
|
944
|
+
}
|
945
|
+
|
946
|
+
.reveal .epic-content-box {
|
947
|
+
height: 100%;
|
948
|
+
width: 100%;
|
949
|
+
position: absolute;
|
950
|
+
top: 0;
|
951
|
+
right: 0;
|
952
|
+
bottom: 0;
|
953
|
+
left: 0;
|
954
|
+
}
|
955
|
+
|
956
|
+
.reveal .has-dark-background .epic-content-box {
|
957
|
+
box-shadow: inset 0 0 0.51em rgba(0, 0, 0, 0.25), 0 0.05em 0.05em rgba(255, 255, 255, 0.1);
|
958
|
+
background-color: rgba(0, 0, 0, 0.15);
|
959
|
+
}
|
960
|
+
|
961
|
+
.reveal .has-light-background .epic-content-box {
|
962
|
+
box-shadow: inset 0 0 0.2em rgba(255, 255, 255, 0.5), 0 0.06666em 0.555em 0 rgba(0, 0, 0, 0.12);
|
963
|
+
}
|
964
|
+
|
965
|
+
.reveal .has-dark-background h1,
|
966
|
+
.reveal .has-dark-background h2,
|
967
|
+
.reveal .has-dark-background h3 {
|
968
|
+
text-shadow: 0 0.05em 0.2em rgba(0, 0, 0, 0.2);
|
969
|
+
}
|
970
|
+
|
971
|
+
.reveal .controls {
|
972
|
+
background-color: rgba(255, 255, 255, 0.2);
|
973
|
+
border-radius: 50%;
|
974
|
+
box-shadow: inset 0 0.2em 1em rgba(0, 0, 0, 0.2);
|
975
|
+
bottom: 1%;
|
976
|
+
right: 1%;
|
977
|
+
}
|
978
|
+
|
979
|
+
.reveal .controls {
|
980
|
+
opacity: 0 !important;
|
981
|
+
transition: all .5s ease 4.8s;
|
982
|
+
transform: scale(0.4);
|
983
|
+
}
|
984
|
+
|
985
|
+
.reveal:hover .controls {
|
986
|
+
transform: scale(1);
|
987
|
+
opacity: 1 !important;
|
988
|
+
transition: all .5s ease 0s;
|
989
|
+
}
|
990
|
+
|
991
|
+
.reveal .slides > section.present.in-3d-appear,
|
992
|
+
.reveal .backgrounds > .slide-background.present.in-3d-appear {
|
993
|
+
-moz-animation: slide-3d-appear 2s ease 1;
|
994
|
+
-webkit-animation: slide-3d-appear 2s ease 1;
|
995
|
+
animation: slide-3d-appear 2s ease 1;
|
996
|
+
}
|
997
|
+
|
998
|
+
@keyframes slide-3d-appear {
|
999
|
+
0% {
|
1000
|
+
transition-property: all;
|
1001
|
+
transition-duration: 1s;
|
1002
|
+
-webkit-transform: scale(2) rotateX(20deg);
|
1003
|
+
-moz-transform: scale(2) rotateX(20deg);
|
1004
|
+
-ms-transform: scale(2) rotateX(20deg);
|
1005
|
+
-o-transform: scale(2) rotateX(20deg);
|
1006
|
+
transform: scale(2) rotateX(20deg);
|
1007
|
+
transform-origin: top;
|
1008
|
+
}
|
1009
|
+
}
|
1010
|
+
|
1011
|
+
@-moz-keyframes slide-3d-appear {
|
1012
|
+
0% {
|
1013
|
+
transition-property: all;
|
1014
|
+
transition-duration: 1s;
|
1015
|
+
-webkit-transform: scale(2) rotateX(20deg);
|
1016
|
+
-moz-transform: scale(2) rotateX(20deg);
|
1017
|
+
-ms-transform: scale(2) rotateX(20deg);
|
1018
|
+
-o-transform: scale(2) rotateX(20deg);
|
1019
|
+
transform: scale(2) rotateX(20deg);
|
1020
|
+
transform-origin: top;
|
1021
|
+
}
|
1022
|
+
}
|
1023
|
+
|
1024
|
+
@-webkit-keyframes slide-3d-appear {
|
1025
|
+
0% {
|
1026
|
+
transition-property: all;
|
1027
|
+
transition-duration: 1s;
|
1028
|
+
-webkit-transform: scale(2) rotateX(20deg);
|
1029
|
+
-moz-transform: scale(2) rotateX(20deg);
|
1030
|
+
-ms-transform: scale(2) rotateX(20deg);
|
1031
|
+
-o-transform: scale(2) rotateX(20deg);
|
1032
|
+
transform: scale(2) rotateX(20deg);
|
1033
|
+
transform-origin: top;
|
1034
|
+
}
|
1035
|
+
}
|
1036
|
+
|
1037
|
+
.reveal .backgrounds {
|
1038
|
+
transition-property: height;
|
1039
|
+
transition-duration: 1s;
|
1040
|
+
perspective: 1000px;
|
1041
|
+
transform-style: preserve-3d;
|
1042
|
+
}
|
1043
|
+
|
1044
|
+
.reveal .complex-logo {
|
1045
|
+
min-height: 70px;
|
1046
|
+
min-width: 70px;
|
1047
|
+
width: 100%;
|
1048
|
+
}
|
1049
|
+
|
1050
|
+
.reveal .complex-logo,
|
1051
|
+
.reveal .complex-logo svg,
|
1052
|
+
.reveal .complex-logo > div {
|
1053
|
+
position: absolute;
|
1054
|
+
top: 0;
|
1055
|
+
right: 0;
|
1056
|
+
bottom: 0;
|
1057
|
+
left: 0;
|
1058
|
+
width: 100%;
|
1059
|
+
height: 100%;
|
1060
|
+
}
|
1061
|
+
|
1062
|
+
.reveal .complex-logo > div.line-icon,
|
1063
|
+
.reveal .complex-logo svg > div.line-icon,
|
1064
|
+
.reveal .complex-logo > div > div.line-icon,
|
1065
|
+
.reveal .complex-logo > div.logomark,
|
1066
|
+
.reveal .complex-logo svg > div.logomark,
|
1067
|
+
.reveal .complex-logo > div > div.logomark {
|
1068
|
+
transform-origin: 12% 50%;
|
1069
|
+
}
|
1070
|
+
|
1071
|
+
.reveal .animated .complex-logo div {
|
1072
|
+
transition: all .5s ease;
|
1073
|
+
}
|
1074
|
+
|
1075
|
+
.reveal .animated .complex-logo div.line-icon {
|
1076
|
+
transition-delay: 2s;
|
1077
|
+
}
|
1078
|
+
|
1079
|
+
.reveal .animated .complex-logo div.line-icon path {
|
1080
|
+
transition: all 1s ease .52s;
|
1081
|
+
stroke-dasharray: 100, 10;
|
1082
|
+
}
|
1083
|
+
|
1084
|
+
.reveal .animated .complex-logo div.event-name {
|
1085
|
+
transition-delay: 1s;
|
1086
|
+
}
|
1087
|
+
|
1088
|
+
.reveal .animated .complex-logo div.location {
|
1089
|
+
transition-delay: 1.4s;
|
1090
|
+
}
|
1091
|
+
|
1092
|
+
.reveal .future .animated .complex-logo > div {
|
1093
|
+
transition: none;
|
1094
|
+
}
|
1095
|
+
|
1096
|
+
.reveal .future .animated .complex-logo > div.line-icon path {
|
1097
|
+
stroke-dasharray: 0, 100;
|
1098
|
+
transition: none;
|
1099
|
+
}
|
1100
|
+
|
1101
|
+
.reveal .future .animated .complex-logo {
|
1102
|
+
/*.line-icon{transform:rotate(30deg); opacity:0;}*/
|
1103
|
+
|
1104
|
+
}
|
1105
|
+
|
1106
|
+
.reveal .future .animated .complex-logo .logomark {
|
1107
|
+
transform: translate(0, -20%);
|
1108
|
+
}
|
1109
|
+
|
1110
|
+
.reveal .future .animated .complex-logo .location {
|
1111
|
+
transform: translate(0, 0.5em);
|
1112
|
+
opacity: 0;
|
1113
|
+
}
|
1114
|
+
|
1115
|
+
.reveal .future .animated .complex-logo .event-name {
|
1116
|
+
opacity: 0;
|
1117
|
+
transform: translate(-0.6em, 0);
|
1118
|
+
}
|
1119
|
+
|
1120
|
+
.reveal svg path {
|
1121
|
+
fill: currentcolor;
|
1122
|
+
}
|
1123
|
+
|
1124
|
+
.reveal .lowercase {
|
1125
|
+
text-transform: lowercase;
|
1126
|
+
}
|
1127
|
+
|
1128
|
+
.reveal .pop-in.fragment {
|
1129
|
+
-webkit-transform: scale(0.2);
|
1130
|
+
-moz-transform: scale(0.2);
|
1131
|
+
-ms-transform: scale(0.2);
|
1132
|
+
-o-transform: scale(0.2);
|
1133
|
+
transform: scale(0.2);
|
1134
|
+
-webkit-transition: 2s ease 0.25s;
|
1135
|
+
-moz-transition: 2s ease 0.25s;
|
1136
|
+
-o-transition: 2s ease 0.25s;
|
1137
|
+
-ms-transition: 2s ease 0.25s;
|
1138
|
+
transition: 2s ease 0.25s;
|
1139
|
+
-webkit-animation-delay: 0.66s;
|
1140
|
+
-moz-animation-delay: 0.66s;
|
1141
|
+
-ms-animation-delay: 0.66s;
|
1142
|
+
-o-animation-delay: 0.66s;
|
1143
|
+
animation-delay: 0.66s;
|
1144
|
+
}
|
1145
|
+
|
1146
|
+
.reveal .pop-in.fragment.visible {
|
1147
|
+
-webkit-transform: scale(1);
|
1148
|
+
-moz-transform: scale(1);
|
1149
|
+
-ms-transform: scale(1);
|
1150
|
+
-o-transform: scale(1);
|
1151
|
+
transform: scale(1);
|
1152
|
+
}
|
1153
|
+
|
1154
|
+
.reveal .pop-in.fragment.current-fragment {
|
1155
|
+
color: #c22;
|
1156
|
+
}
|
1157
|
+
|
1158
|
+
.reveal .grow-width {
|
1159
|
+
-webkit-transition: all 0.5s ease 0.2s;
|
1160
|
+
-moz-transition: all 0.5s ease 0.2s;
|
1161
|
+
-o-transition: all 0.5s ease 0.2s;
|
1162
|
+
-ms-transition: all 0.5s ease 0.2s;
|
1163
|
+
transition: all 0.5s ease 0.2s;
|
1164
|
+
}
|
1165
|
+
|
1166
|
+
.reveal .future .grow-width {
|
1167
|
+
width: 0% !important;
|
1168
|
+
-webkit-transition: none;
|
1169
|
+
-moz-transition: none;
|
1170
|
+
-o-transition: none;
|
1171
|
+
-ms-transition: none;
|
1172
|
+
transition: none;
|
1173
|
+
}
|
1174
|
+
|
1175
|
+
.reveal .stampit {
|
1176
|
+
-webkit-transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
|
1177
|
+
-moz-transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
|
1178
|
+
-o-transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
|
1179
|
+
-ms-transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
|
1180
|
+
transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
|
1181
|
+
}
|
1182
|
+
|
1183
|
+
.reveal .future .stampit {
|
1184
|
+
-webkit-transform: rotate(-12deg) scale(2);
|
1185
|
+
-moz-transform: rotate(-12deg) scale(2);
|
1186
|
+
-ms-transform: rotate(-12deg) scale(2);
|
1187
|
+
-o-transform: rotate(-12deg) scale(2);
|
1188
|
+
transform: rotate(-12deg) scale(2);
|
1189
|
+
-webkit-transition: none;
|
1190
|
+
-moz-transition: none;
|
1191
|
+
-o-transition: none;
|
1192
|
+
-ms-transition: none;
|
1193
|
+
transition: none;
|
1194
|
+
opacity: 0;
|
1195
|
+
}
|
1196
|
+
|
1197
|
+
.reveal .headshot img {
|
1198
|
+
border-radius: 50%;
|
1199
|
+
border: 4px solid #c00 !important;
|
1200
|
+
}
|
1201
|
+
|
1202
|
+
.reveal .condensed {
|
1203
|
+
letter-spacing: 0.02em;
|
1204
|
+
}
|
1205
|
+
|
1206
|
+
.reveal .condensed li {
|
1207
|
+
margin-bottom: 1em;
|
1208
|
+
}
|
1209
|
+
|
1210
|
+
.reveal .has-light-background .sl-block .has-dark-background > svg.redhat-logo .logotext {
|
1211
|
+
fill: #ffffff !important;
|
1212
|
+
}
|
1213
|
+
|
1214
|
+
.reveal .has-light-background .sl-block .reversed.redhat-logo .logotext,
|
1215
|
+
.reveal .has-light-background .sl-block .reversed .redhat-logo .logotext,
|
1216
|
+
.reveal .has-light-background .sl-block .has-dark-background > .redhat-logo .logotext {
|
1217
|
+
fill: #ffffff !important;
|
1218
|
+
}
|
1219
|
+
|
1220
|
+
.reveal .has-dark-background .sl-block .reversed.redhat-logo .logotext,
|
1221
|
+
.reveal .has-dark-background .sl-block .reversed .redhat-logo .logotext,
|
1222
|
+
.reveal .has-dark-background .sl-block .has-light-background > .redhat-logo .logotext {
|
1223
|
+
fill: #000000 !important;
|
1224
|
+
}
|
1225
|
+
|
1226
|
+
.reveal .has-dark-background .has-light-background .logo .only-dark path,
|
1227
|
+
.reveal .has-light-background .mono.redhat-logo path {
|
1228
|
+
fill: #000000 !important;
|
1229
|
+
}
|
1230
|
+
|
1231
|
+
.reveal .has-dark-background .mono.redhat-logo path {
|
1232
|
+
fill: #ffffff;
|
1233
|
+
}
|
1234
|
+
|
1235
|
+
.reveal .has-dark-background .logo .only-dark {
|
1236
|
+
display: block;
|
1237
|
+
}
|
1238
|
+
|
1239
|
+
.reveal .has-light-background .logo .only-light {
|
1240
|
+
display: block;
|
1241
|
+
}
|
1242
|
+
|
1243
|
+
.reveal .has-light-background .logo .only-dark {
|
1244
|
+
display: none;
|
1245
|
+
}
|
1246
|
+
|
1247
|
+
.reveal .has-dark-background .logo .only-light {
|
1248
|
+
display: none;
|
1249
|
+
}
|
1250
|
+
|
1251
|
+
.reveal .has-light-background .reversed svg path {
|
1252
|
+
fill: #ffffff !important;
|
1253
|
+
}
|
1254
|
+
|
1255
|
+
.reveal .has-dark-background .reversed svg path {
|
1256
|
+
fill: currentcolor !important;
|
1257
|
+
}
|
1258
|
+
|
1259
|
+
.reveal .has-dark-background .has-light-background .logo .only-light,
|
1260
|
+
.reveal .has-dark-background .reversed .logo .only-dark {
|
1261
|
+
display: block;
|
1262
|
+
}
|
1263
|
+
|
1264
|
+
.reveal .has-light-background .has-dark-background .logo .only-dark,
|
1265
|
+
.reveal .has-light-background .logo .only-light {
|
1266
|
+
display: block;
|
1267
|
+
}
|
1268
|
+
|
1269
|
+
.reveal .has-light-background .has-dark-background .redhat-logo .only-dark,
|
1270
|
+
.reveal .has-light-background .redhat-logo .only-light {
|
1271
|
+
fill: #ffffff !important;
|
1272
|
+
}
|
1273
|
+
|
1274
|
+
.reveal .has-light-background .has-dark-background .logo .only-light,
|
1275
|
+
.reveal .has-light-background .logo .only-dark,
|
1276
|
+
.reveal .has-dark-background .has-light-background .logo .only-dark,
|
1277
|
+
.reveal .has-dark-background .logo .only-light {
|
1278
|
+
display: none;
|
1279
|
+
}
|
1280
|
+
|
1281
|
+
.reveal .future .fade-up,
|
1282
|
+
.reveal .future .fade-down,
|
1283
|
+
.reveal .future .fade-left,
|
1284
|
+
.reveal .future .fade-right,
|
1285
|
+
.reveal .future .fade-zoom {
|
1286
|
+
-webkit-transition: none;
|
1287
|
+
transition: none;
|
1288
|
+
opacity: 0;
|
1289
|
+
filter: alpha(opacity=0);
|
1290
|
+
}
|
1291
|
+
|
1292
|
+
.reveal .future .fade-up,
|
1293
|
+
.reveal .fade-up.fragment {
|
1294
|
+
-webkit-transform: translate(0, 2em);
|
1295
|
+
-ms-transform: translate(0, 2em);
|
1296
|
+
transform: translate(0, 2em);
|
1297
|
+
opacity: 0;
|
1298
|
+
filter: alpha(opacity=0);
|
1299
|
+
}
|
1300
|
+
|
1301
|
+
.reveal .future .fade-down,
|
1302
|
+
.reveal .fade-down.fragment {
|
1303
|
+
-webkit-transform: translate(0, -2em);
|
1304
|
+
-ms-transform: translate(0, -2em);
|
1305
|
+
transform: translate(0, -2em);
|
1306
|
+
opacity: 0;
|
1307
|
+
filter: alpha(opacity=0);
|
1308
|
+
}
|
1309
|
+
|
1310
|
+
.reveal .future .fade-left,
|
1311
|
+
.reveal .fade-left.fragment {
|
1312
|
+
-webkit-transform: translate(2em, 0);
|
1313
|
+
-ms-transform: translate(2em, 0);
|
1314
|
+
transform: translate(2em, 0);
|
1315
|
+
opacity: 0;
|
1316
|
+
filter: alpha(opacity=0);
|
1317
|
+
}
|
1318
|
+
|
1319
|
+
.reveal .future .fade-right,
|
1320
|
+
.reveal .fade-right.fragment {
|
1321
|
+
-webkit-transform: translate(-2em, 0);
|
1322
|
+
-ms-transform: translate(-2em, 0);
|
1323
|
+
transform: translate(-2em, 0);
|
1324
|
+
opacity: 0;
|
1325
|
+
filter: alpha(opacity=0);
|
1326
|
+
}
|
1327
|
+
|
1328
|
+
.reveal .future .fade-zoom,
|
1329
|
+
.reveal .fade-zoom.fragment {
|
1330
|
+
-webkit-transform: scale(0.1);
|
1331
|
+
-ms-transform: scale(0.1);
|
1332
|
+
transform: scale(0.1);
|
1333
|
+
opacity: 0;
|
1334
|
+
filter: alpha(opacity=0);
|
1335
|
+
}
|
1336
|
+
|
1337
|
+
.reveal .present .fade-up,
|
1338
|
+
.reveal .present .fade-down,
|
1339
|
+
.reveal .present .fade-left,
|
1340
|
+
.reveal .present .fade-right,
|
1341
|
+
.reveal .present .fade-zoom {
|
1342
|
+
-webkit-transition: all .5s ease .5s;
|
1343
|
+
transition: all .5s ease .5s;
|
1344
|
+
opacity: 1;
|
1345
|
+
filter: alpha(opacity=100);
|
1346
|
+
}
|
1347
|
+
|
1348
|
+
.reveal .present .fragment.visible.fade-up,
|
1349
|
+
.reveal .present .fragment.visible.fade-down,
|
1350
|
+
.reveal .present .fragment.visible.fade-left,
|
1351
|
+
.reveal .present .fragment.visible.fade-right,
|
1352
|
+
.reveal .present .fragment.visible.fade-zoom {
|
1353
|
+
-webkit-transform: none;
|
1354
|
+
-ms-transform: none;
|
1355
|
+
transform: none;
|
1356
|
+
opacity: 1;
|
1357
|
+
filter: alpha(opacity=100);
|
1358
|
+
}
|