morel-theme 0.2.29 → 0.2.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE.txt +21 -21
- data/README.md +19 -19
- data/_config.yml +75 -75
- data/_data/books.csv +82 -82
- data/_data/chriterias.csv +7 -7
- data/_includes/actions-h.html +16 -16
- data/_includes/actions-h_obra-suerte.html +16 -16
- data/_includes/actions-v.html +11 -11
- data/_includes/actions-v_obra-suerte.html +11 -11
- data/_includes/author-firstlast.html +8 -8
- data/_includes/book-list-all.html +7 -7
- data/_includes/book-list-base.html +22 -22
- data/_includes/book-list-download.html +22 -22
- data/_includes/book-list-metadata.html +12 -12
- data/_includes/book-list-no-download.html +22 -22
- data/_includes/book-list-related-author.html +16 -16
- data/_includes/book-list-related-book.html +30 -30
- data/_includes/book-list-seeall.html +7 -7
- data/_includes/book-list-seemore.html +7 -7
- data/_includes/book-list-translations.html +16 -16
- data/_includes/book-list-url-img.html +8 -8
- data/_includes/book-list-url-img_obra-suerte.html +8 -8
- data/_includes/book-list-url-page.html +5 -5
- data/_includes/book-metadata-index.html +18 -18
- data/_includes/book-metadata-noequal.html +18 -18
- data/_includes/book-metadata-nolinks.html +15 -15
- data/_includes/book-metadata.html +17 -17
- data/_includes/book-sample.html +30 -30
- data/_includes/chriteria.html +19 -19
- data/_includes/default.html +35 -35
- data/_includes/empty-chriteria.html +7 -7
- data/_includes/es/book-list-metadata.html +12 -12
- data/_includes/es/book-list-related-author.html +16 -16
- data/_includes/es/book-list-related-book.html +30 -30
- data/_includes/es/book-list-translations_.html +15 -15
- data/_includes/es/book-metadata copy.html +18 -18
- data/_includes/es/book-metadata-index.html +18 -18
- data/_includes/es/book-metadata.html +18 -18
- data/_includes/es/lista-relacionadas-ciudad.html +12 -12
- data/_includes/es/lista-relacionadas-editorial.html +12 -12
- data/_includes/es/lista-relacionadas-libro.html +39 -39
- data/_includes/es/lista-relacionadas-repositorio.html +12 -12
- data/_includes/es/promotion.html +27 -27
- data/_includes/es/search.html +76 -76
- data/_includes/footer.html +10 -10
- data/_includes/iteration.html +11 -11
- data/_includes/lista-relacionadas-ciudad.html +12 -12
- data/_includes/lista-relacionadas-editorial.html +12 -12
- data/_includes/lista-relacionadas-libro.html +39 -39
- data/_includes/lista-relacionadas-repositorio.html +12 -12
- data/_includes/lista-todas-sample.html +30 -30
- data/_includes/lista-todas.html +21 -21
- data/_includes/nav-bar.html +20 -20
- data/_includes/no-false-match.html +14 -14
- data/_includes/obras-por-autora.html +17 -17
- data/_includes/obras-por-ciudad.html +23 -23
- data/_includes/obras-por-imprenta-y-editorial.html +22 -22
- data/_includes/obras-por-repositorio.html +21 -21
- data/_includes/promotion.html +28 -28
- data/_includes/search.html +76 -76
- data/_includes/site-description.html +120 -120
- data/_includes/social-block.html +22 -22
- data/_includes/social-share.html +17 -17
- data/_includes/ultima-vitrina.html +39 -39
- data/_layouts/about.html +37 -37
- data/_layouts/agregar.html +39 -39
- data/_layouts/author.html +39 -39
- data/_layouts/book.html +38 -38
- data/_layouts/books-download.html +15 -15
- data/_layouts/books-no-download.html +15 -15
- data/_layouts/books-translation.html +12 -12
- data/_layouts/busquedas.html +12 -12
- data/_layouts/city.html +4 -4
- data/_layouts/default-blog.html +23 -23
- data/_layouts/default.html +49 -40
- data/_layouts/es/index.html +36 -36
- data/_layouts/es/page-chriteria.html +5 -5
- data/_layouts/es/search.html +76 -76
- data/_layouts/index.html +36 -36
- data/_layouts/obras-sample.html +3 -3
- data/_layouts/obras-todas.html +4 -4
- data/_layouts/page-chriteria.html +6 -6
- data/_layouts/periodo.html +4 -4
- data/_layouts/post-index.html +31 -31
- data/_layouts/post.html +41 -41
- data/_layouts/publisher.html +4 -4
- data/_layouts/repository.html +4 -4
- data/_layouts/search.html +76 -76
- data/_sass/base/_reset.scss +32 -32
- data/_sass/base/_typography.scss +170 -170
- data/_sass/base/_variables.scss +61 -61
- data/_sass/components/_buttons.scss +70 -70
- data/_sass/components/_modals.scss +91 -91
- data/_sass/layout/_footer.scss +50 -50
- data/_sass/layout/_forms.scss +105 -105
- data/_sass/layout/_grid.scss +393 -393
- data/_sass/layout/_header.scss +68 -68
- data/_sass/layout/_navigation.scss +144 -144
- data/_sass/pages/_author.scss +68 -68
- data/_sass/pages/_blog.scss +148 -148
- data/_sass/pages/_chriteria.scss +45 -45
- data/_sass/vendors/_particles.scss +15 -15
- data/assets/css/main.scss +16 -16
- data/assets/data/books_zotero.csv +81 -81
- data/assets/js/app.js +132 -132
- data/assets/js/jquery-3.3.1.js +10364 -10364
- data/assets/js/lunr.min.js +5 -5
- data/assets/js/particles.js +670 -670
- data/assets/js/search.js +60 -60
- data/assets/source/_abouts/site-description.md +98 -98
- data/assets/source/_abouts/site-description_es.md +17 -17
- data/assets/source/_abouts/site-description_template.md +15 -15
- data/assets/source/_authors/abraham-hall-nancy.md +2 -2
- data/assets/source/_authors/abudu-gabriel.md +2 -2
- data/assets/source/_authors/adress-guzman-alexandra.md +2 -2
- data/assets/source/_authors/alves-miriam-aparecida.md +2 -2
- data/assets/source/_authors/arozarena-marcelino.md +2 -2
- data/assets/source/_authors/artel-jorge.md +2 -2
- data/assets/source/_authors/assis-machado-de.md +2 -2
- data/assets/source/_authors/barreto-lima.md +2 -2
- data/assets/source/_authors/batrell-ricardo.md +2 -2
- data/assets/source/_authors/bejarano-velasquez-nidia-bejarano.md +2 -2
- data/assets/source/_authors/beleno-c-joaquin.md +2 -2
- data/assets/source/_authors/benet-robinson-ofelia-margarita.md +2 -2
- data/assets/source/_authors/bernard-eulalia.md +2 -2
- data/assets/source/_authors/brindis-de-salas-virginia.md +2 -2
- data/assets/source/_authors/britos-serrat-alberto.md +2 -2
- data/assets/source/_authors/bustos-aguirre-romulo.md +2 -2
- data/assets/source/_authors/carlyon-mark.md +2 -2
- data/assets/source/_authors/carmell-pamela.md +2 -2
- data/assets/source/_authors/carr-richard-j.md +2 -2
- data/assets/source/_authors/cartagena-portalat-n-aida.md +2 -2
- data/assets/source/_authors/cartagena-portalaton-aida.md +2 -2
- data/assets/source/_authors/castillo-nila-del-socorro.md +2 -2
- data/assets/source/_authors/castillo-reina-felipa-trifenia.md +2 -2
- data/assets/source/_authors/chagas-jorge.md +2 -2
- data/assets/source/_authors/chapman-annie.md +2 -2
- data/assets/source/_authors/chavarria-londono-hermilda.md +2 -2
- data/assets/source/_authors/chiriboga-luz-argentina.md +2 -2
- data/assets/source/_authors/cordoba-jenny-de-la-torre.md +2 -2
- data/assets/source/_authors/cordones-cook-alexander-michael.md +2 -2
- data/assets/source/_authors/cordones-cook-juanamaria.md +2 -2
- data/assets/source/_authors/corpus-stephens-bricena.md +2 -2
- data/assets/source/_authors/cueto-mercado-muris.md +2 -2
- data/assets/source/_authors/cuti-luiz-silva.md +2 -2
- data/assets/source/_authors/de-la-torre-cordoba-jenny.md +2 -2
- data/assets/source/_authors/delgado-mina-sobeida.md +2 -2
- data/assets/source/_authors/diago-ruth-patricia.md +2 -2
- data/assets/source/_authors/diaz-sanchez-ramon.md +2 -2
- data/assets/source/_authors/duncan-quince.md +2 -2
- data/assets/source/_authors/duque-palacios-sayly.md +2 -2
- data/assets/source/_authors/duran-ayanegui-fernando.md +2 -2
- data/assets/source/_authors/estupinan-bass-nelson.md +2 -2
- data/assets/source/_authors/fenwick-m-j.md +2 -2
- data/assets/source/_authors/ferreira-da-silva-ferrez-reinaldo.md +2 -2
- data/assets/source/_authors/frye-david.md +2 -2
- data/assets/source/_authors/goncalves-ana-maria.md +2 -2
- data/assets/source/_authors/grueso-romero-mary.md +2 -2
- data/assets/source/_authors/guerrero-munoz-clara.md +2 -2
- data/assets/source/_authors/guerrrero-julia-simona.md +2 -2
- data/assets/source/_authors/guillen-nicolas.md +2 -2
- data/assets/source/_authors/harris-mary-a.md +2 -2
- data/assets/source/_authors/hernandez-gaspar-octavio.md +2 -2
- data/assets/source/_authors/herrera-georgina.md +2 -2
- data/assets/source/_authors/hill-susan-f.md +2 -2
- data/assets/source/_authors/joseph-montout-dolores.md +2 -2
- data/assets/source/_authors/lopez-albujar-enrique.md +2 -2
- data/assets/source/_authors/lopez-hernandez-lydia-cristina.md +2 -2
- data/assets/source/_authors/lytle-stephen.md +2 -2
- data/assets/source/_authors/madden-richard-robert.md +2 -2
- data/assets/source/_authors/manzano-juan-francisco.md +2 -2
- data/assets/source/_authors/marinez-de-varela-alfredo.md +2 -2
- data/assets/source/_authors/martin-ogunsola-dellita.md +2 -2
- data/assets/source/_authors/mata-gil-milagros.md +2 -2
- data/assets/source/_authors/mendizabal-horacio.md +2 -2
- data/assets/source/_authors/milena-lucumi-ana.md +2 -2
- data/assets/source/_authors/miller-ingrid-watson.md +2 -2
- data/assets/source/_authors/mina-diaz-ana-teresa.md +2 -2
- data/assets/source/_authors/mina-diaz-bertulia.md +2 -2
- data/assets/source/_authors/mina-diaz-imelda.md +2 -2
- data/assets/source/_authors/monet-aja.md +2 -2
- data/assets/source/_authors/moraes-filho-joao-de.md +2 -2
- data/assets/source/_authors/morejon-nancy.md +2 -2
- data/assets/source/_authors/moreno-aguirre-dionicia.md +2 -2
- data/assets/source/_authors/morris-margaret-lindsay.md +2 -2
- data/assets/source/_authors/morua-delgado-martin.md +2 -2
- data/assets/source/_authors/nerma-rojas-nelly-patricia.md +2 -2
- data/assets/source/_authors/obeso-candelario.md +2 -2
- data/assets/source/_authors/ortiz-adalberto.md +2 -2
- data/assets/source/_authors/palacios-arnoldo.md +2 -2
- data/assets/source/_authors/panchano-lucrecia.md +2 -2
- data/assets/source/_authors/pedroso-regino.md +2 -2
- data/assets/source/_authors/placido-gabriel-de-la-concepcion-valdes.md +2 -2
- data/assets/source/_authors/popov-maria-de-los-angeles.md +2 -2
- data/assets/source/_authors/posada-de-pupo-elisa.md +2 -2
- data/assets/source/_authors/posso-figueria-amalia-lu.md +2 -2
- data/assets/source/_authors/quintanales-mirta.md +2 -2
- data/assets/source/_authors/ramirez-nieva-maria-teresa.md +2 -2
- data/assets/source/_authors/ribeiro-esmeralda.md +2 -2
- data/assets/source/_authors/robinson-abrahams-hazel.md +2 -2
- data/assets/source/_authors/rodriguez-alcala-maria.md +2 -2
- data/assets/source/_authors/rodriguez-cabral-cristina.md +2 -2
- data/assets/source/_authors/romero-pedro-blas-julio.md +2 -2
- data/assets/source/_authors/russell-carlos-e.md +2 -2
- data/assets/source/_authors/sanders-mark-a.md +2 -2
- data/assets/source/_authors/santos-febres-mayra.md +2 -2
- data/assets/source/_authors/santos-garcia-emiro.md +2 -2
- data/assets/source/_authors/schulman-ivan-a.md +2 -2
- data/assets/source/_authors/sierra-gonzalez-lya.md +2 -2
- data/assets/source/_authors/sievert-heather-rosario.md +2 -2
- data/assets/source/_authors/sojo-juan-pablo.md +2 -2
- data/assets/source/_authors/solarte-orejuela-sonia.md +2 -2
- data/assets/source/_authors/sousa-cruz-e.md +2 -2
- data/assets/source/_authors/thomas-piri.md +2 -2
- data/assets/source/_authors/tittler-jonathan.md +2 -2
- data/assets/source/_authors/torres-herrera-lorena.md +2 -2
- data/assets/source/_authors/truque-carlos-arturo.md +2 -2
- data/assets/source/_authors/truque-sonia-nadhezda.md +2 -2
- data/assets/source/_authors/truque-velez-colombia.md +2 -2
- data/assets/source/_authors/truque-yvonne-america.md +2 -2
- data/assets/source/_authors/upton-john.md +2 -2
- data/assets/source/_authors/valencia-cordoba-elcina.md +2 -2
- data/assets/source/_authors/valencia-laura-victoria.md +2 -2
- data/assets/source/_authors/velez-turque.md +2 -2
- data/assets/source/_authors/viveros-vigoya-leida.md +2 -2
- data/assets/source/_authors/weaver-kathleen.md +2 -2
- data/assets/source/_authors/zapata-olivella-juan.md +2 -2
- data/assets/source/_authors/zapata-olivella-manuel.md +2 -2
- data/assets/source/_authors/zapata-perez-edelma.md +2 -2
- data/assets/source/_authors/zarkanchenko-de-gonzalez-luz-colombia.md +2 -2
- data/assets/source/_books/a-black-soldier-s-story-batrell-2010.md +5 -5
- data/assets/source/_books/always-rebellious-selected-herrera-1996.md +4 -4
- data/assets/source/_books/always-rebellious-selected-poems-herrera-1996.md +5 -5
- data/assets/source/_books/an-old-woman-remembers-russell-1995.md +5 -5
- data/assets/source/_books/antologia-de-mujeres-poetas-marinez-de-varela-2010.md +5 -5
- data/assets/source/_books/antologia-de-poetas-negros-britos-serrat-1990.md +5 -5
- data/assets/source/_books/autobiografia-de-un-esclavo-manzano-1975.md +5 -5
- data/assets/source/_books/baladas-para-un-sue-o-morejon-1989.md +4 -4
- data/assets/source/_books/baladas-para-un-sueno-morejon-1989.md +5 -5
- data/assets/source/_books/cancion-negra-sin-color-arozarena-1966.md +5 -5
- data/assets/source/_books/cantos-populares-de-mi-obeso-1877.md +5 -5
- data/assets/source/_books/capao-pecado-ferreira-da-silva-ferrez-2017.md +5 -5
- data/assets/source/_books/chango-el-gran-putas-zapata-olivella-2010.md +5 -5
- data/assets/source/_books/chango-the-biggest-badass-zapata-olivella-2010.md +5 -5
- data/assets/source/_books/cien-carceles-de-amor-brindis-de-salas-1949.md +5 -5
- data/assets/source/_books/cuando-los-guayacanes-florecian-estupinan-bass-1954.md +5 -5
- data/assets/source/_books/cuentos-andinos-lopez-albujar-2010.md +5 -5
- data/assets/source/_books/cuentos-de-anansi-duncan-2019.md +5 -5
- data/assets/source/_books/cuentos-y-relatos-escogidos-duran-ayanegui-2004.md +5 -5
- data/assets/source/_books/cumboto-diaz-sanchez-1969.md +5 -5
- data/assets/source/_books/detras-del-rostro-zapata-olivella-2020.md +5 -5
- data/assets/source/_books/down-these-mean-streets-thomas-1991.md +5 -5
- data/assets/source/_books/drums-under-my-skin-chiriboga-1996.md +5 -5
- data/assets/source/_books/el-diario-intimo-de-mata-gil-2002.md +5 -5
- data/assets/source/_books/el-espejo-y-la-ortiz-1983.md +4 -4
- data/assets/source/_books/el-pardejon-la-novela-chagas-2020.md +5 -5
- data/assets/source/_books/este-mundo-no-es-chiriboga-2017.md +5 -5
- data/assets/source/_books/evocacoes-sousa-1898.md +5 -5
- data/assets/source/_books/fabulas-de-tamalameque-zapata-olivella-2019.md +5 -5
- data/assets/source/_books/gamboa-road-gang-los-beleno-c-1959.md +5 -5
- data/assets/source/_books/historia-de-un-joven-zapata-olivella-1990.md +5 -5
- data/assets/source/_books/hombres-curtidos-duncan-1971.md +5 -5
- data/assets/source/_books/horas-de-meditacion-mendizabal-1869.md +5 -5
- data/assets/source/_books/iconografia-hernandez-1916.md +5 -5
- data/assets/source/_books/impresiones-literarias-las-novelas-morua-delgado-1892.md +5 -5
- data/assets/source/_books/juyungo-a-classic-afro-hispanic-ortiz-1991.md +5 -5
- data/assets/source/_books/juyungo-ortiz-1982.md +5 -5
- data/assets/source/_books/la-calle-10-zapata-olivella-2020.md +5 -5
- data/assets/source/_books/la-copa-de-amatista-hernandez-1923.md +5 -5
- data/assets/source/_books/la-familia-unzuazu-novela-morua-delgado-1901.md +5 -5
- data/assets/source/_books/la-sombra-la-novela-chagas-2013.md +5 -5
- data/assets/source/_books/las-estrellas-son-negras-palacios-2010.md +5 -5
- data/assets/source/_books/looking-within-selected-poems-morejon-2003.md +5 -5
- data/assets/source/_books/malungos-e-milongas-conto-ribeiro-1988.md +5 -5
- data/assets/source/_books/matalache-lopez-albujar-1978.md +5 -5
- data/assets/source/_books/memoria-resistencia-antologia-rodriguez-cabral-2004.md +4 -4
- data/assets/source/_books/memoria-y-resistencia-antologia-rodriguez-cabral-2004.md +5 -5
- data/assets/source/_books/memorial-de-ayres-assis-1908.md +5 -5
- data/assets/source/_books/momentos-de-busca-poemas-alves-1983.md +5 -5
- data/assets/source/_books/my-mother-was-a-monet-2017.md +5 -5
- data/assets/source/_books/negras-somos-antologia-de-panchano-2013.md +5 -5
- data/assets/source/_books/negros-em-contos-cuti-1996.md +5 -5
- data/assets/source/_books/no-es-la-muerte-artel-1979.md +5 -5
- data/assets/source/_books/no-give-up-maan-robinson-abrahams-2016.md +5 -5
- data/assets/source/_books/nochebuena-negra-sojo-1943.md +5 -5
- data/assets/source/_books/nochebuena-negra-sojo-2017.md +4 -4
- data/assets/source/_books/obra-poetica-bustos-aguirre-2010.md +5 -5
- data/assets/source/_books/obra-poetica-romero-2010.md +5 -5
- data/assets/source/_books/para-la-historia-apuntes-batrell-1912.md +5 -5
- data/assets/source/_books/pedra-retorcida-moraes-filho-2004.md +4 -4
- data/assets/source/_books/poemas-con-botas-y-artel-1972.md +5 -5
- data/assets/source/_books/poemas-da-carapinha-cuti-1978.md +4 -4
- data/assets/source/_books/poems-by-a-slave-manzano-1840.md +5 -5
- data/assets/source/_books/poesia-completa-herrera-2016.md +5 -5
- data/assets/source/_books/poesia-pedroso-1996.md +5 -5
- data/assets/source/_books/poesias-completas-de-placido-placido-1856.md +5 -5
- data/assets/source/_books/por-los-senderos-de-zapata-olivella-2010.md +5 -5
- data/assets/source/_books/pregon-de-marimorena-poemas-brindis-de-salas-1952.md +5 -5
- data/assets/source/_books/primeros-versos-mendizabal-1865.md +5 -5
- data/assets/source/_books/querencias-homing-instincts-morejon-2013.md +5 -5
- data/assets/source/_books/ritmoheroe-bernard-1996.md +5 -5
- data/assets/source/_books/romulo-bustos-aguirre-poesia-bustos-aguirre-2014.md +5 -5
- data/assets/source/_books/sirena-selena-santos-febres-2013.md +5 -5
- data/assets/source/_books/sirena-selena-vestida-de-santos-febres-2000.md +5 -5
- data/assets/source/_books/sofia-morua-delgado-1891.md +5 -5
- data/assets/source/_books/sofia-novela-cubana-morua-delgado-1891.md +4 -4
- data/assets/source/_books/solo-acero-pedroso-1979.md +5 -5
- data/assets/source/_books/tambores-bajo-mi-piel-chiriboga-1999.md +5 -5
- data/assets/source/_books/tambores-en-la-noche-artel-2010.md +5 -5
- data/assets/source/_books/tengo-guillen-1968.md +5 -5
- data/assets/source/_books/tengo-guillen-1974.md +5 -5
- data/assets/source/_books/the-best-short-stories-duncan-1995.md +5 -5
- data/assets/source/_books/the-devil-s-nose-chiriboga-2015.md +5 -5
- data/assets/source/_books/the-sad-end-of-barreto-2014.md +5 -5
- data/assets/source/_books/tierra-mojada-zapata-olivella-2020.md +5 -5
- data/assets/source/_books/tres-relatos-del-caribe-joseph-montout-2013.md +5 -5
- data/assets/source/_books/um-defeito-de-cor-goncalves-2009.md +5 -5
- data/assets/source/_books/vivan-los-companeros-cuentos-truque-2010.md +5 -5
- data/assets/source/_books/yania-tierra-poema-documento-cartagena-portalat-n-1995.md +4 -4
- data/assets/source/_books/yania-tierra-poema-documento-cartagena-portalaton-1995.md +5 -5
- data/assets/source/_chriterias/author.md +6 -6
- data/assets/source/_chriterias/city.md +9 -9
- data/assets/source/_chriterias/edition.md +6 -6
- data/assets/source/_chriterias/es/autor.md +6 -6
- data/assets/source/_chriterias/es/ciudad.md +9 -9
- data/assets/source/_chriterias/es/edicion.md +6 -6
- data/assets/source/_chriterias/es/editorial.md +5 -5
- data/assets/source/_chriterias/es/nacionalidad.md +6 -6
- data/assets/source/_chriterias/es/repositorio.md +5 -5
- data/assets/source/_chriterias/nationality.md +6 -6
- data/assets/source/_chriterias/publisher.md +5 -5
- data/assets/source/_chriterias/repository.md +5 -5
- data/assets/source/_cities/barcelona.md +2 -2
- data/assets/source/_cities/barranquilla-colombia.md +2 -2
- data/assets/source/_cities/barranquilla.md +2 -2
- data/assets/source/_cities/belo-horizonte-brasil.md +2 -2
- data/assets/source/_cities/belo-horizonte.md +2 -2
- data/assets/source/_cities/bogota.md +2 -2
- data/assets/source/_cities/buenos-aires.md +2 -2
- data/assets/source/_cities/cali-colombia.md +2 -2
- data/assets/source/_cities/cali.md +2 -2
- data/assets/source/_cities/california-eeuu.md +2 -2
- data/assets/source/_cities/caracas.md +2 -2
- data/assets/source/_cities/chico-eeuu.md +2 -2
- data/assets/source/_cities/ciudad-de-panama.md +2 -2
- data/assets/source/_cities/detroit-eeuu.md +2 -2
- data/assets/source/_cities/habana.md +2 -2
- data/assets/source/_cities/la-habana.md +2 -2
- data/assets/source/_cities/lima.md +2 -2
- data/assets/source/_cities/londres.md +2 -2
- data/assets/source/_cities/madrid.md +2 -2
- data/assets/source/_cities/mexico.md +2 -2
- data/assets/source/_cities/minneapolis-usa.md +2 -2
- data/assets/source/_cities/minneapolis.md +2 -2
- data/assets/source/_cities/montevideo.md +2 -2
- data/assets/source/_cities/navarra-espana.md +2 -2
- data/assets/source/_cities/new-york.md +2 -2
- data/assets/source/_cities/panama.md +2 -2
- data/assets/source/_cities/paris.md +2 -2
- data/assets/source/_cities/quito.md +2 -2
- data/assets/source/_cities/rio-de-janeiro-paris.md +2 -2
- data/assets/source/_cities/rio-de-janeiro.md +2 -2
- data/assets/source/_cities/salvador-de-bahia-brasil.md +2 -2
- data/assets/source/_cities/salvador.md +2 -2
- data/assets/source/_cities/san-jose-costa-rica.md +2 -2
- data/assets/source/_cities/santo-domingo-republica-dominicana.md +2 -2
- data/assets/source/_cities/santo-domingo.md +2 -2
- data/assets/source/_cities/sao-paulo.md +2 -2
- data/assets/source/_cities/sao-salvador-da-bahia.md +2 -2
- data/assets/source/_cities/texas-eeuu.md +2 -2
- data/assets/source/_cities/texas.md +2 -2
- data/assets/source/_cities/washington-d-c.md +2 -2
- data/assets/source/_config.yml +81 -81
- data/assets/source/_data/books.csv +82 -82
- data/assets/source/_data/chriterias.csv +7 -7
- data/assets/source/_posts/2023-06-05-nicolas-guillen.md +14 -14
- data/assets/source/_publishers/afro-hispanic-institute.md +2 -2
- data/assets/source/_publishers/alvarez-y-comp.md +2 -2
- data/assets/source/_publishers/apidama.md +2 -2
- data/assets/source/_publishers/autoria-quilhombhoje.md +2 -2
- data/assets/source/_publishers/azul.md +2 -2
- data/assets/source/_publishers/banco-de-la-republica-de-colombia.md +2 -2
- data/assets/source/_publishers/biblioteca-basica-de-cultura-colombiana.md +2 -2
- data/assets/source/_publishers/book.md +2 -2
- data/assets/source/_publishers/broadside-press.md +2 -2
- data/assets/source/_publishers/caribbean-diaspora-press.md +2 -2
- data/assets/source/_publishers/casa-de-jorge-amado.md +2 -2
- data/assets/source/_publishers/casa-de-la-cultura-ecuatoriana.md +2 -2
- data/assets/source/_publishers/casa-de-las-americas.md +2 -2
- data/assets/source/_publishers/compania-iberoamericana-de-publicaciones.html +1 -1
- data/assets/source/_publishers/compania-impresora.md +2 -2
- data/assets/source/_publishers/copidart.md +2 -2
- data/assets/source/_publishers/creset.md +2 -2
- data/assets/source/_publishers/cuadernos-de-arte-popular.md +2 -2
- data/assets/source/_publishers/cuadernos-union.md +2 -2
- data/assets/source/_publishers/cubanabooks.md +2 -2
- data/assets/source/_publishers/ed-mejoras.md +2 -2
- data/assets/source/_publishers/ed-salvador-casa-de-palavras.md +2 -2
- data/assets/source/_publishers/edicion-a-cargo-de-la-autora.md +2 -2
- data/assets/source/_publishers/ediciones-mundo-afro.md +2 -2
- data/assets/source/_publishers/ediciones-union.md +2 -2
- data/assets/source/_publishers/ediciones-universidad-del-atlantico.md +2 -2
- data/assets/source/_publishers/editora-manati.md +2 -2
- data/assets/source/_publishers/editora-record.md +2 -2
- data/assets/source/_publishers/editorial-costa-rica.md +2 -2
- data/assets/source/_publishers/editorial-el-conejo.md +2 -2
- data/assets/source/_publishers/editorial-manati.md +2 -2
- data/assets/source/_publishers/el-autor.md +2 -2
- data/assets/source/_publishers/el-perro-y-la-rana.md +2 -2
- data/assets/source/_publishers/el-siglo-ilustrado.md +2 -2
- data/assets/source/_publishers/fin-de-siglo.md +2 -2
- data/assets/source/_publishers/fundacion-biblioteca-ayacucho.html +1 -1
- data/assets/source/_publishers/fundacion-editorial-el-perro-y-la-rana.md +2 -2
- data/assets/source/_publishers/general-rafael-urdaneta.md +2 -2
- data/assets/source/_publishers/guadarrama.md +2 -2
- data/assets/source/_publishers/h-garnier.md +2 -2
- data/assets/source/_publishers/haymarket-books.md +2 -2
- data/assets/source/_publishers/imp-de-alvarez-y-ca.md +2 -2
- data/assets/source/_publishers/imp-de-buenos-aires.md +2 -2
- data/assets/source/_publishers/imprenta-buenos-aires.md +2 -2
- data/assets/source/_publishers/imprenta-de-a-alvarez-y-comp.md +2 -2
- data/assets/source/_publishers/imprenta-de-borda.md +2 -2
- data/assets/source/_publishers/imprenta-la-prosperidad.md +2 -2
- data/assets/source/_publishers/imprenta-nacional-de-panama.md +2 -2
- data/assets/source/_publishers/instituto-andino-de-artes-populares.md +2 -2
- data/assets/source/_publishers/instituto-cubano-del-libro.md +2 -2
- data/assets/source/_publishers/instituto-distrital-de-las-artes.md +2 -2
- data/assets/source/_publishers/la-prosperidad.md +2 -2
- data/assets/source/_publishers/letras-cubanas.md +2 -2
- data/assets/source/_publishers/libreria-espanola-de-mme-c-denne-schmitz-e-hijo.md +2 -2
- data/assets/source/_publishers/libreria-hispano-americana.md +2 -2
- data/assets/source/_publishers/libresa.md +2 -2
- data/assets/source/_publishers/mazza-edicioes.md +2 -2
- data/assets/source/_publishers/mazza.md +2 -2
- data/assets/source/_publishers/ministerio-de-cultura-de-colombia.md +2 -2
- data/assets/source/_publishers/ministerio-de-cultura-juventud-y-deportes.md +2 -2
- data/assets/source/_publishers/ministerio-de-cultura.md +2 -2
- data/assets/source/_publishers/ministerio-de-educacion-departamento-de-bellas-artes-y-publicaciones.md +2 -2
- data/assets/source/_publishers/ministerio-de-educacion-publica.md +2 -2
- data/assets/source/_publishers/mondadori.md +2 -2
- data/assets/source/_publishers/monte-avila-editores-latinoamericana.md +2 -2
- data/assets/source/_publishers/objetiva.md +2 -2
- data/assets/source/_publishers/page-publishing.md +2 -2
- data/assets/source/_publishers/peisa.md +2 -2
- data/assets/source/_publishers/penguin-classics.md +2 -2
- data/assets/source/_publishers/picador.md +2 -2
- data/assets/source/_publishers/plaza-janes.md +2 -2
- data/assets/source/_publishers/r-p-imprenta-esto-y-aquello.md +2 -2
- data/assets/source/_publishers/record.md +2 -2
- data/assets/source/_publishers/rumbo-editorial.md +2 -2
- data/assets/source/_publishers/salvat.md +2 -2
- data/assets/source/_publishers/seoane-y-alvarez-impresores.md +2 -2
- data/assets/source/_publishers/sociedad-cultural-editora-indoamericana.md +2 -2
- data/assets/source/_publishers/t-ward-co.md +2 -2
- data/assets/source/_publishers/talleres-del-tiempo.md +2 -2
- data/assets/source/_publishers/texas-tech-university-press.md +2 -2
- data/assets/source/_publishers/three-continent-press.md +2 -2
- data/assets/source/_publishers/typ-aldina.md +2 -2
- data/assets/source/_publishers/union-de-escritores-y-artistas-de-cuba.md +2 -2
- data/assets/source/_publishers/universidad-de-la-republica.md +2 -2
- data/assets/source/_publishers/universidad-del-valle.md +2 -2
- data/assets/source/_publishers/university-of-minnesota-press.md +2 -2
- data/assets/source/_publishers/university-of-texas-press.md +2 -2
- data/assets/source/_publishers/vintage-books.md +2 -2
- data/assets/source/_publishers/wayne-state-university-press.md +2 -2
- data/assets/source/_repositories/.md +2 -2
- data/assets/source/_repositories/american-libraries.md +2 -2
- data/assets/source/_repositories/autores-uy.md +2 -2
- data/assets/source/_repositories/biblioteca-basica-de-cultura-colombiana.md +2 -2
- data/assets/source/_repositories/biblioteca-digital-cesar-rengifo.md +2 -2
- data/assets/source/_repositories/biblioteca-digital-de-bogota.md +2 -2
- data/assets/source/_repositories/biblioteca-digital-de-la-universidad-del-valle.md +2 -2
- data/assets/source/_repositories/biblioteca-digital-del-patrimonio-iberoamericano.md +2 -2
- data/assets/source/_repositories/biblioteca-nacional-de-colombia.md +2 -2
- data/assets/source/_repositories/biblioteca-virtual-agustinos.md +2 -2
- data/assets/source/_repositories/biblioteca-virtual-del-banco-de-la-republica.md +2 -2
- data/assets/source/_repositories/biblioteca-virtual-miguel-de-cervantes.md +2 -2
- data/assets/source/_repositories/centro-afrocolombiano-de-espiritualidad-y-desarrollo-integral.md +2 -2
- data/assets/source/_repositories/centro-de-investigacion-y-conservacion-del-patrimonio-cultural.md +2 -2
- data/assets/source/_repositories/centro-de-recursos-de-computacionais.md +2 -2
- data/assets/source/_repositories/community-texts.md +2 -2
- data/assets/source/_repositories/conocimiento-libre-repositorio-institucional.md +2 -2
- data/assets/source/_repositories/el-perro-y-la-rana.md +2 -2
- data/assets/source/_repositories/epub-libre.md +2 -2
- data/assets/source/_repositories/european-libraries.md +2 -2
- data/assets/source/_repositories/fundacion-editorial-el-perro-y-la-rana.md +2 -2
- data/assets/source/_repositories/harvard-university-google-books.md +2 -2
- data/assets/source/_repositories/harvard-university.md +2 -2
- data/assets/source/_repositories/hathitrust.md +2 -2
- data/assets/source/_repositories/instituto-distrital-de-las-artes.md +2 -2
- data/assets/source/_repositories/internet-archive.md +2 -2
- data/assets/source/_repositories/kahle-austin-foundation.md +2 -2
- data/assets/source/_repositories/ministerio-de-educacion-publica.md +2 -2
- data/assets/source/_repositories/project-gutenberg.md +2 -2
- data/assets/source/_repositories/university-of-illinois-urbana-champaign.md +2 -2
- data/assets/source/_repositories/wellesley-college-library.md +2 -2
- data/assets/source/_repositories/wikimedia-commons.md +2 -2
- data/assets/source/about.md +2 -2
- data/assets/source/add.md +8 -8
- data/assets/source/assets/data/books_zotero.csv +81 -81
- data/assets/source/books.md +4 -4
- data/assets/source/downloads.md +4 -4
- data/assets/source/index.html +3 -3
- data/assets/source/no-downloads.md +4 -4
- data/assets/source/podcast.md +14 -14
- data/assets/source/search.html +30 -30
- data/assets/source/translations.md +4 -4
- metadata +7 -7
data/_sass/base/_reset.scss
CHANGED
@@ -1,33 +1,33 @@
|
|
1
|
-
@charset "UTF-8";
|
2
|
-
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
|
3
|
-
margin: 0;
|
4
|
-
padding: 0;
|
5
|
-
border: 0;
|
6
|
-
font-size: 100%;
|
7
|
-
font: inherit;
|
8
|
-
vertical-align: baseline; }
|
9
|
-
|
10
|
-
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
11
|
-
display: block; }
|
12
|
-
|
13
|
-
.echo {
|
14
|
-
display: block;
|
15
|
-
}
|
16
|
-
|
17
|
-
body {
|
18
|
-
line-height: 1;
|
19
|
-
}
|
20
|
-
|
21
|
-
ol, ul {
|
22
|
-
list-style: none; }
|
23
|
-
|
24
|
-
blockquote, q {
|
25
|
-
quotes: none; }
|
26
|
-
|
27
|
-
blockquote:before, blockquote:after, q:before, q:after {
|
28
|
-
content: '';
|
29
|
-
content: none; }
|
30
|
-
|
31
|
-
table {
|
32
|
-
border-collapse: collapse;
|
1
|
+
@charset "UTF-8";
|
2
|
+
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
|
3
|
+
margin: 0;
|
4
|
+
padding: 0;
|
5
|
+
border: 0;
|
6
|
+
font-size: 100%;
|
7
|
+
font: inherit;
|
8
|
+
vertical-align: baseline; }
|
9
|
+
|
10
|
+
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
11
|
+
display: block; }
|
12
|
+
|
13
|
+
.echo {
|
14
|
+
display: block;
|
15
|
+
}
|
16
|
+
|
17
|
+
body {
|
18
|
+
line-height: 1;
|
19
|
+
}
|
20
|
+
|
21
|
+
ol, ul {
|
22
|
+
list-style: none; }
|
23
|
+
|
24
|
+
blockquote, q {
|
25
|
+
quotes: none; }
|
26
|
+
|
27
|
+
blockquote:before, blockquote:after, q:before, q:after {
|
28
|
+
content: '';
|
29
|
+
content: none; }
|
30
|
+
|
31
|
+
table {
|
32
|
+
border-collapse: collapse;
|
33
33
|
border-spacing: 0; }
|
data/_sass/base/_typography.scss
CHANGED
@@ -1,171 +1,171 @@
|
|
1
|
-
@import url(https://fonts.googleapis.com/css?family=Exo:300,400,700|Kanit:400,500,600,700);
|
2
|
-
|
3
|
-
html {
|
4
|
-
font-size: 14px;
|
5
|
-
}
|
6
|
-
|
7
|
-
@media screen and (min-width: 601px) and (max-width: 1226px) {
|
8
|
-
html {
|
9
|
-
font-size: 16px;
|
10
|
-
}
|
11
|
-
}
|
12
|
-
|
13
|
-
@media screen and (min-width: 1227px) {
|
14
|
-
html {
|
15
|
-
font-size: 18px;
|
16
|
-
}
|
17
|
-
}
|
18
|
-
|
19
|
-
a {
|
20
|
-
text-decoration: none;
|
21
|
-
outline: none;
|
22
|
-
color: var(--color-1);
|
23
|
-
}
|
24
|
-
|
25
|
-
/* aquí viene el estilo de link para párrafo y para lista*/
|
26
|
-
|
27
|
-
.blog-post a,
|
28
|
-
a.morel,
|
29
|
-
footer a, p a, ul a {
|
30
|
-
color: var(--color-1);
|
31
|
-
font-weight: 500;
|
32
|
-
transition: all 1s ease;
|
33
|
-
}
|
34
|
-
|
35
|
-
.ficha-metadata a {
|
36
|
-
color: var(--color-1);
|
37
|
-
font-weight: 700;
|
38
|
-
transition: all 1s ease;
|
39
|
-
}
|
40
|
-
|
41
|
-
|
42
|
-
a.metadata-input,
|
43
|
-
footer a {
|
44
|
-
color: var(--color-1);
|
45
|
-
transition: all 1s ease;
|
46
|
-
text-decoration: none;
|
47
|
-
}
|
48
|
-
|
49
|
-
a.morel:hover,
|
50
|
-
a.metadata-input:hover,
|
51
|
-
footer a:hover, p a:hover, ul a:hover {
|
52
|
-
color: var(--color-2);
|
53
|
-
cursor: pointer;
|
54
|
-
}
|
55
|
-
|
56
|
-
a {
|
57
|
-
text-decoration: none;
|
58
|
-
outline: none;
|
59
|
-
color: var(--color-1);
|
60
|
-
}
|
61
|
-
|
62
|
-
.blog-post a,
|
63
|
-
a.morel,
|
64
|
-
footer a {
|
65
|
-
color: var(--color-1);
|
66
|
-
font-weight: 500;
|
67
|
-
transition: all 1s ease;
|
68
|
-
}
|
69
|
-
|
70
|
-
.ficha-metadata a {
|
71
|
-
color: var(--color-1);
|
72
|
-
font-weight: 700;
|
73
|
-
transition: all 1s ease;
|
74
|
-
}
|
75
|
-
|
76
|
-
a.metadata-input,
|
77
|
-
footer a {
|
78
|
-
color: var(--color-1);
|
79
|
-
transition: all 1s ease;
|
80
|
-
text-decoration: none;
|
81
|
-
}
|
82
|
-
|
83
|
-
a.morel:hover,
|
84
|
-
a.metadata-input:hover,
|
85
|
-
footer a:hover {
|
86
|
-
color: var(--color-2);
|
87
|
-
cursor: pointer;
|
88
|
-
}
|
89
|
-
|
90
|
-
/* branding words*/
|
91
|
-
|
92
|
-
|
93
|
-
b.morel-word {
|
94
|
-
font-weight: 700;
|
95
|
-
font-transform: uppercase;
|
96
|
-
font-size: 1.25em;
|
97
|
-
display: inline-block;
|
98
|
-
}
|
99
|
-
|
100
|
-
b.morel-word::first-letter {
|
101
|
-
color: var(--color-2) !important;
|
102
|
-
font-weight: 700 !important;
|
103
|
-
}
|
104
|
-
|
105
|
-
b.site-word {
|
106
|
-
font-size: 1.20em;
|
107
|
-
}
|
108
|
-
|
109
|
-
/* 2.0 overrides */
|
110
|
-
|
111
|
-
h1.index {
|
112
|
-
|
113
|
-
font-size: 1.9rem;
|
114
|
-
font-weight: 200;
|
115
|
-
letter-spacing: 0.1rem;
|
116
|
-
text-transform: uppercase;
|
117
|
-
margin: 6.5rem 0px 6rem;
|
118
|
-
text-align: center;
|
119
|
-
|
120
|
-
}
|
121
|
-
|
122
|
-
h1.list {
|
123
|
-
visibility: hidden;
|
124
|
-
}
|
125
|
-
|
126
|
-
h2.index,
|
127
|
-
p.index {
|
128
|
-
|
129
|
-
margin: 1rem;
|
130
|
-
}
|
131
|
-
|
132
|
-
.obras {
|
133
|
-
margin-bottom: 0;
|
134
|
-
}
|
135
|
-
|
136
|
-
|
137
|
-
.overlay-text-inside {
|
138
|
-
margin: 0 -1rem 1.3rem;
|
139
|
-
font-size: 1rem;
|
140
|
-
color: var(--background);
|
141
|
-
|
142
|
-
}
|
143
|
-
|
144
|
-
|
145
|
-
.see-and-download {
|
146
|
-
font-size: 1.8rem;
|
147
|
-
margin-top: 1.3rem;
|
148
|
-
color: var(--background);
|
149
|
-
}
|
150
|
-
|
151
|
-
.clear {
|
152
|
-
color: transparent;
|
153
|
-
}
|
154
|
-
|
155
|
-
|
156
|
-
.overlay {
|
157
|
-
background-color: rgba(0, 0, 0, 0.88);
|
158
|
-
}
|
159
|
-
|
160
|
-
ol, ul {
|
161
|
-
list-style: inside;
|
162
|
-
font-size: 1.1rem;
|
163
|
-
margin-top: 1rem;
|
164
|
-
margin-bottom: 1.2rem;
|
165
|
-
}
|
166
|
-
|
167
|
-
code {
|
168
|
-
font-weight: lighter;
|
169
|
-
font-style: oblique;
|
170
|
-
font-size: medium;
|
1
|
+
@import url(https://fonts.googleapis.com/css?family=Exo:300,400,700|Kanit:400,500,600,700);
|
2
|
+
|
3
|
+
html {
|
4
|
+
font-size: 14px;
|
5
|
+
}
|
6
|
+
|
7
|
+
@media screen and (min-width: 601px) and (max-width: 1226px) {
|
8
|
+
html {
|
9
|
+
font-size: 16px;
|
10
|
+
}
|
11
|
+
}
|
12
|
+
|
13
|
+
@media screen and (min-width: 1227px) {
|
14
|
+
html {
|
15
|
+
font-size: 18px;
|
16
|
+
}
|
17
|
+
}
|
18
|
+
|
19
|
+
a {
|
20
|
+
text-decoration: none;
|
21
|
+
outline: none;
|
22
|
+
color: var(--color-1);
|
23
|
+
}
|
24
|
+
|
25
|
+
/* aquí viene el estilo de link para párrafo y para lista*/
|
26
|
+
|
27
|
+
.blog-post a,
|
28
|
+
a.morel,
|
29
|
+
footer a, p a, ul a {
|
30
|
+
color: var(--color-1);
|
31
|
+
font-weight: 500;
|
32
|
+
transition: all 1s ease;
|
33
|
+
}
|
34
|
+
|
35
|
+
.ficha-metadata a {
|
36
|
+
color: var(--color-1);
|
37
|
+
font-weight: 700;
|
38
|
+
transition: all 1s ease;
|
39
|
+
}
|
40
|
+
|
41
|
+
|
42
|
+
a.metadata-input,
|
43
|
+
footer a {
|
44
|
+
color: var(--color-1);
|
45
|
+
transition: all 1s ease;
|
46
|
+
text-decoration: none;
|
47
|
+
}
|
48
|
+
|
49
|
+
a.morel:hover,
|
50
|
+
a.metadata-input:hover,
|
51
|
+
footer a:hover, p a:hover, ul a:hover {
|
52
|
+
color: var(--color-2);
|
53
|
+
cursor: pointer;
|
54
|
+
}
|
55
|
+
|
56
|
+
a {
|
57
|
+
text-decoration: none;
|
58
|
+
outline: none;
|
59
|
+
color: var(--color-1);
|
60
|
+
}
|
61
|
+
|
62
|
+
.blog-post a,
|
63
|
+
a.morel,
|
64
|
+
footer a {
|
65
|
+
color: var(--color-1);
|
66
|
+
font-weight: 500;
|
67
|
+
transition: all 1s ease;
|
68
|
+
}
|
69
|
+
|
70
|
+
.ficha-metadata a {
|
71
|
+
color: var(--color-1);
|
72
|
+
font-weight: 700;
|
73
|
+
transition: all 1s ease;
|
74
|
+
}
|
75
|
+
|
76
|
+
a.metadata-input,
|
77
|
+
footer a {
|
78
|
+
color: var(--color-1);
|
79
|
+
transition: all 1s ease;
|
80
|
+
text-decoration: none;
|
81
|
+
}
|
82
|
+
|
83
|
+
a.morel:hover,
|
84
|
+
a.metadata-input:hover,
|
85
|
+
footer a:hover {
|
86
|
+
color: var(--color-2);
|
87
|
+
cursor: pointer;
|
88
|
+
}
|
89
|
+
|
90
|
+
/* branding words*/
|
91
|
+
|
92
|
+
|
93
|
+
b.morel-word {
|
94
|
+
font-weight: 700;
|
95
|
+
font-transform: uppercase;
|
96
|
+
font-size: 1.25em;
|
97
|
+
display: inline-block;
|
98
|
+
}
|
99
|
+
|
100
|
+
b.morel-word::first-letter {
|
101
|
+
color: var(--color-2) !important;
|
102
|
+
font-weight: 700 !important;
|
103
|
+
}
|
104
|
+
|
105
|
+
b.site-word {
|
106
|
+
font-size: 1.20em;
|
107
|
+
}
|
108
|
+
|
109
|
+
/* 2.0 overrides */
|
110
|
+
|
111
|
+
h1.index {
|
112
|
+
|
113
|
+
font-size: 1.9rem;
|
114
|
+
font-weight: 200;
|
115
|
+
letter-spacing: 0.1rem;
|
116
|
+
text-transform: uppercase;
|
117
|
+
margin: 6.5rem 0px 6rem;
|
118
|
+
text-align: center;
|
119
|
+
|
120
|
+
}
|
121
|
+
|
122
|
+
h1.list {
|
123
|
+
visibility: hidden;
|
124
|
+
}
|
125
|
+
|
126
|
+
h2.index,
|
127
|
+
p.index {
|
128
|
+
|
129
|
+
margin: 1rem;
|
130
|
+
}
|
131
|
+
|
132
|
+
.obras {
|
133
|
+
margin-bottom: 0;
|
134
|
+
}
|
135
|
+
|
136
|
+
|
137
|
+
.overlay-text-inside {
|
138
|
+
margin: 0 -1rem 1.3rem;
|
139
|
+
font-size: 1rem;
|
140
|
+
color: var(--background);
|
141
|
+
|
142
|
+
}
|
143
|
+
|
144
|
+
|
145
|
+
.see-and-download {
|
146
|
+
font-size: 1.8rem;
|
147
|
+
margin-top: 1.3rem;
|
148
|
+
color: var(--background);
|
149
|
+
}
|
150
|
+
|
151
|
+
.clear {
|
152
|
+
color: transparent;
|
153
|
+
}
|
154
|
+
|
155
|
+
|
156
|
+
.overlay {
|
157
|
+
background-color: rgba(0, 0, 0, 0.88);
|
158
|
+
}
|
159
|
+
|
160
|
+
ol, ul {
|
161
|
+
list-style: inside;
|
162
|
+
font-size: 1.1rem;
|
163
|
+
margin-top: 1rem;
|
164
|
+
margin-bottom: 1.2rem;
|
165
|
+
}
|
166
|
+
|
167
|
+
code {
|
168
|
+
font-weight: lighter;
|
169
|
+
font-style: oblique;
|
170
|
+
font-size: medium;
|
171
171
|
}
|
data/_sass/base/_variables.scss
CHANGED
@@ -1,62 +1,62 @@
|
|
1
|
-
:root {
|
2
|
-
--color-1: #2a3425;
|
3
|
-
--color-2: #d4695c;
|
4
|
-
--color-3: #86a27b;
|
5
|
-
--background: #F9F9F9;
|
6
|
-
--fondo: rgba(235, 235, 235, 0.4) ; }
|
7
|
-
|
8
|
-
body, iframe > body {
|
9
|
-
background-color: var(--background);
|
10
|
-
color: var(--color-1);
|
11
|
-
font-family: 'Kanit', "Lucida Console", Monaco, monospace;
|
12
|
-
line-height: 2em;
|
13
|
-
font-size: 1em;
|
14
|
-
background-image: url("../img/trama.png");
|
15
|
-
background-size: 1100px;
|
16
|
-
object-fit: cover;
|
17
|
-
}
|
18
|
-
|
19
|
-
h1 {
|
20
|
-
font-size: 1.688rem;
|
21
|
-
font-weight: 500;
|
22
|
-
text-transform: uppercase;
|
23
|
-
margin: 3.5rem 0px 1rem;
|
24
|
-
text-align: center; }
|
25
|
-
|
26
|
-
h1.book {
|
27
|
-
display: none;
|
28
|
-
}
|
29
|
-
|
30
|
-
h2 {
|
31
|
-
font-size: 2rem;
|
32
|
-
font-weight: 600;
|
33
|
-
line-height: 2rem; }
|
34
|
-
|
35
|
-
h3 {
|
36
|
-
font-size: 1.5rem;
|
37
|
-
font-weight: 600;
|
38
|
-
line-height: 2rem;
|
39
|
-
margin-top: 1.5rem; }
|
40
|
-
|
41
|
-
/*hash link workaround*/
|
42
|
-
h3::before, h2::before, h1::before {
|
43
|
-
display: block;
|
44
|
-
content: " ";
|
45
|
-
margin-top: -3em;
|
46
|
-
height: 3em;
|
47
|
-
visibility: hidden;
|
48
|
-
pointer-events: none; }
|
49
|
-
|
50
|
-
/*end of hash link workaround*/
|
51
|
-
p {
|
52
|
-
font-size: 1.2rem;
|
53
|
-
font-weight: 300;
|
54
|
-
line-height: 1.5em;
|
55
|
-
margin-top: 1rem; }
|
56
|
-
|
57
|
-
label {
|
58
|
-
cursor: pointer; }
|
59
|
-
|
60
|
-
p.morel:first-of-type::first-letter {
|
61
|
-
font-size: 2rem;
|
1
|
+
:root {
|
2
|
+
--color-1: #2a3425;
|
3
|
+
--color-2: #d4695c;
|
4
|
+
--color-3: #86a27b;
|
5
|
+
--background: #F9F9F9;
|
6
|
+
--fondo: rgba(235, 235, 235, 0.4) ; }
|
7
|
+
|
8
|
+
body, iframe > body {
|
9
|
+
background-color: var(--background);
|
10
|
+
color: var(--color-1);
|
11
|
+
font-family: 'Kanit', "Lucida Console", Monaco, monospace;
|
12
|
+
line-height: 2em;
|
13
|
+
font-size: 1em;
|
14
|
+
background-image: url("../img/trama.png");
|
15
|
+
background-size: 1100px;
|
16
|
+
object-fit: cover;
|
17
|
+
}
|
18
|
+
|
19
|
+
h1 {
|
20
|
+
font-size: 1.688rem;
|
21
|
+
font-weight: 500;
|
22
|
+
text-transform: uppercase;
|
23
|
+
margin: 3.5rem 0px 1rem;
|
24
|
+
text-align: center; }
|
25
|
+
|
26
|
+
h1.book {
|
27
|
+
display: none;
|
28
|
+
}
|
29
|
+
|
30
|
+
h2 {
|
31
|
+
font-size: 2rem;
|
32
|
+
font-weight: 600;
|
33
|
+
line-height: 2rem; }
|
34
|
+
|
35
|
+
h3 {
|
36
|
+
font-size: 1.5rem;
|
37
|
+
font-weight: 600;
|
38
|
+
line-height: 2rem;
|
39
|
+
margin-top: 1.5rem; }
|
40
|
+
|
41
|
+
/*hash link workaround*/
|
42
|
+
h3::before, h2::before, h1::before {
|
43
|
+
display: block;
|
44
|
+
content: " ";
|
45
|
+
margin-top: -3em;
|
46
|
+
height: 3em;
|
47
|
+
visibility: hidden;
|
48
|
+
pointer-events: none; }
|
49
|
+
|
50
|
+
/*end of hash link workaround*/
|
51
|
+
p {
|
52
|
+
font-size: 1.2rem;
|
53
|
+
font-weight: 300;
|
54
|
+
line-height: 1.5em;
|
55
|
+
margin-top: 1rem; }
|
56
|
+
|
57
|
+
label {
|
58
|
+
cursor: pointer; }
|
59
|
+
|
60
|
+
p.morel:first-of-type::first-letter {
|
61
|
+
font-size: 2rem;
|
62
62
|
font-weight: 500; }
|
@@ -1,71 +1,71 @@
|
|
1
|
-
label.button,
|
2
|
-
button {
|
3
|
-
font-size: 1.4rem;
|
4
|
-
font-family: 'Kanit', "Lucida Console", Monaco, monospace;
|
5
|
-
color: var(--color-1);
|
6
|
-
background: none;
|
7
|
-
font-weight: 500;
|
8
|
-
border-left: 0px;
|
9
|
-
border-top: 0px;
|
10
|
-
border-right: 0.185em;
|
11
|
-
border-bottom: 0.185em;
|
12
|
-
border-style: solid;
|
13
|
-
display: inline;
|
14
|
-
padding: 0px 0.750rem;
|
15
|
-
letter-spacing: -0.063rem;
|
16
|
-
text-transform: uppercase;
|
17
|
-
cursor: pointer;
|
18
|
-
transition: all 1s ease;
|
19
|
-
}
|
20
|
-
|
21
|
-
label:hover.button,
|
22
|
-
button:hover {
|
23
|
-
font-weight: 600;
|
24
|
-
color: var(--background);
|
25
|
-
background: var(--color-2);
|
26
|
-
border-style: none;
|
27
|
-
}
|
28
|
-
|
29
|
-
small {
|
30
|
-
font-size: 1.4rem;
|
31
|
-
}
|
32
|
-
|
33
|
-
/* label as buttons */
|
34
|
-
label.button,
|
35
|
-
button {
|
36
|
-
font-size: 1.4rem;
|
37
|
-
font-family: 'Kanit', "Lucida Console", Monaco, monospace;
|
38
|
-
color: var(--color-1);
|
39
|
-
background: none;
|
40
|
-
font-weight: 500;
|
41
|
-
border-left: 0px;
|
42
|
-
border-top: 0px;
|
43
|
-
border-right: 0.185em;
|
44
|
-
border-bottom: 0.185em;
|
45
|
-
border-style: solid;
|
46
|
-
display: inline;
|
47
|
-
padding: 0px 0.750rem;
|
48
|
-
letter-spacing: -0.063rem;
|
49
|
-
text-transform: uppercase;
|
50
|
-
cursor: pointer;
|
51
|
-
transition: all 1s ease;
|
52
|
-
}
|
53
|
-
|
54
|
-
label:hover.button,
|
55
|
-
button:hover {
|
56
|
-
font-weight: 600;
|
57
|
-
color: var(--background);
|
58
|
-
background: var(--color-2);
|
59
|
-
border-style: none;
|
60
|
-
}
|
61
|
-
|
62
|
-
|
63
|
-
label.promotion {
|
64
|
-
font-size: 1.2rem;
|
65
|
-
}
|
66
|
-
|
67
|
-
.promotion {
|
68
|
-
text-align: right;
|
69
|
-
margin-bottom: -1.3rem;
|
70
|
-
margin-top: 1.3rem;
|
1
|
+
label.button,
|
2
|
+
button {
|
3
|
+
font-size: 1.4rem;
|
4
|
+
font-family: 'Kanit', "Lucida Console", Monaco, monospace;
|
5
|
+
color: var(--color-1);
|
6
|
+
background: none;
|
7
|
+
font-weight: 500;
|
8
|
+
border-left: 0px;
|
9
|
+
border-top: 0px;
|
10
|
+
border-right: 0.185em;
|
11
|
+
border-bottom: 0.185em;
|
12
|
+
border-style: solid;
|
13
|
+
display: inline;
|
14
|
+
padding: 0px 0.750rem;
|
15
|
+
letter-spacing: -0.063rem;
|
16
|
+
text-transform: uppercase;
|
17
|
+
cursor: pointer;
|
18
|
+
transition: all 1s ease;
|
19
|
+
}
|
20
|
+
|
21
|
+
label:hover.button,
|
22
|
+
button:hover {
|
23
|
+
font-weight: 600;
|
24
|
+
color: var(--background);
|
25
|
+
background: var(--color-2);
|
26
|
+
border-style: none;
|
27
|
+
}
|
28
|
+
|
29
|
+
small {
|
30
|
+
font-size: 1.4rem;
|
31
|
+
}
|
32
|
+
|
33
|
+
/* label as buttons */
|
34
|
+
label.button,
|
35
|
+
button {
|
36
|
+
font-size: 1.4rem;
|
37
|
+
font-family: 'Kanit', "Lucida Console", Monaco, monospace;
|
38
|
+
color: var(--color-1);
|
39
|
+
background: none;
|
40
|
+
font-weight: 500;
|
41
|
+
border-left: 0px;
|
42
|
+
border-top: 0px;
|
43
|
+
border-right: 0.185em;
|
44
|
+
border-bottom: 0.185em;
|
45
|
+
border-style: solid;
|
46
|
+
display: inline;
|
47
|
+
padding: 0px 0.750rem;
|
48
|
+
letter-spacing: -0.063rem;
|
49
|
+
text-transform: uppercase;
|
50
|
+
cursor: pointer;
|
51
|
+
transition: all 1s ease;
|
52
|
+
}
|
53
|
+
|
54
|
+
label:hover.button,
|
55
|
+
button:hover {
|
56
|
+
font-weight: 600;
|
57
|
+
color: var(--background);
|
58
|
+
background: var(--color-2);
|
59
|
+
border-style: none;
|
60
|
+
}
|
61
|
+
|
62
|
+
|
63
|
+
label.promotion {
|
64
|
+
font-size: 1.2rem;
|
65
|
+
}
|
66
|
+
|
67
|
+
.promotion {
|
68
|
+
text-align: right;
|
69
|
+
margin-bottom: -1.3rem;
|
70
|
+
margin-top: 1.3rem;
|
71
71
|
}
|