Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
2
2024-10-02-github-visscher-lab
Manage
Activity
Members
Labels
Plan
Issues
0
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
Communications
one-off-presentations
2024-10-02-github-visscher-lab
Compare revisions
main to main
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
rc-data-science/communications/one-off-presentations/2024-10-02-github-visscher-lab
Select target project
No results found
main
Select Git revision
Branches
feat-todays-presentation
main
Swap
Target
rc-data-science/communications/reveal.js-uabrc-template
Select target project
rc-data-science/communications/reveal.js-uabrc-template
rc-data-science/communications/one-off-presentations/2024-10-02-github-visscher-lab
2 results
main
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
update css file
· 2933351b
William Warriner
authored
8 months ago
2933351b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theme/uab-rc.css
+31
-10
31 additions, 10 deletions
theme/uab-rc.css
with
31 additions
and
10 deletions
theme/uab-rc.css
View file @
2933351b
...
...
@@ -10,6 +10,18 @@
font-family
:
"Arial"
,
sans-serif
;
}
.reveal
section
{
text-align
:
left
;
}
.reveal
iframe
{
flex-grow
:
1
;
}
.reveal
.r-stretch
{
margin-top
:
2rem
;
}
.content-wrapper
{
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -17,11 +29,11 @@
}
.description-header
{
margin-bottom
:
10px
;
margin-bottom
:
0.5rem
;
}
.description-text
{
margin-bottom
:
20px
;
margin-bottom
:
1rem
;
width
:
100%
;
text-align
:
left
;
}
...
...
@@ -36,7 +48,7 @@
/* Style for text content */
.text-content
{
flex
:
1
;
margin-right
:
20px
;
margin-right
:
1rem
;
}
/* Style for image content */
...
...
@@ -56,8 +68,8 @@
.top-left-logo
{
position
:
fixed
;
/* fixed positioning */
top
:
30px
;
left
:
40px
;
top
:
1.5rem
;
left
:
2rem
;
z-index
:
1000
;
/* check it is on top */
display
:
flex
;
...
...
@@ -79,7 +91,7 @@
.reveal
section
.title-slide
h4
,
.reveal
section
.title-slide
h5
,
.reveal
section
.title-slide
h6
{
font-size
:
3em
;
font-size
:
3
r
em
;
color
:
white
;
}
...
...
@@ -93,14 +105,23 @@
color
:
var
(
--uab-dragons-lair-green
);
}
.reveal
h1
:not
(
:first-child
),
.reveal
h2
:not
(
:first-child
),
.reveal
h3
:not
(
:first-child
),
.reveal
h4
:not
(
:first-child
),
.reveal
h5
:not
(
:first-child
),
.reveal
h6
:not
(
:first-child
)
{
margin-top
:
3rem
;
}
/* return to index */
.top-left-link
{
position
:
fixed
;
top
:
8px
;
left
:
8px
;
top
:
0.25rem
;
left
:
0.25rem
;
background
:
var
(
--uab-digital-dragons-lair-green
);
padding
:
8px
;
border-radius
:
8px
;
padding
:
0.25rem
;
border-radius
:
0.25rem
;
z-index
:
1000
;
}
...
...
This diff is collapsed.
Click to expand it.