Integración+Divulgación de trabajos científicos SeCyT UCU


/* imagen de portada principal*/
@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 126px;
    }
}

/* imagen pequeña de revista */
.pkp_page_index .journals img {
    display: block;
    max-height: 25em;
    box-shadow: 5px 5px 10px #9E9E9E;

}

/* parrafos de descripcion de las revistas */
.pkp_page_index .journals p {
    margin: .714rem 0;
    font-size: 16px;
}

/* color de fondo del navbar*/ 
.navbar-default, .header_view {
    background-color: #FFD44A;
    border-color: #121212;
}

/* Titulo de la revista */
.pkp_page_index .journals h3 a {
    text-decoration: none;
    font-size: 20px;
}

/* tamaño de fuente de la descripcion de las revistas*/
.pkp_structure_main p, .pkp_structure_main ul {
    line-height: 1.785rem;
    margin: 1.43rem 0;
    font-size: 16px;
    
}
/* footer */
.pkp_footer_content {
    padding: 2.143rem;
    text-align: left;
    font-size: 17px !important;
}

           /* REVISTA I+D*/

/* menu nav bar*/
.pkp_navigation_primary_wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    .pkp_head_wrapper {
        padding-top: 4.286rem;
        box-shadow: black;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.9);
    }

/* linea negra del header*/
pkp_structure_head {
    background-color: #ffd44a;
    border-bottom: 2px solid;
}

/* boton enviar articulo */
.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    display: inline-block;
    padding: 0 1em;
    background: #eee;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1);
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    color: #000000;
    text-decoration: none;
}

/* titulo de la revista en I+D*/
.pkp_page_index .current_issue .current_issue_title {
    margin: 1.43rem 0;
    font-weight: 700;
    font-size: 17px;
}
