Port title frame
Change-Id: I0b78db5eed0ac7dbe779aa84505aeb1faa187f77
diff --git a/inst/reveal.js-4.6.1/css/theme/source/ids.scss b/inst/reveal.js-4.6.1/css/theme/source/ids.scss
index e3736ae..a2f612c 100644
--- a/inst/reveal.js-4.6.1/css/theme/source/ids.scss
+++ b/inst/reveal.js-4.6.1/css/theme/source/ids.scss
@@ -242,3 +242,45 @@
.reveal h2 + h3 {
margin-top: -0.5em !important;
}
+
+.title-frame h1,
+.title-frame h2 {
+ margin: 0 0 0 0;
+ background: rgb(246, 168, 0);
+ color: white;
+ font-family: "Fira Sans Condensed", "Roboto Condensed", Impact, sans-serif;
+ font-weight: 600;
+ line-height: 1.2;
+ letter-spacing: 0.05ex;
+ text-transform: uppercase;
+ width: 100%;
+ margin-top: .5em;
+ padding-top: .5em;
+ font-size: 1.75em;
+ margin-left: 0;
+ text-align: center;
+ text-shadow: none;
+ word-wrap: break-word;
+}
+
+
+.title-frame .author {
+ font-family: "Fira Sans Condensed", sans-serif;
+ font-weight: 400;
+ color: #657b83;
+ margin-top: 10vh;
+}
+
+.title-frame .place {
+ font-family: "Fira Sans Condensed", sans-serif;
+ margin-top: 40px;
+ font-weight: 400;
+ color: #657b83;
+}
+
+.title-frame h2 {
+ margin-top: -3px;
+ margin-bottom: 1em;
+ padding-bottom: .5em;
+ font-size: 1em;
+}