Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
8a1f628b
Commit
8a1f628b
authored
Nov 19, 2020
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_run_my_doc: update reveal 3.9.2
parent
0dd8a94c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2738 additions
and
1030 deletions
+2738
-1030
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/reveal.css.css
...nTemplateItem/portal_skins/erp5_run_my_doc/reveal.css.css
+516
-241
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/reveal.js.js
...kinTemplateItem/portal_skins/erp5_run_my_doc/reveal.js.js
+2195
-748
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/reveal_theme_white.css.css
...m/portal_skins/erp5_run_my_doc/reveal_theme_white.css.css
+27
-41
No files found.
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/reveal.css.css
View file @
8a1f628b
This diff is collapsed.
Click to expand it.
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/reveal.js.js
View file @
8a1f628b
This diff is collapsed.
Click to expand it.
bt5/erp5_run_my_doc/SkinTemplateItem/portal_skins/erp5_run_my_doc/reveal_theme_white.css.css
View file @
8a1f628b
...
@@ -16,7 +16,7 @@ body {
...
@@ -16,7 +16,7 @@ body {
.reveal
{
.reveal
{
font-family
:
"Source Sans Pro"
,
Helvetica
,
sans-serif
;
font-family
:
"Source Sans Pro"
,
Helvetica
,
sans-serif
;
font-size
:
38
px
;
font-size
:
42
px
;
font-weight
:
normal
;
font-weight
:
normal
;
color
:
#222
;
}
color
:
#222
;
}
...
@@ -25,8 +25,13 @@ body {
...
@@ -25,8 +25,13 @@ body {
background
:
#98bdef
;
background
:
#98bdef
;
text-shadow
:
none
;
}
text-shadow
:
none
;
}
.reveal
.slides
>
section
,
::-moz-selection
{
.reveal
.slides
>
section
>
section
{
color
:
#fff
;
background
:
#98bdef
;
text-shadow
:
none
;
}
.reveal
.slides
section
,
.reveal
.slides
section
>
section
{
line-height
:
1.3
;
line-height
:
1.3
;
font-weight
:
inherit
;
}
font-weight
:
inherit
;
}
...
@@ -117,10 +122,6 @@ body {
...
@@ -117,10 +122,6 @@ body {
.reveal
dd
{
.reveal
dd
{
margin-left
:
40px
;
}
margin-left
:
40px
;
}
.reveal
q
,
.reveal
blockquote
{
quotes
:
none
;
}
.reveal
blockquote
{
.reveal
blockquote
{
display
:
block
;
display
:
block
;
position
:
relative
;
position
:
relative
;
...
@@ -148,10 +149,11 @@ body {
...
@@ -148,10 +149,11 @@ body {
font-family
:
monospace
;
font-family
:
monospace
;
line-height
:
1.2em
;
line-height
:
1.2em
;
word-wrap
:
break-word
;
word-wrap
:
break-word
;
box-shadow
:
0px
0px
6px
rgba
(
0
,
0
,
0
,
0.3
);
}
box-shadow
:
0px
5px
15px
rgba
(
0
,
0
,
0
,
0.15
);
}
.reveal
code
{
.reveal
code
{
font-family
:
monospace
;
}
font-family
:
monospace
;
text-transform
:
none
;
}
.reveal
pre
code
{
.reveal
pre
code
{
display
:
block
;
display
:
block
;
...
@@ -187,10 +189,12 @@ body {
...
@@ -187,10 +189,12 @@ body {
border-bottom
:
none
;
}
border-bottom
:
none
;
}
.reveal
sup
{
.reveal
sup
{
vertical-align
:
super
;
}
vertical-align
:
super
;
font-size
:
smaller
;
}
.reveal
sub
{
.reveal
sub
{
vertical-align
:
sub
;
}
vertical-align
:
sub
;
font-size
:
smaller
;
}
.reveal
small
{
.reveal
small
{
display
:
inline-block
;
display
:
inline-block
;
...
@@ -246,42 +250,24 @@ body {
...
@@ -246,42 +250,24 @@ body {
/*********************************************
/*********************************************
* NAVIGATION CONTROLS
* NAVIGATION CONTROLS
*********************************************/
*********************************************/
.reveal
.controls
.navigate-left
,
.reveal
.controls
{
.reveal
.controls
.navigate-left.enabled
{
color
:
#2a76dd
;
}
border-right-color
:
#2a76dd
;
}
.reveal
.controls
.navigate-right
,
.reveal
.controls
.navigate-right.enabled
{
border-left-color
:
#2a76dd
;
}
.reveal
.controls
.navigate-up
,
.reveal
.controls
.navigate-up.enabled
{
border-bottom-color
:
#2a76dd
;
}
.reveal
.controls
.navigate-down
,
.reveal
.controls
.navigate-down.enabled
{
border-top-color
:
#2a76dd
;
}
.reveal
.controls
.navigate-left.enabled
:hover
{
border-right-color
:
#6ca0e8
;
}
.reveal
.controls
.navigate-right.enabled
:hover
{
border-left-color
:
#6ca0e8
;
}
.reveal
.controls
.navigate-up.enabled
:hover
{
border-bottom-color
:
#6ca0e8
;
}
.reveal
.controls
.navigate-down.enabled
:hover
{
border-top-color
:
#6ca0e8
;
}
/*********************************************
/*********************************************
* PROGRESS BAR
* PROGRESS BAR
*********************************************/
*********************************************/
.reveal
.progress
{
.reveal
.progress
{
background
:
rgba
(
0
,
0
,
0
,
0.2
);
}
background
:
rgba
(
0
,
0
,
0
,
0.2
);
color
:
#2a76dd
;
}
.reveal
.progress
span
{
.reveal
.progress
span
{
background
:
#2a76dd
;
-webkit-transition
:
width
800ms
cubic-bezier
(
0.26
,
0.86
,
0.44
,
0.985
);
-webkit-transition
:
width
800ms
cubic-bezier
(
0.26
,
0.86
,
0.44
,
0.985
);
-moz-transition
:
width
800ms
cubic-bezier
(
0.26
,
0.86
,
0.44
,
0.985
);
-moz-transition
:
width
800ms
cubic-bezier
(
0.26
,
0.86
,
0.44
,
0.985
);
transition
:
width
800ms
cubic-bezier
(
0.26
,
0.86
,
0.44
,
0.985
);
}
transition
:
width
800ms
cubic-bezier
(
0.26
,
0.86
,
0.44
,
0.985
);
}
\ No newline at end of file
/*********************************************
* PRINT BACKGROUND
*********************************************/
@media
print
{
.backgrounds
{
background-color
:
#fff
;
}
}
\ No newline at end of file
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