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/layout/_grid.scss
CHANGED
@@ -1,394 +1,394 @@
|
|
1
|
-
/*general*/
|
2
|
-
.main-container {
|
3
|
-
margin: auto;
|
4
|
-
padding: 6%;
|
5
|
-
background-color: var(--fondo);
|
6
|
-
}
|
7
|
-
|
8
|
-
.column {
|
9
|
-
flex-grow: 0;
|
10
|
-
flex-basis: calc(25% - 2rem);
|
11
|
-
line-height: 0;
|
12
|
-
padding: 1rem;
|
13
|
-
}
|
14
|
-
|
15
|
-
/*obra día*/
|
16
|
-
.ficha-metadata {
|
17
|
-
font-family: 'Exo', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
18
|
-
font-size: 0.950rem;
|
19
|
-
padding: 2.500rem 6% 4.500rem 15.1%;
|
20
|
-
line-height: 1.5em;
|
21
|
-
}
|
22
|
-
|
23
|
-
.metadata-input {
|
24
|
-
font-size: 0.938em;
|
25
|
-
font-weight: 600;
|
26
|
-
}
|
27
|
-
|
28
|
-
.actions-h {
|
29
|
-
margin: auto;
|
30
|
-
display: flex;
|
31
|
-
justify-content: center;
|
32
|
-
}
|
33
|
-
|
34
|
-
.actions-h,
|
35
|
-
.actions-v i {
|
36
|
-
font-size: 1.875rem;
|
37
|
-
}
|
38
|
-
|
39
|
-
.actions-h i {
|
40
|
-
padding: 0.75em;
|
41
|
-
}
|
42
|
-
|
43
|
-
.actions-v {
|
44
|
-
flex-grow: 0;
|
45
|
-
flex-basis: 8%;
|
46
|
-
align-self: center;
|
47
|
-
text-align: center;
|
48
|
-
}
|
49
|
-
|
50
|
-
.avatar,
|
51
|
-
.portada {
|
52
|
-
flex: 0 0 auto;
|
53
|
-
align-self: center;
|
54
|
-
line-height: 0;
|
55
|
-
}
|
56
|
-
|
57
|
-
.sombra {
|
58
|
-
max-width: 1227px;
|
59
|
-
margin: auto;
|
60
|
-
}
|
61
|
-
|
62
|
-
.row {
|
63
|
-
max-width: calc(1227px + 2rem);
|
64
|
-
margin: auto;
|
65
|
-
margin-top: .688rem;
|
66
|
-
/*margin-bottom: 9.125rem;*/
|
67
|
-
display: flex;
|
68
|
-
flex-direction: row;
|
69
|
-
flex-wrap: wrap;
|
70
|
-
align-items: stretch;
|
71
|
-
}
|
72
|
-
|
73
|
-
.obra-suerte {
|
74
|
-
margin-bottom: revert;
|
75
|
-
}
|
76
|
-
|
77
|
-
/*ciudades*/
|
78
|
-
.ciudad .ficha-title {
|
79
|
-
padding-right: 15.1% !important;
|
80
|
-
padding-bottom: 4.813rem !important;
|
81
|
-
}
|
82
|
-
|
83
|
-
.ciudad {
|
84
|
-
background-color: var(--background);
|
85
|
-
margin-bottom: 3.125rem;
|
86
|
-
max-width: 1227px;
|
87
|
-
margin: auto;
|
88
|
-
}
|
89
|
-
|
90
|
-
.ciudad h2 {
|
91
|
-
margin-bottom: 2.250rem;
|
92
|
-
}
|
93
|
-
|
94
|
-
/*xs styling*/
|
95
|
-
.avatar,
|
96
|
-
.portada {
|
97
|
-
max-width: 68.8%;
|
98
|
-
margin: auto;
|
99
|
-
flex-basis: 100%;
|
100
|
-
}
|
101
|
-
|
102
|
-
.ficha-title {
|
103
|
-
flex: 0 0 auto;
|
104
|
-
flex-basis: 100%;
|
105
|
-
padding: 15.1% 6% 2.250rem 15.1%;
|
106
|
-
}
|
107
|
-
|
108
|
-
.ficha-container>div {
|
109
|
-
padding-right: 15.1%;
|
110
|
-
}
|
111
|
-
|
112
|
-
.ficha-extract {
|
113
|
-
padding-left: 15.1%;
|
114
|
-
}
|
115
|
-
|
116
|
-
.ficha-extract p {
|
117
|
-
margin-top: .5rem;
|
118
|
-
}
|
119
|
-
|
120
|
-
.proyecto-tienda ul {
|
121
|
-
line-height: 1;
|
122
|
-
font-size: 1em;
|
123
|
-
list-style-type: square;
|
124
|
-
list-style-position: inside;
|
125
|
-
margin-left: 5%;
|
126
|
-
}
|
127
|
-
|
128
|
-
.proyecto-tienda li {
|
129
|
-
padding-top: 1rem;
|
130
|
-
}
|
131
|
-
|
132
|
-
.obra-dia {
|
133
|
-
max-width: 1227px;
|
134
|
-
margin: auto;
|
135
|
-
display: flex;
|
136
|
-
flex-direction: row;
|
137
|
-
flex-wrap: wrap;
|
138
|
-
align-items: baseline;
|
139
|
-
margin-bottom: 9.125rem;
|
140
|
-
margin-top: 2rem;
|
141
|
-
background-color: var(--background);
|
142
|
-
}
|
143
|
-
|
144
|
-
.deictico-demo:before {
|
145
|
-
content: "más abajo";
|
146
|
-
}
|
147
|
-
|
148
|
-
/*OBRAS MEDIA QUERIES*/
|
149
|
-
|
150
|
-
/*xs*/
|
151
|
-
@media screen and (max-width: 376px) {
|
152
|
-
.ficha-title {
|
153
|
-
word-wrap: break-word;
|
154
|
-
}
|
155
|
-
}
|
156
|
-
|
157
|
-
/*xs, s y m*/
|
158
|
-
@media screen and (max-width: 797px) {
|
159
|
-
.actions-h {
|
160
|
-
padding-bottom: calc(15.1% - 0.5em);
|
161
|
-
}
|
162
|
-
|
163
|
-
.avatar {
|
164
|
-
margin-bottom: 7rem;
|
165
|
-
}
|
166
|
-
}
|
167
|
-
|
168
|
-
@media screen and (max-width: 1039px) {
|
169
|
-
.actions-h {
|
170
|
-
display: flex;
|
171
|
-
}
|
172
|
-
|
173
|
-
.actions-v {
|
174
|
-
display: none;
|
175
|
-
flex-basis: 0%;
|
176
|
-
max-width: 0%;
|
177
|
-
}
|
178
|
-
}
|
179
|
-
|
180
|
-
|
181
|
-
/*ml, l y xl*/
|
182
|
-
@media screen and (min-width: 798px) {
|
183
|
-
.ficha-title {
|
184
|
-
padding: 5.750rem 6% 2.250rem 15.1% !important;
|
185
|
-
}
|
186
|
-
|
187
|
-
.ficha-extract {
|
188
|
-
padding: 0px 6% 0 15.1% !important;
|
189
|
-
}
|
190
|
-
|
191
|
-
.avatar,
|
192
|
-
.portada {
|
193
|
-
padding-left: 0;
|
194
|
-
}
|
195
|
-
|
196
|
-
.ficha-metadata {
|
197
|
-
padding: 2.500rem 6% 4.813rem 15.1% !important;
|
198
|
-
}
|
199
|
-
}
|
200
|
-
|
201
|
-
/*solo m*/
|
202
|
-
@media screen and (min-width: 601px) and (max-width: 797px) {
|
203
|
-
.portada {
|
204
|
-
max-width: 50%;
|
205
|
-
}
|
206
|
-
|
207
|
-
.header {
|
208
|
-
height: 70vh;
|
209
|
-
}
|
210
|
-
}
|
211
|
-
|
212
|
-
|
213
|
-
/*Solo l*/
|
214
|
-
@media screen and (min-width: 798px) and (max-width: 1039px) {
|
215
|
-
|
216
|
-
.avatar,
|
217
|
-
.portada {
|
218
|
-
flex-basis: 45%;
|
219
|
-
max-width: 45%;
|
220
|
-
padding-top: 0rem;
|
221
|
-
}
|
222
|
-
|
223
|
-
.ficha-container {
|
224
|
-
flex-basis: 55%;
|
225
|
-
max-width: 55%;
|
226
|
-
}
|
227
|
-
|
228
|
-
.img-frame {
|
229
|
-
padding-right: 10%;
|
230
|
-
}
|
231
|
-
}
|
232
|
-
|
233
|
-
|
234
|
-
/*solo xl*/
|
235
|
-
@media screen and (min-width: 1040px) {
|
236
|
-
.actions-h {
|
237
|
-
display: none !important;
|
238
|
-
}
|
239
|
-
|
240
|
-
.actions-v {
|
241
|
-
display: block !important;
|
242
|
-
}
|
243
|
-
|
244
|
-
.avatar,
|
245
|
-
.portada {
|
246
|
-
flex-basis: 39%;
|
247
|
-
max-width: 39%;
|
248
|
-
padding-top: 0;
|
249
|
-
}
|
250
|
-
|
251
|
-
.ficha-container {
|
252
|
-
flex-basis: 53%;
|
253
|
-
max-width: 53%;
|
254
|
-
}
|
255
|
-
}
|
256
|
-
|
257
|
-
/*miscelaneas*/
|
258
|
-
.sombra-solida {
|
259
|
-
box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.16);
|
260
|
-
}
|
261
|
-
|
262
|
-
.responsive {
|
263
|
-
width: 100%;
|
264
|
-
height: auto;
|
265
|
-
}
|
266
|
-
|
267
|
-
/* MEDIA QUERIES FOR OVERLAYS */
|
268
|
-
|
269
|
-
|
270
|
-
/*for touch devices*/
|
271
|
-
|
272
|
-
.price {
|
273
|
-
display: block;
|
274
|
-
line-height: 1rem;
|
275
|
-
font-size: 1.05rem;
|
276
|
-
margin: 3%;
|
277
|
-
}
|
278
|
-
|
279
|
-
.price-obras-listas {
|
280
|
-
display: block;
|
281
|
-
}
|
282
|
-
|
283
|
-
.price .title {
|
284
|
-
font-weight: 600;
|
285
|
-
margin-top: 1.7rem;
|
286
|
-
}
|
287
|
-
|
288
|
-
.price .autor {
|
289
|
-
margin-top: 0.7rem;
|
290
|
-
}
|
291
|
-
|
292
|
-
.masobras .container .overlay {
|
293
|
-
right: 0;
|
294
|
-
width: 100%;
|
295
|
-
}
|
296
|
-
|
297
|
-
|
298
|
-
/*for desktop devices*/
|
299
|
-
@media (hover: hover) and (pointer: fine) {
|
300
|
-
.price {
|
301
|
-
display: none;
|
302
|
-
}
|
303
|
-
|
304
|
-
.container:hover~.price {
|
305
|
-
display: block;
|
306
|
-
}
|
307
|
-
|
308
|
-
.container:hover .overlay,
|
309
|
-
.masobras .overlay {
|
310
|
-
right: 0;
|
311
|
-
width: 100%;
|
312
|
-
}
|
313
|
-
|
314
|
-
.masobras .overlay {
|
315
|
-
background-color: var(--background);
|
316
|
-
}
|
317
|
-
|
318
|
-
.container:hover {
|
319
|
-
cursor: pointer;
|
320
|
-
}
|
321
|
-
}
|
322
|
-
|
323
|
-
|
324
|
-
/* MEDIA QUERIES FOR FLEX GRID */
|
325
|
-
|
326
|
-
.basis {
|
327
|
-
flex-basis: calc(100% - 2rem);
|
328
|
-
flex-grow: 0;
|
329
|
-
padding: 1rem;
|
330
|
-
|
331
|
-
}
|
332
|
-
/*xs styling*/
|
333
|
-
@media screen and (max-width: 375px) {
|
334
|
-
.price .title {
|
335
|
-
font-size: 1.7rem;
|
336
|
-
line-height: 1.7rem;
|
337
|
-
}
|
338
|
-
|
339
|
-
.price .autor {
|
340
|
-
font-size: 1.7rem;
|
341
|
-
line-height: 1.7rem;
|
342
|
-
}
|
343
|
-
|
344
|
-
.masobras label {
|
345
|
-
font-size: 2rem;
|
346
|
-
}
|
347
|
-
}
|
348
|
-
|
349
|
-
|
350
|
-
/*s styling*/
|
351
|
-
@media screen and (min-width: 376px) and (max-width: 599px) {
|
352
|
-
.basis {
|
353
|
-
flex-basis: calc(50% - 2rem);
|
354
|
-
}
|
355
|
-
|
356
|
-
.price .title {
|
357
|
-
font-size: 1.5rem;
|
358
|
-
line-height: 1.5rem;
|
359
|
-
}
|
360
|
-
|
361
|
-
.price .autor {
|
362
|
-
font-size: 1.5rem;
|
363
|
-
line-height: 1.5rem;
|
364
|
-
}
|
365
|
-
}
|
366
|
-
|
367
|
-
/*ml & m styling*/
|
368
|
-
@media screen and (min-width: 600px) and (max-width: 1039px) {
|
369
|
-
.basis {
|
370
|
-
flex-basis: calc(33% - 2rem);
|
371
|
-
}
|
372
|
-
}
|
373
|
-
|
374
|
-
|
375
|
-
/*l & xl styling*/
|
376
|
-
@media screen and (min-width: 1040px) {
|
377
|
-
.basis {
|
378
|
-
flex-basis: calc(25% - 2rem);
|
379
|
-
}
|
380
|
-
}
|
381
|
-
|
382
|
-
.post {
|
383
|
-
height: auto !important;
|
384
|
-
}
|
385
|
-
|
386
|
-
.text {
|
387
|
-
position: absolute;
|
388
|
-
top: 50%;
|
389
|
-
left: 50%;
|
390
|
-
-webkit-transform: translate(-50%, -50%);
|
391
|
-
-ms-transform: translate(-50%, -50%);
|
392
|
-
transform: translate(-50%, -50%);
|
393
|
-
text-align: center;
|
1
|
+
/*general*/
|
2
|
+
.main-container {
|
3
|
+
margin: auto;
|
4
|
+
padding: 6%;
|
5
|
+
background-color: var(--fondo);
|
6
|
+
}
|
7
|
+
|
8
|
+
.column {
|
9
|
+
flex-grow: 0;
|
10
|
+
flex-basis: calc(25% - 2rem);
|
11
|
+
line-height: 0;
|
12
|
+
padding: 1rem;
|
13
|
+
}
|
14
|
+
|
15
|
+
/*obra día*/
|
16
|
+
.ficha-metadata {
|
17
|
+
font-family: 'Exo', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
18
|
+
font-size: 0.950rem;
|
19
|
+
padding: 2.500rem 6% 4.500rem 15.1%;
|
20
|
+
line-height: 1.5em;
|
21
|
+
}
|
22
|
+
|
23
|
+
.metadata-input {
|
24
|
+
font-size: 0.938em;
|
25
|
+
font-weight: 600;
|
26
|
+
}
|
27
|
+
|
28
|
+
.actions-h {
|
29
|
+
margin: auto;
|
30
|
+
display: flex;
|
31
|
+
justify-content: center;
|
32
|
+
}
|
33
|
+
|
34
|
+
.actions-h,
|
35
|
+
.actions-v i {
|
36
|
+
font-size: 1.875rem;
|
37
|
+
}
|
38
|
+
|
39
|
+
.actions-h i {
|
40
|
+
padding: 0.75em;
|
41
|
+
}
|
42
|
+
|
43
|
+
.actions-v {
|
44
|
+
flex-grow: 0;
|
45
|
+
flex-basis: 8%;
|
46
|
+
align-self: center;
|
47
|
+
text-align: center;
|
48
|
+
}
|
49
|
+
|
50
|
+
.avatar,
|
51
|
+
.portada {
|
52
|
+
flex: 0 0 auto;
|
53
|
+
align-self: center;
|
54
|
+
line-height: 0;
|
55
|
+
}
|
56
|
+
|
57
|
+
.sombra {
|
58
|
+
max-width: 1227px;
|
59
|
+
margin: auto;
|
60
|
+
}
|
61
|
+
|
62
|
+
.row {
|
63
|
+
max-width: calc(1227px + 2rem);
|
64
|
+
margin: auto;
|
65
|
+
margin-top: .688rem;
|
66
|
+
/*margin-bottom: 9.125rem;*/
|
67
|
+
display: flex;
|
68
|
+
flex-direction: row;
|
69
|
+
flex-wrap: wrap;
|
70
|
+
align-items: stretch;
|
71
|
+
}
|
72
|
+
|
73
|
+
.obra-suerte {
|
74
|
+
margin-bottom: revert;
|
75
|
+
}
|
76
|
+
|
77
|
+
/*ciudades*/
|
78
|
+
.ciudad .ficha-title {
|
79
|
+
padding-right: 15.1% !important;
|
80
|
+
padding-bottom: 4.813rem !important;
|
81
|
+
}
|
82
|
+
|
83
|
+
.ciudad {
|
84
|
+
background-color: var(--background);
|
85
|
+
margin-bottom: 3.125rem;
|
86
|
+
max-width: 1227px;
|
87
|
+
margin: auto;
|
88
|
+
}
|
89
|
+
|
90
|
+
.ciudad h2 {
|
91
|
+
margin-bottom: 2.250rem;
|
92
|
+
}
|
93
|
+
|
94
|
+
/*xs styling*/
|
95
|
+
.avatar,
|
96
|
+
.portada {
|
97
|
+
max-width: 68.8%;
|
98
|
+
margin: auto;
|
99
|
+
flex-basis: 100%;
|
100
|
+
}
|
101
|
+
|
102
|
+
.ficha-title {
|
103
|
+
flex: 0 0 auto;
|
104
|
+
flex-basis: 100%;
|
105
|
+
padding: 15.1% 6% 2.250rem 15.1%;
|
106
|
+
}
|
107
|
+
|
108
|
+
.ficha-container>div {
|
109
|
+
padding-right: 15.1%;
|
110
|
+
}
|
111
|
+
|
112
|
+
.ficha-extract {
|
113
|
+
padding-left: 15.1%;
|
114
|
+
}
|
115
|
+
|
116
|
+
.ficha-extract p {
|
117
|
+
margin-top: .5rem;
|
118
|
+
}
|
119
|
+
|
120
|
+
.proyecto-tienda ul {
|
121
|
+
line-height: 1;
|
122
|
+
font-size: 1em;
|
123
|
+
list-style-type: square;
|
124
|
+
list-style-position: inside;
|
125
|
+
margin-left: 5%;
|
126
|
+
}
|
127
|
+
|
128
|
+
.proyecto-tienda li {
|
129
|
+
padding-top: 1rem;
|
130
|
+
}
|
131
|
+
|
132
|
+
.obra-dia {
|
133
|
+
max-width: 1227px;
|
134
|
+
margin: auto;
|
135
|
+
display: flex;
|
136
|
+
flex-direction: row;
|
137
|
+
flex-wrap: wrap;
|
138
|
+
align-items: baseline;
|
139
|
+
margin-bottom: 9.125rem;
|
140
|
+
margin-top: 2rem;
|
141
|
+
background-color: var(--background);
|
142
|
+
}
|
143
|
+
|
144
|
+
.deictico-demo:before {
|
145
|
+
content: "más abajo";
|
146
|
+
}
|
147
|
+
|
148
|
+
/*OBRAS MEDIA QUERIES*/
|
149
|
+
|
150
|
+
/*xs*/
|
151
|
+
@media screen and (max-width: 376px) {
|
152
|
+
.ficha-title {
|
153
|
+
word-wrap: break-word;
|
154
|
+
}
|
155
|
+
}
|
156
|
+
|
157
|
+
/*xs, s y m*/
|
158
|
+
@media screen and (max-width: 797px) {
|
159
|
+
.actions-h {
|
160
|
+
padding-bottom: calc(15.1% - 0.5em);
|
161
|
+
}
|
162
|
+
|
163
|
+
.avatar {
|
164
|
+
margin-bottom: 7rem;
|
165
|
+
}
|
166
|
+
}
|
167
|
+
|
168
|
+
@media screen and (max-width: 1039px) {
|
169
|
+
.actions-h {
|
170
|
+
display: flex;
|
171
|
+
}
|
172
|
+
|
173
|
+
.actions-v {
|
174
|
+
display: none;
|
175
|
+
flex-basis: 0%;
|
176
|
+
max-width: 0%;
|
177
|
+
}
|
178
|
+
}
|
179
|
+
|
180
|
+
|
181
|
+
/*ml, l y xl*/
|
182
|
+
@media screen and (min-width: 798px) {
|
183
|
+
.ficha-title {
|
184
|
+
padding: 5.750rem 6% 2.250rem 15.1% !important;
|
185
|
+
}
|
186
|
+
|
187
|
+
.ficha-extract {
|
188
|
+
padding: 0px 6% 0 15.1% !important;
|
189
|
+
}
|
190
|
+
|
191
|
+
.avatar,
|
192
|
+
.portada {
|
193
|
+
padding-left: 0;
|
194
|
+
}
|
195
|
+
|
196
|
+
.ficha-metadata {
|
197
|
+
padding: 2.500rem 6% 4.813rem 15.1% !important;
|
198
|
+
}
|
199
|
+
}
|
200
|
+
|
201
|
+
/*solo m*/
|
202
|
+
@media screen and (min-width: 601px) and (max-width: 797px) {
|
203
|
+
.portada {
|
204
|
+
max-width: 50%;
|
205
|
+
}
|
206
|
+
|
207
|
+
.header {
|
208
|
+
height: 70vh;
|
209
|
+
}
|
210
|
+
}
|
211
|
+
|
212
|
+
|
213
|
+
/*Solo l*/
|
214
|
+
@media screen and (min-width: 798px) and (max-width: 1039px) {
|
215
|
+
|
216
|
+
.avatar,
|
217
|
+
.portada {
|
218
|
+
flex-basis: 45%;
|
219
|
+
max-width: 45%;
|
220
|
+
padding-top: 0rem;
|
221
|
+
}
|
222
|
+
|
223
|
+
.ficha-container {
|
224
|
+
flex-basis: 55%;
|
225
|
+
max-width: 55%;
|
226
|
+
}
|
227
|
+
|
228
|
+
.img-frame {
|
229
|
+
padding-right: 10%;
|
230
|
+
}
|
231
|
+
}
|
232
|
+
|
233
|
+
|
234
|
+
/*solo xl*/
|
235
|
+
@media screen and (min-width: 1040px) {
|
236
|
+
.actions-h {
|
237
|
+
display: none !important;
|
238
|
+
}
|
239
|
+
|
240
|
+
.actions-v {
|
241
|
+
display: block !important;
|
242
|
+
}
|
243
|
+
|
244
|
+
.avatar,
|
245
|
+
.portada {
|
246
|
+
flex-basis: 39%;
|
247
|
+
max-width: 39%;
|
248
|
+
padding-top: 0;
|
249
|
+
}
|
250
|
+
|
251
|
+
.ficha-container {
|
252
|
+
flex-basis: 53%;
|
253
|
+
max-width: 53%;
|
254
|
+
}
|
255
|
+
}
|
256
|
+
|
257
|
+
/*miscelaneas*/
|
258
|
+
.sombra-solida {
|
259
|
+
box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.16);
|
260
|
+
}
|
261
|
+
|
262
|
+
.responsive {
|
263
|
+
width: 100%;
|
264
|
+
height: auto;
|
265
|
+
}
|
266
|
+
|
267
|
+
/* MEDIA QUERIES FOR OVERLAYS */
|
268
|
+
|
269
|
+
|
270
|
+
/*for touch devices*/
|
271
|
+
|
272
|
+
.price {
|
273
|
+
display: block;
|
274
|
+
line-height: 1rem;
|
275
|
+
font-size: 1.05rem;
|
276
|
+
margin: 3%;
|
277
|
+
}
|
278
|
+
|
279
|
+
.price-obras-listas {
|
280
|
+
display: block;
|
281
|
+
}
|
282
|
+
|
283
|
+
.price .title {
|
284
|
+
font-weight: 600;
|
285
|
+
margin-top: 1.7rem;
|
286
|
+
}
|
287
|
+
|
288
|
+
.price .autor {
|
289
|
+
margin-top: 0.7rem;
|
290
|
+
}
|
291
|
+
|
292
|
+
.masobras .container .overlay {
|
293
|
+
right: 0;
|
294
|
+
width: 100%;
|
295
|
+
}
|
296
|
+
|
297
|
+
|
298
|
+
/*for desktop devices*/
|
299
|
+
@media (hover: hover) and (pointer: fine) {
|
300
|
+
.price {
|
301
|
+
display: none;
|
302
|
+
}
|
303
|
+
|
304
|
+
.container:hover~.price {
|
305
|
+
display: block;
|
306
|
+
}
|
307
|
+
|
308
|
+
.container:hover .overlay,
|
309
|
+
.masobras .overlay {
|
310
|
+
right: 0;
|
311
|
+
width: 100%;
|
312
|
+
}
|
313
|
+
|
314
|
+
.masobras .overlay {
|
315
|
+
background-color: var(--background);
|
316
|
+
}
|
317
|
+
|
318
|
+
.container:hover {
|
319
|
+
cursor: pointer;
|
320
|
+
}
|
321
|
+
}
|
322
|
+
|
323
|
+
|
324
|
+
/* MEDIA QUERIES FOR FLEX GRID */
|
325
|
+
|
326
|
+
.basis {
|
327
|
+
flex-basis: calc(100% - 2rem);
|
328
|
+
flex-grow: 0;
|
329
|
+
padding: 1rem;
|
330
|
+
|
331
|
+
}
|
332
|
+
/*xs styling*/
|
333
|
+
@media screen and (max-width: 375px) {
|
334
|
+
.price .title {
|
335
|
+
font-size: 1.7rem;
|
336
|
+
line-height: 1.7rem;
|
337
|
+
}
|
338
|
+
|
339
|
+
.price .autor {
|
340
|
+
font-size: 1.7rem;
|
341
|
+
line-height: 1.7rem;
|
342
|
+
}
|
343
|
+
|
344
|
+
.masobras label {
|
345
|
+
font-size: 2rem;
|
346
|
+
}
|
347
|
+
}
|
348
|
+
|
349
|
+
|
350
|
+
/*s styling*/
|
351
|
+
@media screen and (min-width: 376px) and (max-width: 599px) {
|
352
|
+
.basis {
|
353
|
+
flex-basis: calc(50% - 2rem);
|
354
|
+
}
|
355
|
+
|
356
|
+
.price .title {
|
357
|
+
font-size: 1.5rem;
|
358
|
+
line-height: 1.5rem;
|
359
|
+
}
|
360
|
+
|
361
|
+
.price .autor {
|
362
|
+
font-size: 1.5rem;
|
363
|
+
line-height: 1.5rem;
|
364
|
+
}
|
365
|
+
}
|
366
|
+
|
367
|
+
/*ml & m styling*/
|
368
|
+
@media screen and (min-width: 600px) and (max-width: 1039px) {
|
369
|
+
.basis {
|
370
|
+
flex-basis: calc(33% - 2rem);
|
371
|
+
}
|
372
|
+
}
|
373
|
+
|
374
|
+
|
375
|
+
/*l & xl styling*/
|
376
|
+
@media screen and (min-width: 1040px) {
|
377
|
+
.basis {
|
378
|
+
flex-basis: calc(25% - 2rem);
|
379
|
+
}
|
380
|
+
}
|
381
|
+
|
382
|
+
.post {
|
383
|
+
height: auto !important;
|
384
|
+
}
|
385
|
+
|
386
|
+
.text {
|
387
|
+
position: absolute;
|
388
|
+
top: 50%;
|
389
|
+
left: 50%;
|
390
|
+
-webkit-transform: translate(-50%, -50%);
|
391
|
+
-ms-transform: translate(-50%, -50%);
|
392
|
+
transform: translate(-50%, -50%);
|
393
|
+
text-align: center;
|
394
394
|
}
|