Skip to content

Commit

Permalink
Merge pull request #48 from eliansoutu/master
Browse files Browse the repository at this point in the history
actualizo theme
  • Loading branch information
eliansoutu authored Mar 11, 2024
2 parents a0a480e + e09d932 commit d3f80e1
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 27 deletions.
24 changes: 12 additions & 12 deletions inst/resources/css/dnmye_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@

/* Colors */
--text-color: #2682A5;
--header-color: #37BBED;
--header-color: #252C4F;
--background-color: #FFFFFF;
--link-color: 3B4449;
--text-bold-color: #37BBED;
--text-bold-color: #252C4F;
--code-highlight-color: rgba(255,255,0,0.5);
--inverse-text-color: #EBF8FD;
--inverse-background-color: #37BBED;
--inverse-background-color: #252C4F;
--inverse-header-color: #EBF8FD;
--inverse-link-color: #3B4449;
--title-slide-background-color: #37BBED;
--title-slide-background-color: #252C4F;
--title-slide-text-color: #EBF8FD;
--header-background-color: #37BBED;
--header-background-color: #252C4F;
--header-background-text-color: #FFFFFF;
--base: #37BBED;
--base: #252C4F;
--white: #EBF8FD;
--black: #2682A5;
}
Expand Down Expand Up @@ -103,7 +103,7 @@ h1, h2, h3 {
color: #EE3D8F;
}
.remark-slide-number {
color: #37BBED;
color: #252C4F;
opacity: 1;
font-size: 16px;
}
Expand All @@ -128,7 +128,7 @@ a, a > code {
.inverse {
background-color: var(--inverse-background-color);
color: var(--inverse-text-color);

}
.inverse h1, .inverse h2, .inverse h3 {
color: var(--inverse-header-color);
Expand All @@ -141,7 +141,7 @@ a, a > code {
}
.title-slide {
background-color: var(--title-slide-background-color);
background-image: url("escudo_mintur_blanco.png");
background-image: url("escudo.png");
background-size: 200px;
background-position: 95% 5%;
}
Expand All @@ -155,10 +155,10 @@ a, a > code {
float: left;
}
.left-column h2, .left-column h3 {
color: #37BBED99;
color: #252C4F99;
}
.left-column h2:last-of-type, .left-column h3:last-child {
color: #37BBED;
color: #252C4F;
}
.right-column {
width: 75%;
Expand All @@ -180,7 +180,7 @@ img, video, iframe {
max-width: 100%;
}
blockquote {
border-left: solid 5px #37BBED80;
border-left: solid 5px #252C4F80;
padding-left: 1em;
}
.remark-slide table {
Expand Down
2 changes: 1 addition & 1 deletion inst/resources/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
@page {

@top-center {
content: url("../img/logo_pagedown.svg");
content: url("../img/logo_pagedown.png");
}

}
Expand Down
Binary file added inst/resources/img/escudo_interior_negro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added inst/resources/img/logo_pagedown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions inst/resources/img/logo_pagedown.svg

This file was deleted.

Binary file modified inst/resources/logo/escudo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions inst/rmarkdown/templates/xaringan/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ output:

class:inverse, middle

background-image: url(https://tableros.yvera.tur.ar/recursos/logos_institucionales/escudo_mdtyd_blanco.png)
background-image: url(https://tableros.yvera.tur.ar/recursos/logos_institucionales/escudo_interior_blanco.png)
background-position: 95% 95%
background-size: 30%
background-size: 20%

# Acá va un título

Expand All @@ -34,19 +34,19 @@ background-size: 30%
<br>
<br>

### Dirección Nacional de Mercados y Estadística<br>Subsecretaría de Desarrollo Estratégico
### Dirección Nacional de Mercados y Estadística<br>Subsecretaría de Turismo




```{r, echo=FALSE}
library(xaringanExtra)
# LOGO COLOR EN PAGs INTERNAS
xaringanExtra::use_logo(image_url = "https://tableros.yvera.tur.ar/recursos/logos_institucionales/escudo_mdtyd_color.png",
xaringanExtra::use_logo(image_url = "https://tableros.yvera.tur.ar/recursos/logos_institucionales/escudo_interior_negro.png",
position = css_position(top = "1em", right = "1em"),
height = "20%", width = "20%")
height = "15%", width = "15%")
# BARRA DE PROGRESO DE PRESENTACION
xaringanExtra::use_progress_bar(color = comunicacion::dnmye_colores("cian"))
xaringanExtra::use_progress_bar(color = "#252C4F")
# LAPIZ
xaringanExtra::use_scribble()
# EXPLORADOR DE SLIDES
Expand All @@ -65,7 +65,7 @@ style_mono_light(outfile = "dnmye_theme.css", # CSS FILE
text_font_google = google_font('Roboto'),
code_font_google = google_font('IBM Plex Mono'),
# COLORES
base_color = dnmye_colores("cian"),
base_color = "#252C4F",
code_inline_color = dnmye_colores("rosa"),
inverse_link_color = "#3B4449",
background_color = "#FFFFFF",
Expand Down

0 comments on commit d3f80e1

Please sign in to comment.