Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
outreach
theme
Commits
400a8dc2
Commit
400a8dc2
authored
Jun 21, 2019
by
Laurent Heirendt
✈
Browse files
Merge branch 'develop' into 'master'
Regular merge of develop See merge request
!2
parents
b86589c8
7d13eb05
Changes
2
Show whitespace changes
Inline
Side-by-side
css/style.css
View file @
400a8dc2
...
...
@@ -12,7 +12,8 @@
*********************************************/
body
{
background
:
#fff
;
background-color
:
#fff
;
}
background-color
:
#fff
;
}
.reveal
.slides
>
section
,
.reveal
.slides
>
section
>
section
{
...
...
@@ -25,6 +26,8 @@ body {
left
:
0
;
vertical-align
:
top
;
line-height
:
1.5em
;
/*transform: scale(1.5);
zoom: 1.5;*/
}
::selection
{
...
...
@@ -41,7 +44,7 @@ body {
.reveal
h4
,
.reveal
h5
,
.reveal
h6
{
margin
:
-80px
0
20px
2
0px
;
margin
:
-80px
0
20px
0px
;
color
:
#1e497d
;
font-family
:
Lato
;
line-height
:
1.3em
;
...
...
templates/_index.html
View file @
400a8dc2
...
...
@@ -79,7 +79,7 @@
// Bounds for smallest/largest possible scale to apply to content
minScale
:
0.2
,
maxScale
:
1.
0
,
maxScale
:
1.
5
,
theme
:
Reveal
.
getQueryHash
().
theme
,
// available themes are in /css/theme
transition
:
Reveal
.
getQueryHash
().
transition
||
'
default
'
,
// default/cube/page/concave/zoom/linear/fade/none
...
...
@@ -92,6 +92,7 @@
{
src
:
'
theme/reveal.js/plugin/highlight/highlight.js
'
,
async
:
true
,
callback
:
function
()
{
hljs
.
initHighlightingOnLoad
();
}
},
{
src
:
'
theme/reveal.js/plugin/zoom-js/zoom.js
'
,
async
:
true
,
condition
:
function
()
{
return
!!
document
.
body
.
classList
;
}
},
{
src
:
'
theme/reveal.js/plugin/notes/notes.js
'
,
async
:
true
,
condition
:
function
()
{
return
!!
document
.
body
.
classList
;
}
},
{
src
:
'
theme/reveal.js/plugin/fullscreen/fullscreen.js
'
},
]
});
</script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment