/* Custom Style untuk OJS */

/* Logo dan header */
.pkp_site_name {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.pkp_site_name .is_img img {
    max-height: 200px !important;
}

/* Background halaman */
body {
    height: 100%;
    background-image: url('https://janh.candle.or.id/plugins/themes/background-batik.png');
    background-repeat: repeat;
    background-position: left top;
}

/* About Journal */
#about, .page_about, .about_journal {
    font-family: Cambria, Georgia, serif !important;
    font-size: 16px !important;
    text-align: justify !important;
    margin: 20px auto !important;
    padding: 20px !important;
    line-height: 1.6 !important;
    max-width: 900px !important;
    color: #333 !important;
    background-color: #f9f9f9 !important;
    border-radius: 8px !important;
}

/* Footer */
.pkp_brand_footer {
    display: none;
}

/* Summary text */
.pkp_site_summary, 
.pkp_structure_main .about_summary, 
.pkp_page_index .description {
    text-align: justify !important;
    font-family: Cambria, serif !important;
    font-size: 14px !important;
}

/* Menu Hover: Background kuning keemasan, teks hitam */
.menu_item a {
    display: block;
    text-decoration: none;
    color: #333;         /* warna default teks */
    padding: 6px 10px;
    border-radius: 5px;
    transition: all 0.3s ease; /* animasi halus */
}

/* Hover effect */
.menu_item a:hover {
    background-color: #FFD700; /* kuning keemasan */
    color: #000;               /* teks hitam */
    font-weight: bold;
}








.my-sidebar img {
  width: 100%;
  max-width: 160px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Efek zoom saat hover */
.my-sidebar img:hover {
  transform: scale(1.1); /* membesar 10% */
  box-shadow: 0 6px 16px rgba(0,0,0,0.25); /* tambah bayangan */
}





