diff --git a/examples/example-weber.md b/examples/example-weber.md index e851344..b921479 100644 --- a/examples/example-weber.md +++ b/examples/example-weber.md @@ -33,12 +33,6 @@ theme : weber --- - - -![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 @@ -322,10 +316,18 @@ Philosophy and the sciences were closely linked in the age of Leibniz, Newton, a Transition Slide 2
_Aditional_ **Text** + --- + + + +![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) + +--- -THANK YOU! +**THANK YOU!** ![bg opacity:.85](https://i.ytimg.com/vi/GMfYG6RJ-jk/maxresdefault.jpg) diff --git a/examples/example-weber.pdf b/examples/example-weber.pdf index e776599..5b2240d 100644 Binary files a/examples/example-weber.pdf and b/examples/example-weber.pdf differ diff --git a/style/orwell.css b/style/orwell.css index bd32273..a6e7d2d 100644 --- a/style/orwell.css +++ b/style/orwell.css @@ -20,8 +20,6 @@ /* -------------------- ROOT -------------------------------*/ - - :root { font-family: 'Fira Sans Condensed', sans-serif; @@ -50,7 +48,7 @@ --italic-background-color : #ee0909; /* Bold */ - --bold-color : #fa7101; + --bold-color : #fa5401; /* Cool-List */ --cool-list-color : rgb(233, 11, 96); @@ -65,7 +63,10 @@ h1 { color: var(--h1-color); - : var(--bold-color) +} + +strong { + color: #e6ba1c !important; } section.titlepage .title { @@ -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; diff --git a/style/structure.css b/style/structure.css index c376e95..74b9368 100644 --- a/style/structure.css +++ b/style/structure.css @@ -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); @@ -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); } @@ -365,6 +369,7 @@ section.transition { padding-top: auto; padding-buttom: auto; } + section.transition h1, section.transition h2, section.transition p, @@ -373,6 +378,7 @@ section.transition a { font-size: 200%; border-bottom: none; } + section.transition footer, section.transition header, section.transition:after { @@ -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 { @@ -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; @@ -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; @@ -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; } @@ -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; @@ -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; @@ -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: ''; @@ -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; -} +} \ No newline at end of file diff --git a/style/weber.css b/style/weber.css index d9c5185..32a1f92 100644 --- a/style/weber.css +++ b/style/weber.css @@ -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); @@ -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; @@ -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); +} +