Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
Quarto Presentation Template
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
RC Data Science
Researcher Training
Quarto Presentation Template
Commits
42cf0918
Commit
42cf0918
authored
7 months ago
by
William Warriner
Browse files
Options
Downloads
Patches
Plain Diff
improve styling
parent
7850f0de
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theme/fix-r-stack-hack.css
+14
-0
14 additions, 0 deletions
theme/fix-r-stack-hack.css
theme/uab-rc.css
+49
-9
49 additions, 9 deletions
theme/uab-rc.css
with
63 additions
and
9 deletions
theme/fix-r-stack-hack.css
0 → 100644
+
14
−
0
View file @
42cf0918
.reveal
.slides
.r-stack
{
height
:
calc
(
0.8
*
var
(
--slide-height
));
max-height
:
calc
(
0.8
*
var
(
--slide-height
));
}
.reveal
.slides
.r-stack
.fragment
{
height
:
calc
(
0.8
*
var
(
--slide-height
));
max-height
:
calc
(
0.8
*
var
(
--slide-height
));
}
.reveal
.slides
.r-stack
.fragment
img
{
max-height
:
calc
(
0.8
*
var
(
--slide-height
));
width
:
auto
;
}
This diff is collapsed.
Click to expand it.
theme/uab-rc.css
+
49
−
9
View file @
42cf0918
...
...
@@ -10,10 +10,22 @@
.reveal
{
font-family
:
"Arial"
,
sans-serif
;
text-align
:
left
;
}
.reveal
section
{
text-align
:
left
;
.reveal
.controls
{
color
:
var
(
--uab-dragons-lair-green
);
}
.reveal
.slides
img
{
box-shadow
:
0
0
13px
rgba
(
0
,
0
,
0
,
0.50
);
}
.reveal
.slides
.r-stack
{
/* flex-direction: row;
justify-content: flex-start; */
justify-self
:
start
;
margin
:
0
;
}
.content-wrapper
{
...
...
@@ -79,16 +91,44 @@
/* content */
/* title slide */
.reveal
section
.title-slide
h1
,
.reveal
section
.title-slide
h2
,
.reveal
section
.title-slide
h3
,
.reveal
section
.title-slide
h4
,
.reveal
section
.title-slide
h5
,
.reveal
section
.title-slide
h6
{
.reveal
.quarto-title-block
{
background-color
:
var
(
--uab-dragons-lair-green
);
}
#title-slide
,
div
.reveal
div
.slides
section
.quarto-title-block
{
text-align
:
left
;
}
#title-slide
,
div
.reveal
div
.slides
div
.quarto-title-authors
{
text-align
:
left
;
}
.reveal
.quarto-title-block
.quarto-title-authors
{
display
:
flex
;
justify-content
:
left
;
}
.reveal
.quarto-title-block
.quarto-title-authors
.quarto-title-author
{
padding-left
:
0
;
padding-right
:
0
;
}
.reveal
.title-slide
h1
,
.reveal
.title-slide
h2
,
.reveal
.title-slide
h3
,
.reveal
.title-slide
h4
,
.reveal
.title-slide
h5
,
.reveal
.title-slide
h6
{
font-size
:
3em
;
color
:
white
;
}
.slides
.quarto-title-block
~
.controls
{
color
:
white
;
}
/* headers */
.reveal
h1
,
.reveal
h2
,
...
...
@@ -128,7 +168,7 @@ body {
color
:
var
(
--uab-loyal-yellow
);
}
.footer
{
.
uab
footer
{
background-color
:
var
(
--uab-digital-dragons-lair-green
);
color
:
white
;
display
:
flex
;
...
...
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