Skip to content

Commit

Permalink
Finish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Querela committed Apr 9, 2024
1 parent 44d70bc commit 4e3714f
Show file tree
Hide file tree
Showing 9 changed files with 1,200 additions and 18 deletions.
22 changes: 19 additions & 3 deletions fcs-endpoint-dev-slides/css/presentation.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/* for slides with background image, make colored box for title */
.reveal section.stack.present section:first-of-type[data-background-image] h2,
.reveal .slides > section.present > h2,
.reveal .slides>section.present>h2,
.reveal section.stack.present section:first-of-type[data-background-image] aside.notes {
background: #fff8f1d0;
padding: 3rem;
Expand All @@ -39,6 +39,10 @@
max-height: 45rem;
}

.reveal p a {
word-break: break-all;
}

/* --- Slide Styles ----------------------------------------------------- */

.reveal .lightbg {
Expand All @@ -53,7 +57,7 @@

.reveal .paragraph.left,
.reveal .left .paragraph,
.reveal .left > .content > .ulist {
.reveal .left>.content>.ulist {
text-align: left;
}

Expand Down Expand Up @@ -215,15 +219,19 @@ div.refs li:hover p a {
.lightgrey {
color: lightgray;
}

.darkgrey {
color: darkgrey;
}

.lightblue {
color: lightblue;
}

.blue {
color: blue;
}

.green {
color: green;
}
Expand Down Expand Up @@ -267,28 +275,35 @@ div.refs li:hover p a {
.right-0 {
right: 0;
}

.right--10 {
right: -10%;
}

.right--20 {
right: -20%;
}

.right--30 {
right: -30%;
}

.width-10 {
width: 10%;
}

.width-20 {
width: 20%;
}

.width-50 {
width: 50%;
}

.width-75 {
width: 75%;
}

.width-100 {
width: 100%;
}
Expand Down Expand Up @@ -502,6 +517,7 @@ div.refs li:hover p a {
.ms-5 {
margin-left: 3rem !important;
}

.ms-6 {
margin-left: 5rem !important;
}
Expand Down Expand Up @@ -688,4 +704,4 @@ div.refs li:hover p a {

.ps-5 {
padding-left: 3rem !important;
}
}
Loading

0 comments on commit 4e3714f

Please sign in to comment.