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: 150px;
    }
}

/* sombra debajo del navbar*/
.pkp_structure_head {
    background-color: #ffd44a;
}

/* botones Registrarse Entrar */
    .pkp_navigation_user a {
        padding-top: 1.357rem;
        padding-bottom: .357rem;
        line-height: 1.43rem;
        font-size: 15px;
        font-weight: bold;
    }

/* boton Buscar*/
.pkp_navigation_search_wrapper a {
        margin: .357rem .5em 0;
        padding: .357rem .5em calc(.714rem - 2px);
        border-bottom: 2px solid transparent;
        color: rgba(0, 0, 0, 0.84);
        text-decoration: none;
        font-weight: bold;
        font-size: 18px;
    }

/* 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-bottom: 10px;
}

@media (min-width: 992px) {
    .pkp_head_wrapper {
        padding-top: 4.286rem;
        box-shadow: black;

    }

/* 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;
}

/* Subtitulos de la pagina color negro*/
 .obj_issue_toc .section>h3 {
        display: inline-block;
        position: relative;
        left: -15px;
        margin-top: 0;
        padding: 0 1.0715rem;
        background: #fff;
        font-size: 1.143rem;
        font-weight: 400;
        line-height: 2.143rem;
        color: rgb(0 0 0);
    }

/* botones PDF */
.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: black;
    border: 1px solid black;
    border-radius: 3px;
    font-size: 0.93rem;
    font-weight: bold;
    line-height: calc(2.143rem - 2px);
    color: black;
    text-decoration: none;
    background-color: #dedede;
}
