<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * ModificaciÃ³n mediante CSS de
 * @file styles
 * para Revista Raigal (UNVM)
 * 
 *
 * Realizado por Lucas Aimar (Sep 2021)
 *
 */

/* Estilo del HEADER general para PC o notebook */
.pkp_site_name_wrapper {
  border-bottom: 1px solid #ddd;
  background-image: url(/ojs/img/bgbanner_sociales.png) !important;
  background-repeat: no-repeat;
  background-position-x: right;
}

/* Estilo del HEADER para pantallas pequeÃ±as */
@media (max-width: 992px) {
  .pkp_site_name_wrapper {
    background-image: none !important;
  }
}

/* Estilo para los iconos de ARK, DOI, etc.*/
img.orcid_icon {
    display: inline-block;
    margin-right: 0.25em;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}

/* Estilos datos numero completo ARK, DOI, Publicado, Ver numero completo, etc.*/

.obj_issue_toc .heading .published {
	text-align: end;
	margin: 1.2rem 0;	
}

.issue_link {
	text-align: end;
	margin: 1.2rem 0;
}

.pub_id.ark {
	text-align: end;
	margin: 1.2rem 0;
}

/* fin estilos datos numero completo */

/* Inicio estilos datos de articulo */

span.pubIdtype {
    font-weight: bold;
}

/* Fin estilos datos de articulo */

.itemDoiArt {
    padding-top: .357rem;
    font-size: .93rem;
    line-height: 1.43rem;
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: 1.286rem;
}

.obj_issue_toc .heading .pub_id .id a {
    color: #4b7d92;
    text-decoration: underline;
    font-weight: bold;
}

.pkp_structure_main {
    padding: 0px 30px 0px;
}

.pkp_structure_content {
	padding-bottom: 15px;
}

.pkp_block {
    padding: 10px 20px;
    margin: 10px 20px;
    border: 1px solid #ddd;
}

.block_make_submission {
	border: none;
}

.pkp_structure_sidebar.left::before {
	border-left: none;
}

.pkp_page_index {
	border-left: none;
}

.obj_issue_toc&gt;.galleys h2, .obj_issue_toc .section h2 {
	padding: 0;
    margin-top: 0;
}</pre></body></html>