Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
courses
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
R3
school
courses
Commits
accb4684
Commit
accb4684
authored
5 years ago
by
Laurent Heirendt
Browse files
Options
Downloads
Patches
Plain Diff
import modifications to theme
parent
148571ce
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
theme/css/style.css
+21
-2
21 additions, 2 deletions
theme/css/style.css
theme/package.json
+0
-22
0 additions, 22 deletions
theme/package.json
theme/templates/_index.html
+5
-6
5 additions, 6 deletions
theme/templates/_index.html
with
26 additions
and
30 deletions
theme/css/style.css
+
21
−
2
View file @
accb4684
.reveal
a
:not
(
.image
)
{
.reveal
a
:not
(
.image
)
{
line-height
:
1.3em
;
}
.reveal
{
...
...
@@ -161,4 +161,23 @@ body {
z-index
:
9999
;
left
:
10px
;
bottom
:
8px
;
}
\ No newline at end of file
}
/*********************************************
* PAGE NUMBERS
*********************************************/
.reveal
.slide-number
{
position
:
absolute
;
display
:
block
;
right
:
120px
;
bottom
:
60px
;
z-index
:
31
;
font-family
:
Helvetica
,
sans-serif
;
font-size
:
12px
;
line-height
:
1
;
color
:
#fff
;
background-color
:
#fff
;
padding
:
5px
;
}
This diff is collapsed.
Click to expand it.
theme/package.json
deleted
100644 → 0
+
0
−
22
View file @
148571ce
{
"name"
:
"template"
,
"version"
:
"0.0.1"
,
"private"
:
true
,
"devDependencies"
:
{
"grunt"
:
"~0.4.1"
,
"grunt-coffeelint"
:
"0.0.7"
,
"grunt-contrib-connect"
:
"~0.5.0"
,
"grunt-contrib-copy"
:
"~0.4.1"
,
"grunt-contrib-jshint"
:
"~0.7.0"
,
"grunt-contrib-sass"
:
"^1.0.0"
,
"grunt-contrib-watch"
:
"~0.5.3"
,
"grunt-gh-pages"
:
"~0.9.0"
,
"load-grunt-tasks"
:
"~0.2.0"
},
"engines"
:
{
"node"
:
">=0.8.0"
},
"scripts"
:
{
"test"
:
"grunt test"
}
}
This diff is collapsed.
Click to expand it.
theme/templates/_index.html
+
5
−
6
View file @
accb4684
...
...
@@ -23,12 +23,9 @@
document
.
write
(
'
<link rel="stylesheet" href="theme/reveal.js/css/print/
'
+
(
window
.
location
.
search
.
match
(
/print-pdf/gi
)
?
'
pdf
'
:
'
paper
'
)
+
'
.css" type="text/css" media="print">
'
);
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"slides/img/favicon.ico"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//fonts.googleapis.com/css?family=Lato"
/>
<link
href=
"https://use.fontawesome.com/releases/v5.0.7/css/all.css"
rel=
"stylesheet"
crossorigin=
"anonymous"
>
</head>
<body>
...
...
@@ -57,7 +54,7 @@
</div>
</div>
<script
src=
"theme/reveal.js/lib/js/head.min.js"
></script>
<!--
<script src="theme/reveal.js/lib/js/head.min.js"></script>
-->
<script
src=
"theme/reveal.js/js/reveal.js"
></script>
<script>
// Configure Reveal
...
...
@@ -75,8 +72,10 @@
width
:
1600
,
height
:
1200
,
slideNumber
:
'
c/t
'
,
// Factor of the display size that should remain empty around the content
margin
:
0
,
margin
:
0
.12
,
// Bounds for smallest/largest possible scale to apply to content
minScale
:
0.2
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment