Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cunhapaulo committed Feb 18, 2024
1 parent 666d209 commit 372b868
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ More styles will be released soon. Stay tuned for more `Marpstyle Themes`!

This slide deck was created for a presentarion about Artifical Inteligence (AI). It show some of the capabilities of MARP as well my CSS styles. I hope you like it.

![](img/marpstyle-updated.svg) Academic presentation on philosophical aspects of Artificial Intelligence (AI):
![](img/marpstyle-ready.svg) Academic presentation on philosophical aspects of Artificial Intelligence (AI):

[![](https://cunhapaulo.github.io/ai/main.png)](https://cunhapaulo.github.io/ai/)
- [Link for the presentation](https://cunhapaulo.github.io/ai/)
Expand Down Expand Up @@ -50,7 +50,7 @@ This slide deck was created for a presentarion about Artifical Inteligence (AI).
### ![](img/marpstyle-ready.svg) In honor of Leibniz (1646–1716)
[![Style: Leibniz](img/leibniz.png)](examples/example-leibniz.pdf)

### ![](img/marpstyle-ready.svg) In honor of Immanuel Kant (1724–1804)
### ![](img/marpstyle-updated.svg) In honor of Immanuel Kant (1724–1804)
[![Style: Kant](img/kant.png)](examples/example-kant.pdf)

### ![](img/marpstyle-ready.svg) In honor of Hegel (1770–1831)
Expand Down Expand Up @@ -120,8 +120,11 @@ Course you need `Marp` installed and operational. I created the available styles
"./style/kant.css",
"./style/king.css",
"./style/leibniz.css",
"./style/orwell.css",
"./style/pascal.css",
"./style/plato.css",
"./style/schema.css",
"./style/simple.css",
"./style/socrates.css",
"./style/structure.css",
"./style/turing.css",
Expand Down Expand Up @@ -154,8 +157,11 @@ You might as well use my themes directly from github using the url, just like de
"https://cunhapaulo.github.io/style/kant.css",
"https://cunhapaulo.github.io/style/king.css",
"https://cunhapaulo.github.io/style/leibniz.css",
"https://cunhapaulo.github.io/style/orwell.css",
"https://cunhapaulo.github.io/style/pascal.css",
"https://cunhapaulo.github.io/style/plato.css",
"https://cunhapaulo.github.io/style/schema.css",
"https://cunhapaulo.github.io/style/simple.css",
"https://cunhapaulo.github.io/style/socrates.css",
"https://cunhapaulo.github.io/style/structure.css",
"https://cunhapaulo.github.io/style/turing.css",
Expand Down
2 changes: 2 additions & 0 deletions style/orwell.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
h1 {
color: #012a53;
color: #00254b;
color: #004d6b;
color: #00366b;
border-color: rgb(0, 140, 255);
border-color: orangered;
margin-bottom: 3.5%;
Expand Down
87 changes: 87 additions & 0 deletions style/pascal.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
/* @theme pascal */

/*
============================================
Created by Paulo Cunha
version: 1.0
last update: 04.dez.2022
============================================
*/

/* Importing COLOR SCHEMA */

@import "default";
@import "schema";
@import "structure";

/***************** COMMON STRUCTURE **********************/

:root {
font-family: 'Fira Sans Light';
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: rgb(238, 244, 237);
}

h1 {
color:rgb(23, 86, 118);
color:rgb(11, 37, 69);
color:rgb(53, 80, 112);
color:rgb(53, 80, 112);
padding-bottom: 2mm;
margin-bottom: 12mm;
}

p {
font-size: 26pt;
font-weight: 600;
color:rgba(78, 78, 80, 0.814)
}

section.titlepage .title {
border-bottom: 1px solid orangered;
}


section.cite {
--strong-color : rgba(255, 5, 5, 0.795);
}

section.titlepage .author,
section.titlepage .date,
section.titlepage .organization {
text-align: left;
}

section strong {
color:rgb(141, 169, 196) ;
color:rgba(23, 86, 118) ;
color:rgb(181, 101, 118) ;
color:rgb(186, 50, 79) ;
color:rgb(229, 107, 111) ;
padding-left: 1px;
padding-right: 1px;
font-weight: 600;
}

section.transition em{
background-color: rgb(251, 255, 0) !important;
}


section.transition strong {
color: rgba(230, 250, 6, 0.905);
color: rgba(207, 235, 121, 0.964);
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);

}

0 comments on commit 372b868

Please sign in to comment.