Skip to content

Commit

Permalink
Merge pull request #70 from eliansoutu/master
Browse files Browse the repository at this point in the history
actualizo estilos
  • Loading branch information
eliansoutu authored Aug 23, 2024
2 parents 1cfd6db + c77948d commit 06abb0d
Show file tree
Hide file tree
Showing 99 changed files with 12,291 additions and 14,433 deletions.
2 changes: 1 addition & 1 deletion _footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="UTF-8">


Dirección Nacional de Mercados y Estadísticas | Subsecretaría de Turismo | Ministerio del Interior (<script>document.write(new Date().getFullYear())</script>)
Dirección Nacional de Mercados y Estadísticas | Subsecretaría de Turismo(<script>document.write(new Date().getFullYear())</script>)


</head>
4 changes: 2 additions & 2 deletions _site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ favicon: favicon.ico
output_dir: "docs"
navbar:
logo:
image: sinta.png
image: https://tableros.yvera.tur.ar/recursos/logos_institucionales/sinta.png
href: https://www.yvera.tur.ar/sinta/
search: true
right:
Expand All @@ -28,4 +28,4 @@ navbar:
href: https://github.com/dnme-minturdep
output:
distill::distill_article:
css: styles.css
css: /srv/shiny-server/recursos/dnmye/styles.css
68 changes: 32 additions & 36 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@
</style>

<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<link href="site_libs/font-awesome-6.2.1/css/all.min.css" rel="stylesheet"/>
<link href="site_libs/font-awesome-6.2.1/css/v4-shims.min.css" rel="stylesheet"/>
<link href="site_libs/font-awesome-6.4.2/css/all.min.css" rel="stylesheet"/>
<link href="site_libs/font-awesome-6.4.2/css/v4-shims.min.css" rel="stylesheet"/>
<script src="site_libs/headroom-0.9.4/headroom.min.js"></script>
<script src="site_libs/autocomplete-0.37.1/autocomplete.min.js"></script>
<script src="site_libs/fuse-6.4.1/fuse.min.js"></script>
Expand Down Expand Up @@ -2057,37 +2057,32 @@ <h3>${suggestion.title}</h3>

/* Optional: embed custom fonts here with `@import` */
/* This must remain at the top of this file. */
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans');
@import url('https://fonts.googleapis.com/css2?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Fira Mono');
@import url('https://fonts.googleapis.com/css2?family=Montserrat');
@import url('https://fonts.googleapis.com/css2?family=Lora');
@import url('https://fonts.googleapis.com/css2?family=Fira%20Mono');


html {
/*-- Main font sizes --*/
--title-size: 30;
--title-size: 30px;
--body-size: 1.0rem; /* edited */
--code-size: 0.9rem; /* edited */
--aside-size: 12px;
--fig-cap-size: 13px;
/*-- Main font colors --*/
--title-color: #37BBED;
--heading-color: #37BBED;
--title-color: #252C4F;
--heading-color: #252C4F;
--body-color: #383838; /* edited */
--aside-color: #37BBED;
--fig-cap-color: #37BBED;
--aside-color: #252C4F;
--fig-cap-color: #252C4F;
/*-- Specify custom fonts ~~~ must be imported above --*/
--heading-font: 'Encode', sans-serif; /* edited */
--heading-font: 'Lora', sans-serif; /* edited */
--mono-font: 'Fira Mono', monospace; /* edited */
--body-font: 'Roboto', sans-serif; /* edited */
--navbar-font: 'Encode', sans-serif; /* edited */
--body-font: 'Montserrat', sans-serif; /* edited */
--navbar-font: 'Lora', sans-serif; /* edited */
}


a {

--target: '_blank'
}


/*-- WEBSITE HEADER + FOOTER --*/
/* These properties only apply to Distill sites and blogs */
Expand All @@ -2107,19 +2102,21 @@ <h3>${suggestion.title}</h3>
--bkgd-color: #0F2E3D;
}

/* PRUEBAS
/* PRUEBAS
/*-- Additional custom styles --*/



.distill-site-header .logo img{
max-height: 50px; /* Makes logo bigger, default was 20px */
max-height: 30px; /* Makes logo bigger, default was 20px */
vertical-align: sub;

}



.distill-site-header .title {
font-weight: 900;
font-weight: 600;
}

ul > li::marker {
Expand All @@ -2132,15 +2129,15 @@ <h3>${suggestion.title}</h3>

h1, h2, h3, h4, h5, h6 {
margin-top: 20px;
font-family: "Encode Sans";
letter-spacing: 2px;
line-height: 2rem; /* increases, so wrapping headers don't overlap */
font-family: "Lora Sans";
letter-spacing: 2px;
line-height: 2rem; /* increases, so wrapping headers don't overlap */

}


body {
font-family: "Roboto";
font-family: "Montserrat";
color: #1f1f1f;
}

Expand All @@ -2155,21 +2152,21 @@ <h3>${suggestion.title}</h3>
}


.distill-site-header{
.distill-site-header{
padding: 10px 0px;
font-size: 15px;
font-family: 'Encode Sans', sans-serif;
font-family: 'Lora Sans', sans-serif;
letter-spacing: 2px;


/* background-image for fade-to-white color of navbar */
background-color: #37BBED;
background-color: #252C4F;

}

.distill-site-nav a {
color: #FFFFFF;
background-color: #37BBED;
background-color: #252C4F;
text-decoration: none;
}

Expand All @@ -2182,7 +2179,7 @@ <h3>${suggestion.title}</h3>

.distill-site-footer {
color: #f7f7f7b0;
background-color: #37BBED;
background-color: #252C4F;
margin-top: 0px;
padding: 50px 20px;
font-size: 12px;
Expand All @@ -2198,11 +2195,10 @@ <h3>${suggestion.title}</h3>
border-radius: 10px;
}


</style>
<!--/radix_placeholder_site_in_header-->

<link rel="stylesheet" href="styles.css" type="text/css"/>
<link rel="stylesheet" href="/srv/shiny-server/recursos/dnmye/styles.css" type="text/css"/>

</head>

Expand All @@ -2220,7 +2216,7 @@ <h3>${suggestion.title}</h3>
<nav class="distill-site-nav distill-site-header">
<div class="nav-left">
<a class="logo" href="https://www.yvera.tur.ar/sinta/">
<img src="sinta.png" alt="Logo"/>
<img src="https://tableros.yvera.tur.ar/recursos/logos_institucionales/sinta.png" alt="Logo"/>
</a>
<a href="index.html" class="title">BITÁCORA</a>
<input id="distill-search" class="nav-search hidden" type="text" placeholder="Search..."/>
Expand Down Expand Up @@ -3398,7 +3394,7 @@ <h1>Novedades e Investigaciones</h1>
<!--radix_placeholder_navigation_after_body-->
<div class="distill-site-nav distill-site-footer">
<p><head> <meta charset="UTF-8"></p>
<p>Dirección Nacional de Mercados y Estadísticas | Subsecretaría de Turismo | Ministerio del Interior (<script>document.write(new Date().getFullYear())</script>)</p>
<p>Dirección Nacional de Mercados y Estadísticas | Subsecretaría de Turismo(<script>document.write(new Date().getFullYear())</script>)</p>
</head>
</div>
<!--/radix_placeholder_navigation_after_body-->
Expand Down
66 changes: 31 additions & 35 deletions docs/posts/2021-10-04-microdatosevyth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,8 @@
</style>

<script src="../../site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
<link href="../../site_libs/font-awesome-6.2.1/css/all.min.css" rel="stylesheet"/>
<link href="../../site_libs/font-awesome-6.2.1/css/v4-shims.min.css" rel="stylesheet"/>
<link href="../../site_libs/font-awesome-6.4.2/css/all.min.css" rel="stylesheet"/>
<link href="../../site_libs/font-awesome-6.4.2/css/v4-shims.min.css" rel="stylesheet"/>
<script src="../../site_libs/headroom-0.9.4/headroom.min.js"></script>
<script src="../../site_libs/autocomplete-0.37.1/autocomplete.min.js"></script>
<script src="../../site_libs/fuse-6.4.1/fuse.min.js"></script>
Expand Down Expand Up @@ -2067,37 +2067,32 @@ <h3>${suggestion.title}</h3>

/* Optional: embed custom fonts here with `@import` */
/* This must remain at the top of this file. */
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans');
@import url('https://fonts.googleapis.com/css2?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Fira Mono');
@import url('https://fonts.googleapis.com/css2?family=Montserrat');
@import url('https://fonts.googleapis.com/css2?family=Lora');
@import url('https://fonts.googleapis.com/css2?family=Fira%20Mono');


html {
/*-- Main font sizes --*/
--title-size: 30;
--title-size: 30px;
--body-size: 1.0rem; /* edited */
--code-size: 0.9rem; /* edited */
--aside-size: 12px;
--fig-cap-size: 13px;
/*-- Main font colors --*/
--title-color: #37BBED;
--heading-color: #37BBED;
--title-color: #252C4F;
--heading-color: #252C4F;
--body-color: #383838; /* edited */
--aside-color: #37BBED;
--fig-cap-color: #37BBED;
--aside-color: #252C4F;
--fig-cap-color: #252C4F;
/*-- Specify custom fonts ~~~ must be imported above --*/
--heading-font: 'Encode', sans-serif; /* edited */
--heading-font: 'Lora', sans-serif; /* edited */
--mono-font: 'Fira Mono', monospace; /* edited */
--body-font: 'Roboto', sans-serif; /* edited */
--navbar-font: 'Encode', sans-serif; /* edited */
--body-font: 'Montserrat', sans-serif; /* edited */
--navbar-font: 'Lora', sans-serif; /* edited */
}


a {

--target: '_blank'
}


/*-- WEBSITE HEADER + FOOTER --*/
/* These properties only apply to Distill sites and blogs */
Expand All @@ -2117,19 +2112,21 @@ <h3>${suggestion.title}</h3>
--bkgd-color: #0F2E3D;
}

/* PRUEBAS
/* PRUEBAS
/*-- Additional custom styles --*/



.distill-site-header .logo img{
max-height: 50px; /* Makes logo bigger, default was 20px */
max-height: 30px; /* Makes logo bigger, default was 20px */
vertical-align: sub;

}



.distill-site-header .title {
font-weight: 900;
font-weight: 600;
}

ul > li::marker {
Expand All @@ -2142,15 +2139,15 @@ <h3>${suggestion.title}</h3>

h1, h2, h3, h4, h5, h6 {
margin-top: 20px;
font-family: "Encode Sans";
letter-spacing: 2px;
line-height: 2rem; /* increases, so wrapping headers don't overlap */
font-family: "Lora Sans";
letter-spacing: 2px;
line-height: 2rem; /* increases, so wrapping headers don't overlap */

}


body {
font-family: "Roboto";
font-family: "Montserrat";
color: #1f1f1f;
}

Expand All @@ -2165,21 +2162,21 @@ <h3>${suggestion.title}</h3>
}


.distill-site-header{
.distill-site-header{
padding: 10px 0px;
font-size: 15px;
font-family: 'Encode Sans', sans-serif;
font-family: 'Lora Sans', sans-serif;
letter-spacing: 2px;


/* background-image for fade-to-white color of navbar */
background-color: #37BBED;
background-color: #252C4F;

}

.distill-site-nav a {
color: #FFFFFF;
background-color: #37BBED;
background-color: #252C4F;
text-decoration: none;
}

Expand All @@ -2192,7 +2189,7 @@ <h3>${suggestion.title}</h3>

.distill-site-footer {
color: #f7f7f7b0;
background-color: #37BBED;
background-color: #252C4F;
margin-top: 0px;
padding: 50px 20px;
font-size: 12px;
Expand All @@ -2208,7 +2205,6 @@ <h3>${suggestion.title}</h3>
border-radius: 10px;
}


</style>
<!--/radix_placeholder_site_in_header-->

Expand All @@ -2229,7 +2225,7 @@ <h3>${suggestion.title}</h3>
<nav class="distill-site-nav distill-site-header">
<div class="nav-left">
<a class="logo" href="https://www.yvera.tur.ar/sinta/">
<img src="../../sinta.png" alt="Logo"/>
<img src="https://tableros.yvera.tur.ar/recursos/logos_institucionales/sinta.png" alt="Logo"/>
</a>
<a href="../../index.html" class="title">BITÁCORA</a>
<input id="distill-search" class="nav-search hidden" type="text" placeholder="Search..."/>
Expand Down Expand Up @@ -2335,7 +2331,7 @@ <h2 id="cómo-sigue">Cómo sigue</h2>
<!--radix_placeholder_navigation_after_body--><html><body>
<div class="distill-site-nav distill-site-footer">
<p></p> <meta charset="UTF-8">
<p>Dirección Nacional de Mercados y Estadísticas | Subsecretaría de Turismo | Ministerio del Interior (<script>document.write(new Date().getFullYear())</script>)</p>
<p>Dirección Nacional de Mercados y Estadísticas | Subsecretaría de Turismo(<script>document.write(new Date().getFullYear())</script>)</p>

</div>
<!--/radix_placeholder_navigation_after_body-->
Expand Down
Loading

0 comments on commit 06abb0d

Please sign in to comment.