Skip to content

Commit

Permalink
Cambio gestión estilos personalizados
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjobalmis committed Mar 17, 2024
1 parent 4cdc42c commit ae117e2
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 119 deletions.
70 changes: 66 additions & 4 deletions .crossnote/style.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,70 @@

/* Please visit the URL below for more information: */
/* https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css */

@import url(https://fonts.googleapis.com/css?family=Catamaran);

.markdown-preview.markdown-preview {


}
.contenedor {
display: flex;
justify-content: center;
margin: 30px auto 30px auto;
}

.fondo {
background:
url(https://programacioniesbalmis.github.io/Imagenes/BannersMoodle/banner.png);
background-size: cover;
width: 75%;
height: 160px;
border-radius: 10px;
position: relative;
}

.cita {
font-family: Arial;
font-style: italic;
font-weight: 600;
text-align: justify;
line-height: 1.5rem;
opacity: 0.6;
color: white;
padding: 5rem;
position: relative;
top: 50%;
left: 50%;
font-size: 1.3rem;
transform: translate(-50%, -50%);
}

.abre_comilla {
font-family: "Catamaran";
font-weight: 600;
color: white;
padding-left: 30px;
position: absolute;
font-size: 6rem;
transform: translate(0%, -15%);
}

.cierra_comilla {
font-family: "Catamaran";
font-weight: 600;
color: white;
padding-right: 30px;
right: 0%;
position: absolute;
font-size: 6rem;
transform: translate(0%, 55%);
}

.autor {
font-family: Arial;
color: white;
margin: 0px;
padding-left: 30px;
position: absolute;
top: 83%;
font-size: 1rem;
}

}
76 changes: 0 additions & 76 deletions EstilosPersonalizadosMarkdownEnhanced.less

This file was deleted.

55 changes: 18 additions & 37 deletions apuntes.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,49 +15,20 @@
/* https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css */
/* Please visit the URL below for more information: */
/* https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css */
.markdown-preview.markdown-preview p {
text-align: justify;
}

</style>
<!-- The content below will be included at the end of the <head> element. --><script type="text/javascript">
document.addEventListener("DOMContentLoaded", function () {
// your code here
});
</script></head><body for="html-export">


<div class="crossnote markdown-preview ">

<p><style>/*
Añade

@import "../EstilosPersonalizadosMarkdownEnhanced.less"

justo después del front matter
*/
/* Please visit the URL below for more information: */
/* https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css */
@font-face {
font-family: 'Catamaran';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd5a7dvg.ttf) format('truetype');
}
.contenedor {
.markdown-preview.markdown-preview .contenedor {
display: flex;
justify-content: center;
margin: 30px auto 30px auto;
}
.fondo {
.markdown-preview.markdown-preview .fondo {
background: url(https://programacioniesbalmis.github.io/Imagenes/BannersMoodle/banner.png);
background-size: cover;
width: 75%;
height: 160px;
border-radius: 10px;
position: relative;
}
.cita {
.markdown-preview.markdown-preview .cita {
font-family: Arial;
font-style: italic;
font-weight: 600;
Expand All @@ -72,7 +43,7 @@
font-size: 1.3rem;
transform: translate(-50%, -50%);
}
.abre_comilla {
.markdown-preview.markdown-preview .abre_comilla {
font-family: "Catamaran";
font-weight: 600;
color: white;
Expand All @@ -81,7 +52,7 @@
font-size: 6rem;
transform: translate(0%, -15%);
}
.cierra_comilla {
.markdown-preview.markdown-preview .cierra_comilla {
font-family: "Catamaran";
font-weight: 600;
color: white;
Expand All @@ -91,7 +62,7 @@
font-size: 6rem;
transform: translate(0%, 55%);
}
.autor {
.markdown-preview.markdown-preview .autor {
font-family: Arial;
color: white;
margin: 0px;
Expand All @@ -100,7 +71,17 @@
top: 83%;
font-size: 1rem;
}
</style></p>

</style>
<!-- The content below will be included at the end of the <head> element. --><script type="text/javascript">
document.addEventListener("DOMContentLoaded", function () {
// your code here
});
</script></head><body for="html-export">


<div class="crossnote markdown-preview ">

<h1 id="apuntes">Apuntes </h1>
<p><a href="./apuntes.pdf">Descargar estos apuntes</a></p>
<h2 id="índice">Índice </h2>
Expand Down Expand Up @@ -1026,7 +1007,7 @@ <h2 id="flujo-de-trabajo-y-configuraciones">Flujo de trabajo y configuraciones <
<span class="token comment"># Al hacerse Push en master</span>
<span class="token key atrule">on</span><span class="token punctuation">:</span>
<span class="token key atrule">push</span><span class="token punctuation">:</span>
<span class="token key atrule">branches</span><span class="token punctuation">:</span> <span class="token punctuation">[</span> master <span class="token punctuation">]</span>
<span class="token key atrule">branches</span><span class="token punctuation">:</span> <span class="token punctuation">[</span> main <span class="token punctuation">]</span>

<span class="token comment"># Ejecuta este workflow secuencial (otro job se ejecutaría en paralelo)</span>
<span class="token key atrule">jobs</span><span class="token punctuation">:</span>
Expand Down
2 changes: 0 additions & 2 deletions apuntes.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ toc:
ordered: false
---

@import "EstilosPersonalizadosMarkdownEnhanced.less"

# Apuntes {ignore=true}

[Descargar estos apuntes](./apuntes.pdf)
Expand Down
Binary file modified apuntes.pdf
Binary file not shown.

0 comments on commit ae117e2

Please sign in to comment.