<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.crossmark {
    width: 25%;
}
html, body{
    background: #EFF0F1!important;
    
}

/* input header*/
.pkp_site_name_wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
/*-------- mengganti url di bawah ini untuk mengganti header --------*/
    background-image: url(https://ejournal.brin.go.id/public/site/images/rmpi/treubia5.png);
    height: 150px;
}

.pkp_structure_head {
  background: linear-gradient(180deg,rgba(224,224,224,1) 0,rgba(255,255,255,1) 66%,rgba(224,224,224,1) 100%);
 }

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    color: #ffffff;
}

.cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
    color: #ffffff;
}

/*Ukuran logo
.pkp_site_name .is_img img {
    max-height: 100%;

}*/
.pkp_site_name .is_img{
max-width: 20%!important;
height: auto!important;
}



/* ---------------- MENU BAR ---------------- */


/*background menu*/
.pkp_navigation_primary_row{
/*ganti background color untuk mengganti warna menu bar*/
    background-color: #483D3C;
    text-align:left;
    padding-left:15px;
   
}

#navigationPrimary a{
    color: #fff;
}

#navigationPrimary a:hover{
    color: #000;
}

#navigationPrimary [aria-expanded="true"]:before {
    border-bottom-color: #595959;
}
body{
font-family: Verdana,"Times New Roman",Times,Georgia,serif;
font-size: 14px;
line-height: 1.42857143;
background: linear-gradient(180deg,rgba(224,224,224,1) 0,rgba(255,255,255,1) 66%,rgba(224,224,224,1) 100%);
color: #000;
}

.pkp_navigation_user &gt; li &gt; a, .pkp_navigation_user &gt; li.in_focus &gt; a, .pkp_navigation_user &gt; li &gt; a:hover, .pkp_navigation_user &gt; li &gt; a:focus {
    color: #4d3c32;
}

/* ----- MENU NAVIGASI KANAN (CUSTOM BLOCK) ----- */

.hoverTable{
    width:100%;
    border-collapse:collapse;
    font-size: 12px;
}
.hoverTable th{
    background: #ffffff; color:#105183;
}
.hoverTable td{
    padding:.4em 15px;
    border-left:1px solid rgba(185, 185, 185, 0.41);
    border-bottom:1px solid #b9b9b9;
    text-align: left;
    
}
.hoverTable td a{
    width:100%;display:block;
}
/* warna latar setiap baris tabel dan warna tulisan */
.hoverTable tr{
    background: #f4f4f4; color:#06008f;
    /*opacity: 0.8;*/
}
/* warna table ketika dilewati mouse */
.hoverTable tr:hover {
    background-color: #E08955;
    opacity: 0.7;
}

/* ganti warna link di menu navigasi*/
.hoverTable a {
    color:#4d3c32;
}
.hoverTable a:hover {
    color:#000000;
}
/* tampilan image issue */
.obj_issue_toc .cover img {
    display: block;
    max-height: 450px;
    width: auto;
}

/*footer*/
.pkp_brand_footer {
    display:none;
}
.pkp_structure_footer {
    /*------ mengganti warna background footer ------*/
    background: #483D3C;
    padding: 0px;
 }

.pkp_structure_footer_wrapper {
    border-bottom: 20px solid #222;
    background: #105183;
}

.pkp_footer_content {
    color: #ffffff;
    padding: 0px;
}

.pkp_navigation_search_wrapper a {
color: #000!important;
}

.pkp_navigation_search_wrapper a:hover, .pkp_navigation_search_wrapper a:focus {
border-color: #000!important;
}


.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
color: #4d3c32!important;
}


.page_search .submit button::after {

    background: #000!important;

}
a{
/*-----mengganti warna tulisan pada link-----*/
    color: #000000;
    text-decoration: none;
}
/*----- MENGGANTI LINK HOVER DI FOOTER -----*/
a:hover{color: #E08955;}
ul.no-bullets {
  list-style-type: none;
  padding-inline-start: 0px!important;
}
.cmp_notification {
    border-left: .357rem solid #38446B!important;
}

div{text-align: justify;}

/*footer policy (19 Agustus 2022)*/
.footer_policy {
    display: flex;
/*------ MENGGANTI WARNA LATAR MENU BAWAH ------*/
    background: #689AB8;
    padding: 0px 30px 30px 30px;h
}
.journalFooter{
    padding-inline: 30px
}
.bmenu p{
    margin: 1px;
    padding: 4px;
    font-size: 85%;
}
.bmenu p:hover{
 /*----- MENGGANTI WARNA BACKGROUND HOVER MENU BAWAH -----*/
    background-color: rgba(77, 60, 50, 0.69);
    border-radius: 3px;
}
.pkp_site_name_wrapper, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_search_mobile, .pkp_structure_content, .pkp_structure_footer {
   
    width: 100%!important;
}
/*----- MENGGANTI WARNA LINK KESELURUHAN OJS -----*/
.pkp_structure_main a{
    color: #483D3C;           
}
/*----- MENGGANTI WARNA LINK HOVER KESELURUHAN OJS -----*/
.pkp_structure_main a:hover{
    color: #E08955;        
}</pre></body></html>