Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cunhapaulo committed Apr 1, 2024
1 parent 3b101c0 commit 302c44e
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 38 deletions.
16 changes: 9 additions & 7 deletions examples/example-weber.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ theme : weber

---

<!-- _backgroundColor: lightgray -->

![bg h:70% drop-shadow:0,5px,20px,rgba(0,0,0,.4)](https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Die_protestantische_Ethik_und_der_%27Geist%27_des_Kapitalismus_original_cover.jpg/602px-Die_protestantische_Ethik_und_der_%27Geist%27_des_Kapitalismus_original_cover.jpg)
![bg h:100%](https://upload.wikimedia.org/wikipedia/commons/5/52/Juri-Gagarin-Ring_10.jpg)

---


# Opening Description of a Chapter
Expand Down Expand Up @@ -322,10 +316,18 @@ Philosophy and the sciences were closely linked in the age of Leibniz, Newton, a

Transition Slide 2<br> _Aditional_ **Text**


---

<!-- _backgroundColor: lightgray -->

![bg h:70% drop-shadow:0,5px,20px,rgba(0,0,0,.4)](https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Die_protestantische_Ethik_und_der_%27Geist%27_des_Kapitalismus_original_cover.jpg/602px-Die_protestantische_Ethik_und_der_%27Geist%27_des_Kapitalismus_original_cover.jpg)
![bg h:100%](https://upload.wikimedia.org/wikipedia/commons/5/52/Juri-Gagarin-Ring_10.jpg)

---
<!-- _class: transition2 -->

THANK YOU!
**THANK YOU!**

![bg opacity:.85](https://i.ytimg.com/vi/GMfYG6RJ-jk/maxresdefault.jpg)

Expand Down
Binary file modified examples/example-weber.pdf
Binary file not shown.
13 changes: 6 additions & 7 deletions style/orwell.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@


/* -------------------- ROOT -------------------------------*/


:root {

font-family: 'Fira Sans Condensed', sans-serif;
Expand Down Expand Up @@ -50,7 +48,7 @@
--italic-background-color : #ee0909;

/* Bold */
--bold-color : #fa7101;
--bold-color : #fa5401;

/* Cool-List */
--cool-list-color : rgb(233, 11, 96);
Expand All @@ -65,7 +63,10 @@

h1 {
color: var(--h1-color);
: var(--bold-color)
}

strong {
color: #e6ba1c !important;
}

section.titlepage .title {
Expand All @@ -82,10 +83,8 @@ section.titlepage .organization {
text-align: left;
}

section strong {
strong {

color: var(--bold-color);

padding-left: 2px;
padding-right: 2px;
font-weight: 600;
Expand Down
84 changes: 61 additions & 23 deletions style/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ section.titlepage h1 {
line-height: 1.25;
/* padding-right: 20%; */
}

section.titlepage h2 {
font-size: var(--subtitle-size);
font-weight: var(--subtitle-font-weight);
Expand All @@ -329,12 +330,15 @@ section.titlepage h2 {
margin-top: -0.2em;
padding-bottom: 95px;
}

section.titlepage h3 {
font-size: var(--author-size);
}

section.titlepage h4 {
font-size: var(--date-size);
}

section.titlepage h5 {
font-size: var(--institute-size);
}
Expand Down Expand Up @@ -365,6 +369,7 @@ section.transition {
padding-top: auto;
padding-buttom: auto;
}

section.transition h1,
section.transition h2,
section.transition p,
Expand All @@ -373,6 +378,7 @@ section.transition a {
font-size: 200%;
border-bottom: none;
}

section.transition footer,
section.transition header,
section.transition:after {
Expand Down Expand Up @@ -484,22 +490,27 @@ section.biblio p {
font-weight: 300;
padding-left: 5px;
}

section.biblio h1 {
font-size: 35px;
color: var(--text-color);
border-bottom: 1px solid var(--border-color);
}

section.biblio strong {
color: var(--bold-color);
}

section.biblio a {
font-size: 31px;
font-weight: bold;
color: var(--bold-color);
}

section.biblio li {
color: var(--text-color);
}

section.biblio footer,
section.biblio header,
section.biblio:after {
Expand All @@ -526,17 +537,21 @@ section.biblio:after {
*/

section.cool-list ol {
counter-reset: li; /* Initiate a counter */
list-style: none; /* Remove default numbering */
counter-reset: li;
/* Initiate a counter */
list-style: none;
/* Remove default numbering */
padding: 0;
/*text-shadow: 0 1px 0 rgba(255,255,255,.5);*/
}

section.cool-list li {
margin-bottom: 0.1em !important;
margin-top: 0.1em !important;
}
section.cool-list ol > li > em,
section.cool-list > ol > li > a {

section.cool-list ol>li>em,
section.cool-list>ol>li>a {
position: relative;
display: block;
padding: 0.4em 0.4em 0.4em 2em;
Expand All @@ -548,8 +563,9 @@ section.cool-list > ol > li > a {
transition: all 0.3s ease-out;
font-style: normal;
}
section.cool-list ol > li > em:before,
section.cool-list > ol > li > a:before {

section.cool-list ol>li>em:before,
section.cool-list>ol>li>a:before {
content: counter(li);
counter-increment: li;
position: absolute;
Expand All @@ -567,33 +583,40 @@ section.cool-list > ol > li > a:before {
transition: all 0.3s ease-out;
color: white;
}
section.cool-list > ol > li > em:hover,
section.cool-list > ol > li > a:hover {

section.cool-list>ol>li>em:hover,
section.cool-list>ol>li>a:hover {
background: #eee;
font-weight: bolder;
}

/* Rotating effect */
/*
section.cool-list ol > li > em:hover:before,section.cool-list ol > li > a:hover:before{
transform: rotate(360deg);
}*/
/* Lists inside lists */
section.cool-list > ol ol {
margin: 0 0 0 2em; /* Add some left margin for inner lists */
section.cool-list>ol ol {
margin: 0 0 0 2em;
/* Add some left margin for inner lists */
font-size: 75%;
counter-reset: li2; /* Initiate a counter */
counter-reset: li2;
/* Initiate a counter */
}
section.cool-list > ol ol > li > em:before,
section.cool-list > ol ol > li > a:before {

section.cool-list>ol ol>li>em:before,
section.cool-list>ol ol>li>a:before {
content: counter(li2);
counter-increment: li2;
}
section.cool-list > ol > li > ul {

section.cool-list>ol>li>ul {
list-style-type: disc;
margin: 0 0 0 1em;
font-size: 75%;
}
section.cool-list > ol ol > li > em {

section.cool-list>ol ol>li>em {
background: #efefef;
}

Expand All @@ -616,14 +639,19 @@ section.cool-list > ol ol > li > em {
*/

section.cool-list2 ol {
counter-reset: li; /* Initiate a counter */
list-style: none; /* Remove default numbering */
counter-reset: li;
/* Initiate a counter */
list-style: none;
/* Remove default numbering */
padding: 0;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

section.cool-list2 ol ol {
margin: 0 0 0 2em; /* Add some left margin for inner lists */
margin: 0 0 0 2em;
/* Add some left margin for inner lists */
}

section.cool-list2 ol li em {
position: relative;
display: block;
Expand All @@ -635,10 +663,12 @@ section.cool-list2 ol li em {
transition: all 0.3s ease-out;
font-style: normal;
}

section.cool-list2 ol li em:hover {
background: #eee;
font-weight: bolder;
}

section.cool-list2 ol li em:before {
content: counter(li);
counter-increment: li;
Expand All @@ -654,6 +684,7 @@ section.cool-list2 ol li em:before {
text-align: center;
font-weight: bold;
}

section.cool-list2 ol li em:after {
position: absolute;
content: '';
Expand All @@ -663,28 +694,35 @@ section.cool-list2 ol li em:after {
margin-top: -0.5em;
transition: all 0.3s ease-out;
}

section.cool-list2 ol li em:hover:after {
left: -0.5em;
/* border-left-color: #fa8072; */
border-left-color: var(--lighter-color);
}

/* Lists inside lists */
section.cool-list2 ol ol {
margin: 0 0 0 2em; /* Add some left margin for inner lists */
margin: 0 0 0 2em;
/* Add some left margin for inner lists */
font-size: 75%;
counter-reset: li2; /* Initiate a counter */
counter-reset: li2;
/* Initiate a counter */
}
section.cool-list2 ol ol > li > em:before,
section.cool-list2 ol ol > li > a:before {

section.cool-list2 ol ol>li>em:before,
section.cool-list2 ol ol>li>a:before {
content: counter(li2);
counter-increment: li2;
background: lightgray;
}

section.cool-list2 ol ul {
list-style-type: disc;
margin: 0 0 0 1em;
font-size: 75%;
}

section.cool-list2 ol ol em {
background: #efefef;
}
}
15 changes: 14 additions & 1 deletion style/weber.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
@import url('https://fonts.cdnfonts.com/css/fira-sans-condensed?styles=19730');
@import url('https://fonts.cdnfonts.com/css/noto-sans-sc');


/* ---------------- TITLE PAGE ---------------- */
section.titlepage {
background-color: rgb(64, 81, 93);
Expand Down Expand Up @@ -113,10 +114,11 @@ figcaption {
font-family: "Fira Sans Condensed";
line-height: 200%;
}

/* --------------- PAGE NUMBER --------------- */
section::after {
color: rgb(242, 243, 245);
background-color: #445f8d55;
background-color: #43444555;
font-size: 0.7em;

line-height: 45pt;
Expand Down Expand Up @@ -240,3 +242,14 @@ section.biblio li {
font-size: 20pt !important;
line-height: 24pt;
}

/* ------------------- BLOCK QUOTE -----------------------------*/
/*
Block quote: used for footnote
substitution. Use as the last
element of a slide.
*/
section blockquote {
color: rgb(235, 237, 239);
}

0 comments on commit 302c44e

Please sign in to comment.