Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mtg21-tidyverse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Philipp Kleer
mtg21-tidyverse
Commits
3be2c419
Commit
3be2c419
authored
3 years ago
by
bpkleer
Browse files
Options
Downloads
Patches
Plain Diff
added style scrollable
parent
4a24b01b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
slides/styles/scrollable.css
+70
-0
70 additions, 0 deletions
slides/styles/scrollable.css
with
70 additions
and
0 deletions
slides/styles/scrollable.css
0 → 100644
+
70
−
0
View file @
3be2c419
/* Font size scrollable ändern
verschiede pull-left machen
*/
.scrollable
{
height
:
50vh
;
overflow-y
:
auto
;
}
/*Progress bar*/
.remark-slide-number
{
position
:
inherit
;
}
.remark-slide-number
.progress-bar-container
{
position
:
absolute
;
bottom
:
0
;
height
:
4px
;
display
:
block
;
left
:
0
;
right
:
0
;
}
.remark-slide-number
.progress-bar
{
height
:
100%
;
background-color
:
#EB811B
;
}
/*
New pull-lefts
*/
.pull-left
{
float
:
left
;
width
:
44%
;
}
.pull-right
{
float
:
right
;
width
:
44%
;
}
.pull-left-wide
{
float
:
left
;
width
:
54%
;
}
.pull-left-narrow
{
float
:
left
;
width
:
34%
;
}
.pull-right-wide
{
float
:
right
;
width
:
64%
;
}
.pull-right-narrow
{
float
:
right
;
width
:
24%
;
}
/* Font bold */
b
,
strong
{
color
:
#EB811B
;
}
/* Code highlight color*/
.remark-code-line-highlighted
{
background-color
:
rgba
(
235
,
129
,
27
,
.2
);
}
\ No newline at end of file
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