diff --git a/examples/example-copernico.md b/examples/example-copernico.md
new file mode 100644
index 0000000..cd8da3a
--- /dev/null
+++ b/examples/example-copernico.md
@@ -0,0 +1,364 @@
+---
+title: Example Slides for Theme Max Weber
+author: Paulo Cunha
+description: This is an example of how to use my themes
+keywords: Marp, Slides, Themes, Marpstyle, Copernico
+marp: true
+paginate: true
+theme: copernico
+---
+
+
+
+![bg left:33% saturate:1.5](https://upload.wikimedia.org/wikipedia/commons/thumb/2/28/Copernicus.jpg/200px-Copernicus.jpg)
+
+
+
+"There is an **increasing** demand of current information systems to incorporate the use of a higher degree of formalism in the development process. **Formal Methods** consist of a set of tools and techniques based on mathematical model and formal logic that are used to **specify and verify** requirements and designs for hardware and software systems."
+
+
+
+---
+
+![bg brightness:0.9 opacity:.2](../img/max-weber.webp)
+
+Transition Slide 1
+
+
+1. PLATO. **Plato Republic**. Tradução: C. D. C. Reeve. Indianapolis, IN, USA: Hackett Publishing Company, 2004.
+2. ARISTOTELES. **Nikomachische Ethik**. Berlin: Akademie Verlag, 2010. (Klassiker Auslegen).v. 2
+3. KANT, Immanuel. **Kritik der Praktischen Vernunft**. Berlin: Akademie Verlag, 2002. (Klassiker Auslegen).v. 26
+4. HEGEL, Georg Friederich Wilhelm. **Hegel´s Phenomenology of Spirit**. Tradução: A. V. Miller. New York: Oxford University Press, 2004.
+
+
+
+
+5. HUSSERL, Edmund. **The Crisis of European Sciences and Transcendental Phenomenology**. Evanston, USA: Northwestern University Press, 1970.
+6. CASSIRER, Ernst. **The Myth of the State**. New Haven, USA: Yale University Press, 1946.
+7. HEIDEGGER, Martin. **Sein und Zeit**. 11. ed. Tübingen: Max Niemeyer Verlag, 1967.
+8. GADAMER, Hans-Georg. **Wahrheit und Methode**. Berlin: Akademie Verlag, 2007. v. 30.
+
diff --git a/examples/example-hume.md b/examples/example-hume.md
new file mode 100644
index 0000000..b045fd8
--- /dev/null
+++ b/examples/example-hume.md
@@ -0,0 +1,365 @@
+---
+title: Example Slides for theme Hume
+author: Paulo Cunha
+description: This is an example of how to use my themes
+keywords: Marp, Slides, Themes, Marpstyle, Hume
+marp: true
+paginate: true
+theme: hume
+---
+
+
+
+![bg left:33% saturate:1.5](https://upload.wikimedia.org/wikipedia/commons/thumb/e/ea/Painting_of_David_Hume.jpg/300px-Painting_of_David_Hume.jpg)
+
+
Meditationes de Prima Philosophia
+
In qua Dei existentia et animæ immortalitas demonstratur
+
David Hume
+
Glasgow, 1641
+
Sacred Faculty of Theology in Paris
+
+---
+
+![bg right:33% brightness:0.9](https://upload.wikimedia.org/wikipedia/commons/thumb/a/af/David_Hume_1754.jpeg/330px-David_Hume_1754.jpeg)
+
+
+
+# Meditationes de Prima Philosophia
+## In qua Dei existentia et animæ immortalitas demonstratur
+### David Hume
+#### Glasgow, 1641
+##### Sacred Faculty of Theology in Paris
+
+
+---
+
+# Opening Description of a Chapter
+
+Some text about what´s ahead...
+
+---
+
+# Lists
+
+
+
+
+
+
+1. _Berlin_
+2. _Hannover_
+3. _Freiburg im Breisgau_
+4. _Heidelberg_
+5. _Hamburg_
+
+
+
+
+4. *Leipzig*
+5. *Dresden*
+6. *München*
+7. *Köln*
+8. *Köningsberg und Praga*
+
+
+
+
+---
+
+# Is Algebraic Graph Knowledge **Possible**?
+
+Research has been conducted in order to evaluate the possibility of reaching meaningful knowledge from Algebraic Graph transformations.
+
+- Model Cheking and theorem prooving are viable paths.
+
+- This is the first way: **outstanding assertion**!
+- Even greater impact comes from: _hilight text_!
+
+
+> **\*Note**: This is a very long footnote line intended to test the layout of two.
+
+---
+
+
+
+
+# H1 - Header 1
+## H2 - Header 2
+### H3
+#### H4
+##### H5
+###### H6
+
+
+
+- This is a fragment of normal text written here in order to exemplify the use of several featrues in CSS.
+- This is a fragment of normal text written here in order to exemplify the use of several featrues in CSS.
+
+- This is one **feature**
+- This is another subjetc.
+
+
+
+
+---
+
+# Lists
+
+
+
+
+1. One
+2. Two
+3. Three
+ 1. abc
+ 2. def
+4. End of list
+
+
+
+
+```haskell
+
+primes = filterPrime [2..]
+ where filterPrime (p:xs) =
+ p : filterPrime [x | x <- xs, x `mod` p /= 0]
+
+seqLength :: Num b ⇒ Sequence a → b
+seqAppend :: Sequence a → Sequence a → Sequence a
+
+seqLength Nil = 0
+seqLength (Cons _ xs) = 1 + seqLength xs
+
+seqAppend Nil ys = ys
+seqAppend (Cons x xs) ys = Cons x (seqAppend xs ys)
+
+```
+
+
+Code: Haskell code fragment.
+
+
+
+
+
+---
+
+# Tables
+
+| Column A | Column B | Column C | Column D |
+| -------- | -------- | -------- | :------: |
+| A1 | B1 | C1 | D1 |
+| A2 | B2 | C2 | D2 |
+| A3 | B3 | C3 | D3 |
+
+
+Table: Exemple of use of tables.
+
+
+---
+
+![bg opacity:0.28 blur:5px](https://perspectivabr.files.wordpress.com/2011/01/10005704-p.jpg)
+
+# LaTeX Equations
+
+$$\frac{1}{c^2}\frac{\partial^2\mathbf{\psi}}{\partial t^2} = \nabla^2 \circ\mathbf{\psi} $$
+$$\nabla \times \textbf{E}=- \frac{\partial \textbf{B}}{\partial t}$$
+$$\nabla^2 \textbf{E} = \mu \epsilon \frac{\partial^2 \textbf{E}}{\partial t^2}$$
+$$c=\sqrt{\frac{1}{\mu \epsilon}}$$
+
+
+Formulae: Exemples of use of LaTeX formulas.
+
+
+---
+
+# Images in Two Columns
+
+
+
+
+![h:450px drop-shadow:4px,5px,15px,#010101](https://m.media-amazon.com/images/I/41XR+s0PceL._SX320_BO1,204,203,200_.jpg)
+
+ 
+
+
+
+
+
+![h:450px drop-shadow:4px,5px,15px,#010101](https://m.media-amazon.com/images/I/41KNIVtP5bS._SX323_BO1,204,203,200_.jpg)
+
+
+ 
+
+
+
+
+
+---
+
+# Images in Two Columns
+
+
+
+
+![h:450px drop-shadow:4px,5px,15px,#010101](https://m.media-amazon.com/images/I/41zozSkvsaS._SX323_BO1,204,203,200_.jpg)
+
+Figure 1: Göthe, Suhrkamp (2011).
+
+
+
+
+
+![h:450px drop-shadow:4px,5px,15px,#010101](https://m.media-amazon.com/images/I/410QfTR2e8S._SX323_BO1,204,203,200_.jpg)
+
+
+Figure 2: Sophokles, Suhrkamp (2015).
+
+
+
+
+
+---
+
+# Image and text
+
+
+
+
+
+
+![h:450 drop-shadow:4px,5px,15px,#010101](https://images-na.ssl-images-amazon.com/images/I/51sIPBiMS7L._SX325_BO1,204,203,200_.jpg)
+
+
+Figure: Oxford edition (1979).
+
+
+
+
+
+
+
+## Hegel's Phenomenology
+
+The book was originally entitled "Phänomenologie des Geistes" by its author, G.W.F. Hegel.
+
+- Published in 1807, marked a significant development in German idealism after Kant.
+
+- In this book Hegel develops his concepts of dialectic.
+
+[Price at Amazon](https://www.amazon.com/gp/product/0198245971/ref=ox_sc_act_image_2?smid=A1ZZFT5FULY4LN&psc=1): $ 17.83
+
+
+
+
+---
+
+# Image and text
+
+
+
+
+## Kant, Leibniz & Newton
+
+Philosophy and the sciences were closely linked in the age of Leibniz, Newton, and Kant; but a more precise determination of the structure of this linkage is required. This text addresses the caming of metaphysics into a discipline, the emergence of analytical mechanics.
+
+[Available at Amazon](https://www.amazon.de/Between-Leibniz-Newton-Kant-Philosophy/dp/3031343395/ref=sr_1_1?__mk_pt_BR=%C3%85M%C3%85%C5%BD%C3%95%C3%91&crid=16F5PCQR437M7&keywords=Kant+Springer&qid=1689169670&s=books&sprefix=kant+springer%2Cstripbooks%2C204&sr=1-1): 91,42 €
+
+
+
+
+
+![h:450 drop-shadow:4px,5px,15px,#010101](https://m.media-amazon.com/images/I/41S8kjZ0hoL._SX330_BO1,204,203,200_.jpg)
+
+
+Figure: Springer edition (2023).
+
+
+
+
+
+
+
+---
+
+
+"There is an **increasing** demand of current information systems to incorporate the use of a higher degree of formalism in the development process. **Formal Methods** consist of a set of tools and techniques based on mathematical model and formal logic that are used to **specify and verify** requirements and designs for hardware and software systems."
+
+---
+
+
+
+![bg opacity:.3 blur:8.0px ](../img/max-weber1.jpg)
+
+
+
+"There is an **increasing** demand of current information systems to incorporate the use of a higher degree of formalism in the development process. **Formal Methods** consist of a set of tools and techniques based on mathematical model and formal logic that are used to **specify and verify** requirements and designs for hardware and software systems."
+
+
+
+---
+
+![bg brightness:0.9 opacity:.2](../img/max-weber.webp)
+
+Transition Slide 1
_Aditional_ **Text**
+
+---
+
+
+
+![bg opacity:.17 blur:2.0px](https://blog.insiderstore.com.br/wp-content/uploads/2021/02/descobertas-de-albert-einstein-destaque-2048x1536.webp)
+
+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!**
+
+![bg opacity:.85](https://i.ytimg.com/vi/GMfYG6RJ-jk/maxresdefault.jpg)
+
+---
+
+
+
+![bg left:33% opacity:20% blur:8px](https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80)
+
+# References
+
+1. PLATO. **Plato Republic**. Tradução: C. D. C. Reeve. Indianapolis, IN, USA: Hackett Publishing Company, 2004.
+
+1. PLATO. **Plato Republic**. Tradução: C. D. C. Reeve. Indianapolis, IN, USA: Hackett Publishing Company, 2004.
+1. ARISTOTELES. **Nikomachische Ethik**. Berlin: Akademie Verlag, 2010. (Klassiker Auslegen).v. 2
+1. KANT, Immanuel. **Kritik der Praktischen Vernunft**. Berlin: Akademie Verlag, 2002. (Klassiker Auslegen).v. 26
+1. HEGEL, Georg Friederich Wilhelm. **Hegel´s Phenomenology of Spirit**. Tradução: A. V. Miller. New York: Oxford University Press, 2004.
+
+---
+
+
+
+# References
+
+
+
+
+1. PLATO. **Plato Republic**. Tradução: C. D. C. Reeve. Indianapolis, IN, USA: Hackett Publishing Company, 2004.
+2. ARISTOTELES. **Nikomachische Ethik**. Berlin: Akademie Verlag, 2010. (Klassiker Auslegen).v. 2
+3. KANT, Immanuel. **Kritik der Praktischen Vernunft**. Berlin: Akademie Verlag, 2002. (Klassiker Auslegen).v. 26
+4. HEGEL, Georg Friederich Wilhelm. **Hegel´s Phenomenology of Spirit**. Tradução: A. V. Miller. New York: Oxford University Press, 2004.
+
+
+
+
+5. HUSSERL, Edmund. **The Crisis of European Sciences and Transcendental Phenomenology**. Evanston, USA: Northwestern University Press, 1970.
+6. CASSIRER, Ernst. **The Myth of the State**. New Haven, USA: Yale University Press, 1946.
+7. HEIDEGGER, Martin. **Sein und Zeit**. 11. ed. Tübingen: Max Niemeyer Verlag, 1967.
+8. GADAMER, Hans-Georg. **Wahrheit und Methode**. Berlin: Akademie Verlag, 2007. v. 30.
+
diff --git a/names source.md b/names.md
similarity index 63%
rename from names source.md
rename to names.md
index 5e93cab..fc409f9 100644
--- a/names source.md
+++ b/names.md
@@ -3,45 +3,48 @@
1. Socrates (470 a.C.-399 a.C.)
2. Plato (429 a. C.-437 a.C.)
3. Descartes, Rene (1596-1650)
-4. Pascal, Blaise (1623-1662) <<<<<<<<<<<<<<>>>>>>>>>>>>>
5. Leibniz, Gottfried Wilhelm (1646-1716)
-6. David Hume (1711 - 1776) <<<<<<<<<<<<<<>>>>>>>>>>>>>
7. Kant, Immanuel (1724-1804)
8. Hegel, Georg Wilhelm Friedrich (17- Morte: ,70 -1831)
9. Freud, Sigmund (1856-1939)
10. Husserl, Edmund (1859-1938)
-11. Weber, Max (1864-1920) <<<<<<<<<<<<<< LETRAS GRANDES >>>>>>>>>>>>>
12. Einstein, Albert (1879-1955)
13. Heidegger, Martin (1889-1976)
-14. Orwell, George (1903-1950) <<<<<<<<<<<<<<>>>>>>>>>>>>>
+11. Weber, Max (1864-1920) <<<<<<<<<<<<<< **LETRAS GRANDES** >>>>>>>>>>>>>
15. Gödel, Kurt (1906-1978)
16. Arendt, Hannah (1906-1975)
17. Turing, Alan (1912-1954)
18. King, Martin Luther (1929-1968)
19. Jobs, Steve (1955-2011)
+# Under Construction
+
+1. David Hume (1711 - 1776) <<<<<<<<<<<<<<>>>>>>>>>>>>>
+1. Pascal, Blaise (1623-1662) <<<<<<<<<<<<<<>>>>>>>>>>>>>
+1. Orwell, George (1903-1950) <<<<<<<<<<<<<<>>>>>>>>>>>>>
+2. Nicolau Copernico (1473 - 1543) <<<<<<<<<<<<<<>>>>>>>>>>>>>
+
# Prospective Names
1. Aristóteles (384 a.C. - 322 a.C.)
2. Galileu Galilei (1564 - 1642)
-3. Nicolau Copérnico (1473 - 1543)
-4. Baruch Espinosa (1632 - 1677)
-5. Gottlob Frege (1848 - 1925)
-6. Tomás de Aquino (1225 - 1274)
-7. Georg Cantor (1845 - 1918)
-8. Theodor Adorno (1903 - 1969)
-9. Edith Stein (1891 - 1942)
-10. George Berkeley (1685 - 1753)
-11. John Locke (1632 - 1704)
-12. Isaac Newton (1642 - 1727)
-13. Ernst Cassirer (1874 - 1945)
-14. Allan Kardec (1804 - 1869)
-15. Walter Gropius (1883 - 1969)
-16. Adam Smith (1723 - 1790)
-17. Johann Gottlieb Fichte (1762 - 1814)
-18. Werner Heisenberg (1901 - 1976)
-19. David Hilbert (1862 - 1943)
-20. Neumann, John von (1903 - 1957)
+3. Baruch Espinosa (1632 - 1677)
+4. Gottlob Frege (1848 - 1925)
+5. Tomás de Aquino (1225 - 1274)
+6. Georg Cantor (1845 - 1918)
+7. Theodor Adorno (1903 - 1969)
+8. Edith Stein (1891 - 1942)
+9. George Berkeley (1685 - 1753)
+10. John Locke (1632 - 1704)
+11. Isaac Newton (1642 - 1727)
+12. Ernst Cassirer (1874 - 1945)
+13. Allan Kardec (1804 - 1869)
+14. Walter Gropius (1883 - 1969)
+15. Adam Smith (1723 - 1790)
+16. Johann Gottlieb Fichte (1762 - 1814)
+17. Werner Heisenberg (1901 - 1976)
+18. David Hilbert (1862 - 1943)
+19. Neumann, John von (1903 - 1957)
Essas informações fornecem um panorama das datas de nascimento e morte dessas personalidades notáveis. Se precisar de mais informações ou tiver outras perguntas, estou à disposição.
diff --git a/notes.md b/notes.md
new file mode 100644
index 0000000..3945cc6
--- /dev/null
+++ b/notes.md
@@ -0,0 +1,49 @@
+# Important Notes for Development
+
+
+## Backgound color
+
+1. background-color: #f3f1ec; - used in Hume.
+
+## Font types
+
+### Fira Mono
+Monospaced font used in IDE´s.
+
+### [Fira Sans]()
+
+
+### [PT Sans](https://www.cdnfonts.com/pt-sans-2.font):
+Used in Hume.
+
+@import:
+```html
+
+```
+
+Usage:
+
+```html
+font-family: 'PT Sans', sans-serif;
+font-family: 'PT Sans Caption', sans-serif;
+font-family: 'PT Sans Narrow', sans-serif;
+```
+
+### [Open Sans:](https://www.cdnfonts.com/open-sans.font)
+
+@import:
+```html
+
+```
+
+Usage:
+
+```html
+font-family: 'Open Sans', sans-serif;
+font-family: 'Open Sans Light', sans-serif;
+font-family: 'Open Sans Condensed', sans-serif;
+```
\ No newline at end of file
diff --git a/style/arendt.css b/style/arendt.css
index 9ce7bb0..6306efb 100644
--- a/style/arendt.css
+++ b/style/arendt.css
@@ -46,14 +46,14 @@
--default-font-color: rgb(68, 52, 16);
--default-font-color: rgb(88, 18, 22);
--default-font-color: rgb(68, 19, 16);
-
+
--default-list-font-color: #e0ac00;
--cool-list-color: rgb(255, 31, 1);
-
+
--bold-color: rgb(0, 85, 255);
-
- --default-header-font-color: rgb(22, 22, 22);
- --subtitle-color: rgb(12, 55, 75);
+
+ --default-header-font-color: rgb(22, 22, 22);
+ --subtitle-color: rgb(12, 55, 75);
--letter-spacing: -0.6px !important;
--default-header-bold-font-color: rgb(228, 5, 5);
--default-strong-font-color: rgb(201, 59, 34);
@@ -61,10 +61,10 @@
--default-border-color: 2px solid rgb(211, 34, 11);
-
+
background-color: var(--default-background-color);
color: var(--default-font-color);
-
+
}
:root p {
@@ -76,7 +76,8 @@
color: var(--default-font-color);
}
-:root ul, ol {
+:root ul,
+ol {
font-size: 30px;
font-family: "BodyFont", sans-serif !important;
@@ -103,7 +104,7 @@ h6 {
:root pre {
color: rgb(3, 3, 3);
- font-weight:800 ;
+ font-weight: 800;
background-color: #ffffffa1;
}
@@ -120,6 +121,7 @@ section strong {
padding-right: 2px;
font-weight: 600;
}
+
/* -------------------- TABLE -----------------------------*/
section table {
@@ -140,7 +142,7 @@ section.cite {
--strong-color: #4d75a5;
}
-section.cite p{
+section.cite p {
font-family: Cambria, Georgia, Times, 'Times New Roman', serif !important;
@@ -151,7 +153,7 @@ section.cite p{
section.titlepage {
color: var(--default-font-color);
background-color: var(--default-background-color);
- --subtitle-font-weight : 300;
+ --subtitle-font-weight: 300;
}
@@ -228,5 +230,4 @@ li {
font-weight: 100;
}
-section.columns li {
-}
+section.columns li {}
\ No newline at end of file
diff --git a/style/copernico.css b/style/copernico.css
new file mode 100644
index 0000000..4aeb169
--- /dev/null
+++ b/style/copernico.css
@@ -0,0 +1,105 @@
+/* @theme copernico */
+
+/*
+ ============================================
+ Created by Paulo Cunha
+ version: 1.0
+ last update: 17.jun.2024
+ ============================================
+*/
+
+/* Importing COLOR SCHEMA */
+
+@import "default";
+@import "schema";
+@import "structure";
+
+/*
+--------------------------------------------------------------
+ Font Importing (download)
+ Font Credit: htts://https://www.cdnfonts.com/
+--------------------------------------------------------------
+*/
+
+@import url('https://fonts.cdnfonts.com/css/fira-sans');
+
+
+
+
+/***************** COMMON STRUCTURE **********************/
+
+:root {
+
+ font-family: 'Fira Sans Light';
+ font-weight: initial;
+ /* font-size: 24pt; */
+ font-kerning: auto !important;
+ background-color: rgb(184, 184, 184);
+ background-color: rgb(243, 241, 236);
+
+ --italic-background-color: rgba(251, 255, 0, 0.76);
+}
+
+section.titlepage {
+
+ background-color: rgb(211, 209, 209);
+ background-color: rgb(184, 184, 184);
+ background-color: rgb(119, 144, 199);
+ background-color: rgb(132, 152, 196);
+
+ color: rgb(196, 218, 252) !important;
+
+}
+
+section.titlepage .author,
+.date,
+.organization {
+ text-align: left !important;
+ font-weight: 800 !important;
+}
+
+section.titlepage h3,
+h4,
+h5,
+.author,
+.date,
+.organization {
+ font-weight: 800 !important;
+}
+
+section.titlepage h1,
+.title {
+ color: black !important;
+ border-bottom: 1px solid rgb(243, 243, 223) !important;
+}
+
+section.titlepage h2,
+.subtitle {
+
+ color: rgb(220, 222, 224) !important;
+}
+
+
+section strong {
+ color: rgb(255, 0, 0);
+}
+
+section.transition {
+ font-size: 22pt;
+
+}
+
+section.transition em {
+
+ /* text-shadow: 6px 6px 0 rgb(207, 143, 4);*/
+
+}
+
+section.transition strong {
+
+ /* text-shadow: 6px 6px 0 rgb(207, 143, 4);*/
+ color: rgb(255, 166, 1);
+ font-size: 90% !important;
+ font-style: italic;
+
+}
\ No newline at end of file
diff --git a/style/hume.css b/style/hume.css
new file mode 100644
index 0000000..c014055
--- /dev/null
+++ b/style/hume.css
@@ -0,0 +1,100 @@
+/* @theme hume */
+
+/*
+ ============================================
+ Created by Paulo Cunha
+ version: 1.0
+ last update: 16.jun.2024
+ ============================================
+*/
+
+/* Importing COLOR SCHEMA */
+
+@import "default";
+@import "schema";
+@import "structure";
+
+/* Importing Font */
+/* Font Credit: htts://https://www.cdnfonts.com/ */
+/* @import url('https://fonts.cdnfonts.com/css/fira-sans'); */
+/* @import url('https://fonts.cdnfonts.com/css/fira-sans?styles=20119'); */
+/* @import url('https://fonts.cdnfonts.com/css/pt-sans-2'); */
+@import url('https://fonts.cdnfonts.com/css/open-sans');
+
+
+/***************** COMMON STRUCTURE **********************/
+
+:root {
+ font-family: 'Open Sans', "PT Sans", 'Fira Sans', sans-serif;
+
+ font-weight: initial;
+ --italic-background-color : rgba(214, 25, 66, 0.144);
+ --italic-background-color : rgba(8, 206, 255, 0.3);
+ --italic-background-color : rgba(8, 140, 255, 0.236);
+ background-color: #f3f1ec;
+}
+
+h1 {
+ color:rgb(53, 80, 112);
+ color:rgb(11, 37, 69);
+ letter-spacing: 0.25pt;
+ padding-bottom: 2mm;
+ margin-bottom: 12mm;
+}
+
+p {
+ font-size: 26pt;
+ font-weight: 600;
+ color:rgba(44, 44, 53, 0.814)
+}
+
+
+section.cite {
+ --strong-color : rgba(255, 5, 5, 0.795);
+}
+
+section.titlepage {
+ background-color: #f3f1ec;
+}
+
+section.titlepage .title {
+ border-bottom: 1px solid orangered;
+}
+
+section.titlepage .author,
+section.titlepage .date,
+section.titlepage .organization {
+ text-align: left;
+}
+
+section strong {
+ color:rgb(141, 169, 196) ;
+ color:rgb(181, 101, 118) ;
+ color:rgb(229, 107, 111) ;
+ color:rgba(23, 86, 118) ;
+ color:rgb(0, 53, 199) ;
+ color:rgb(186, 50, 79) ;
+ color:rgb(179, 31, 63) ;
+ padding-left: 1px;
+ padding-right: 1px;
+ font-weight: 600;
+}
+
+section.transition em{
+ background-color: rgb(255, 166, 0) !important;
+}
+
+
+section.transition strong {
+ color: rgba(230, 250, 6, 0.905);
+ font-weight: 1000;
+ text-shadow: 2px 2px 10px rgb(101, 45, 3);
+}
+
+
+section.transition2 strong {
+
+ color: rgb(10, 100, 235);
+ color: rgb(161, 240, 3);
+
+}
\ No newline at end of file
diff --git a/style/weber.css b/style/weber.css
index c88f37e..da75157 100644
--- a/style/weber.css
+++ b/style/weber.css
@@ -97,6 +97,7 @@ h1 {
color: #83a5b8;
border-color: #fad12b;
margin-bottom: 3.5%;
+ letter-spacing: 0.1pt;
}
section p {
diff --git a/workspace.code-workspace b/workspace.code-workspace
index d3e3473..b3a3f67 100644
--- a/workspace.code-workspace
+++ b/workspace.code-workspace
@@ -7,6 +7,7 @@
"settings": {
"markdown.marp.themes": [
"./style/arendt.css"
+ "./style/copernico.css"
"./style/descartes.css"
"./style/einstein.css"
"./style/freud.css"