Skip to content

Commit

Permalink
updating presentation css
Browse files Browse the repository at this point in the history
  • Loading branch information
jholloc committed Nov 15, 2023
1 parent 6f5da7a commit fe4e617
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 22 deletions.
55 changes: 51 additions & 4 deletions docs/imas_uda_presentation/css/extra.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
html {
counter-reset: task;
}

div.slide-number {
color: #9091b3 !important;
background: white !important;
Expand All @@ -18,6 +22,10 @@ div.slide-number {
line-height: 1.3em;
}

.reveal ul {
max-width: 80%;
}

.reveal li {
margin-bottom: 0.3em;
}
Expand All @@ -28,18 +36,18 @@ div.slide-number {

.reveal h1 {
color: white;
font-size: 1.6em;
font-size: 2em;
}

.reveal h2 {
color: #9091b3;
font-size: 1.4em;
font-size: 1.6em;
text-transform: none;
}

.reveal h3 {
color: #9091b3;
font-size: 1.2em;
font-size: 1.4em;
text-transform: none;
}

Expand All @@ -49,8 +57,16 @@ div.slide-number {
text-transform: none;
}

.reveal pre {
width: 80%;
margin-bottom: 3em;
}

.reveal pre code {
background-color: #002F55;
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
}

.reveal blockquote {
Expand All @@ -67,4 +83,35 @@ div.slide-number {

.reveal img {
border-color: #002F55 !important;
}
}

.reveal section img.licence {
position: absolute;
left: 100%;
top: 90%;
border: none;
}

.reveal section img.shield {
position: absolute;
left: -20%;
top: 0%;
border: none;
}

.reveal ul ul {
font-size: 0.9em;
}

div.task {
font-weight: bold;
width: 80%;
text-align: left;
/* visibility: hidden; */
}

/* div.task::before {
visibility: visible;
counter-increment: task;
content: "Task #" counter(task);
} */
26 changes: 19 additions & 7 deletions docs/installation_handson/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ div.slide-number {
line-height: 1.3em;
}

.reveal ul {
max-width: 80%;
}

.reveal li {
margin-bottom: 0.3em;
}
Expand All @@ -32,18 +36,18 @@ div.slide-number {

.reveal h1 {
color: white;
font-size: 1.6em;
font-size: 2em;
}

.reveal h2 {
color: #9091b3;
font-size: 1.4em;
font-size: 1.6em;
text-transform: none;
}

.reveal h3 {
color: #9091b3;
font-size: 1.2em;
font-size: 1.4em;
text-transform: none;
}

Expand All @@ -53,8 +57,16 @@ div.slide-number {
text-transform: none;
}

.reveal pre {
width: 80%;
margin-bottom: 3em;
}

.reveal pre code {
background-color: #002F55;
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
}

.reveal blockquote {
Expand Down Expand Up @@ -93,13 +105,13 @@ div.slide-number {

div.task {
font-weight: bold;
width: 100%;
width: 80%;
text-align: left;
visibility: hidden;
/* visibility: hidden; */
}

div.task::before {
/* div.task::before {
visibility: visible;
counter-increment: task;
content: "Task #" counter(task);
}
} */
26 changes: 19 additions & 7 deletions docs/introduction_presentation/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ div.slide-number {
line-height: 1.3em;
}

.reveal ul {
max-width: 80%;
}

.reveal li {
margin-bottom: 0.3em;
}
Expand All @@ -32,18 +36,18 @@ div.slide-number {

.reveal h1 {
color: white;
font-size: 1.6em;
font-size: 2em;
}

.reveal h2 {
color: #9091b3;
font-size: 1.4em;
font-size: 1.6em;
text-transform: none;
}

.reveal h3 {
color: #9091b3;
font-size: 1.2em;
font-size: 1.4em;
text-transform: none;
}

Expand All @@ -53,8 +57,16 @@ div.slide-number {
text-transform: none;
}

.reveal pre {
width: 80%;
margin-bottom: 3em;
}

.reveal pre code {
background-color: #002F55;
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
}

.reveal blockquote {
Expand Down Expand Up @@ -93,13 +105,13 @@ div.slide-number {

div.task {
font-weight: bold;
width: 100%;
width: 80%;
text-align: left;
visibility: hidden;
/* visibility: hidden; */
}

div.task::before {
/* div.task::before {
visibility: visible;
counter-increment: task;
content: "Task #" counter(task);
}
} */
55 changes: 51 additions & 4 deletions docs/overview_presentation/css/extra.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
html {
counter-reset: task;
}

div.slide-number {
color: #9091b3 !important;
background: white !important;
Expand All @@ -18,6 +22,10 @@ div.slide-number {
line-height: 1.3em;
}

.reveal ul {
max-width: 80%;
}

.reveal li {
margin-bottom: 0.3em;
}
Expand All @@ -28,18 +36,18 @@ div.slide-number {

.reveal h1 {
color: white;
font-size: 1.6em;
font-size: 2em;
}

.reveal h2 {
color: #9091b3;
font-size: 1.4em;
font-size: 1.6em;
text-transform: none;
}

.reveal h3 {
color: #9091b3;
font-size: 1.2em;
font-size: 1.4em;
text-transform: none;
}

Expand All @@ -49,8 +57,16 @@ div.slide-number {
text-transform: none;
}

.reveal pre {
width: 80%;
margin-bottom: 3em;
}

.reveal pre code {
background-color: #002F55;
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
}

.reveal blockquote {
Expand All @@ -67,4 +83,35 @@ div.slide-number {

.reveal img {
border-color: #002F55 !important;
}
}

.reveal section img.licence {
position: absolute;
left: 100%;
top: 90%;
border: none;
}

.reveal section img.shield {
position: absolute;
left: -20%;
top: 0%;
border: none;
}

.reveal ul ul {
font-size: 0.9em;
}

div.task {
font-weight: bold;
width: 80%;
text-align: left;
/* visibility: hidden; */
}

/* div.task::before {
visibility: visible;
counter-increment: task;
content: "Task #" counter(task);
} */

0 comments on commit fe4e617

Please sign in to comment.