diff --git a/public/assets/html/tocbot.css b/public/assets/html/tocbot.css index b390ae9..b5879ce 100644 --- a/public/assets/html/tocbot.css +++ b/public/assets/html/tocbot.css @@ -3,6 +3,7 @@ body{background-color:#FFF}.transition--300{transition:all 300ms ease-in-out}.toc{height:100%;width:280px;transform:translateX(0)}.content{position:relative}.content h1:first-child,.content h2:first-child{padding-top:0;margin-top:0}.title{font-size:3em}.content{margin-bottom:95vh}.content ul,.content ol{list-style:inherit}.content a{color:#0977c3;text-decoration:none;border-bottom:1px solid #EEE;transition:all 300ms ease}.content a.no-decoration{border-bottom:0}.content a:hover{border-bottom:1px solid #0977c3}.content a:hover.no-decoration{border-bottom:0}a.toc-link{text-decoration:none}.try-it-container{transform:translateY(84%)}.try-it-container.is-open{transform:translateY(0%)}.page-content{display:block !important}.hljs{display:block;background:white;padding:0.5em;color:#333333;overflow-x:auto}.hljs-comment,.hljs-meta{color:#969896}.hljs-string,.hljs-variable,.hljs-template-variable,.hljs-strong,.hljs-emphasis,.hljs-quote{color:#df5000}.hljs-keyword,.hljs-selector-tag,.hljs-type{color:#a71d5d}.hljs-literal,.hljs-symbol,.hljs-bullet,.hljs-attribute{color:#0086b3}.hljs-section,.hljs-name{color:#63a35c}.hljs-tag{color:#333333}.hljs-title,.hljs-attr,.hljs-selector-id,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo{color:#795da3}.hljs-addition{color:#55a532;background-color:#eaffea}.hljs-deletion{color:#bd2c00;background-color:#ffecec}.hljs-link{text-decoration:underline}.toc-icon{position:fixed;top:0;right:0}#toc:checked ~ .toc{box-shadow:0 0 5px #c8c8c8;transform:translateX(0)}.toc{background-color:rgba(255,255,255,0.9);transform:translateX(-100%)}.toc.toc-right{transform:translateX(100%);right:0}@media (min-width: 52em){.toc{transform:translateX(0)}.toc.toc-right{transform:translateX(0);right:calc((100% - 48rem - 4rem) / 2)}.toc-icon{display:none}.try-it-container{display:block}.content{margin-left:280px}.toc-right ~ .content{margin-left:0;margin-right:280px}}*{box-sizing:border-box}body{font-size:1.2rem;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif}h1,h2,h3,h4,h5,h6{padding-top:0.5em}h1:focus,h2:focus,h3:focus,h4:focus,h5:focus,h6:focus{outline:0}p{margin-top:0.25rem}pre{display:block;background:#f7f7f7;border-radius:2px;border:1px solid #e0e0e0;padding:2px;line-height:1.2;margin-bottom:10px;overflow:auto;white-space:pre-wrap}code{display:inline;font-size:.8em;max-width:100%} body{margin:1em;} nav{margin-top:5em;padding-right:1em;font-size:.75em;} -h1{margin-top:5em;margin-bottom:3em;} +h1{font-size: 2em;margin-top:5em;margin-bottom:3em;} .is-active-link::before{background-color:blue;} .is-active-link{font-weight:inherit;color:blue!important;} +p + h1{margin-top:5em} diff --git a/public/assets/web/index.html b/public/assets/web/index.html index cea3387..aac89bc 100644 --- a/public/assets/web/index.html +++ b/public/assets/web/index.html @@ -12,7 +12,7 @@ - + @@ -23,20 +23,20 @@

Tesis en liberación continua:
- MD / - HTML / - PDF / - EPUB / - MOBI / - DOCX + MD / + HTML / + PDF / + EPUB / + MOBI / + DOCX

Diapositivas:
- PDF / - ODP + PDF / + ODP

Bibliografía:
- BIB / - HTML / + BIB / + HTML / recursos descargables

Repositorios:
@@ -44,15 +44,15 @@ GitLab

Descarga todo:
- ZIP / - TAR.GZ / - TAR.BZ2 / - TAR + ZIP / + TAR.GZ / + TAR.BZ2 / + TAR

diff --git a/public/assets/web/styles.css b/public/assets/web/styles.css index b8c6edb..4d5da53 100644 --- a/public/assets/web/styles.css +++ b/public/assets/web/styles.css @@ -752,5 +752,3 @@ header > h3 {margin: 0 0 50px 0;} footer {margin-top: 50px; font-size: 0.75em;} h1.titulo {margin-top: 0} code {background: inherit; padding: 0; border: none; color: #424242} -h1 {font-size: 2em !important; margin-bottom: 3em !important} -p + h1 {margin-top: 5em !important} diff --git a/public/index.html b/public/index.html index cea3387..aac89bc 100644 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,7 @@ - + @@ -23,20 +23,20 @@

Tesis en liberación continua:
- MD / - HTML / - PDF / - EPUB / - MOBI / - DOCX + MD / + HTML / + PDF / + EPUB / + MOBI / + DOCX

Diapositivas:
- PDF / - ODP + PDF / + ODP

Bibliografía:
- BIB / - HTML / + BIB / + HTML / recursos descargables

Repositorios:
@@ -44,15 +44,15 @@ GitLab

Descarga todo:
- ZIP / - TAR.GZ / - TAR.BZ2 / - TAR + ZIP / + TAR.GZ / + TAR.BZ2 / + TAR

diff --git a/public/tesis/tesis.docx b/public/tesis/tesis.docx index 6a0a4f7..79ddfe6 100644 Binary files a/public/tesis/tesis.docx and b/public/tesis/tesis.docx differ diff --git a/public/tesis/tesis.epub b/public/tesis/tesis.epub index 9c99b84..b584df3 100644 Binary files a/public/tesis/tesis.epub and b/public/tesis/tesis.epub differ diff --git a/public/tesis/tesis.mobi b/public/tesis/tesis.mobi index e650c03..047ba83 100644 Binary files a/public/tesis/tesis.mobi and b/public/tesis/tesis.mobi differ diff --git a/public/tesis/tesis.pdf b/public/tesis/tesis.pdf index 8d1750e..0bcc4ab 100644 Binary files a/public/tesis/tesis.pdf and b/public/tesis/tesis.pdf differ