Skip to content
Snippets Groups Projects
Commit 42cf0918 authored by William Warriner's avatar William Warriner
Browse files

improve styling

parent 7850f0de
No related branches found
No related tags found
No related merge requests found
.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;
}
...@@ -10,10 +10,22 @@ ...@@ -10,10 +10,22 @@
.reveal { .reveal {
font-family: "Arial", sans-serif; font-family: "Arial", sans-serif;
text-align: left;
} }
.reveal section { .reveal .controls {
text-align: left; 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 { .content-wrapper {
...@@ -79,16 +91,44 @@ ...@@ -79,16 +91,44 @@
/* content */ /* content */
/* title slide */ /* title slide */
.reveal section.title-slide h1, .reveal .quarto-title-block {
.reveal section.title-slide h2, background-color: var(--uab-dragons-lair-green);
.reveal section.title-slide h3, }
.reveal section.title-slide h4,
.reveal section.title-slide h5, #title-slide,
.reveal section.title-slide h6 { 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; font-size: 3em;
color: white; color: white;
} }
.slides .quarto-title-block~.controls {
color: white;
}
/* headers */ /* headers */
.reveal h1, .reveal h1,
.reveal h2, .reveal h2,
...@@ -128,7 +168,7 @@ body { ...@@ -128,7 +168,7 @@ body {
color: var(--uab-loyal-yellow); color: var(--uab-loyal-yellow);
} }
.footer { .uabfooter {
background-color: var(--uab-digital-dragons-lair-green); background-color: var(--uab-digital-dragons-lair-green);
color: white; color: white;
display: flex; display: flex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment