
html, body {  
    background-image: url("https://sihojurnal.com/public/motif.jpg");  
}

/* Warna dasar halaman */
.pkp_structure_content {
    background: #ffffff;
}

/* Judul artikel di detail */
.page_title {
    color: #FDB913;
}

/* Nama penulis pada detail */
.name {
    color: #FDB913;
}

/* Judul blok sidebar */
.pkp_block .title {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #FDB913;
    color: #003366;
    font-weight: bold;
}

/* Rata kiri kanan abstract */
.obj_article_details .abstract {
    text-align: justify;
}

/* Tautan */
a {
    color: #003366;
}

a:hover {
    color: #FDB913;
}

/* Tombol dan galley link */
.cmp_button_wire,
.obj_galley_link {
    background: #FDB913;
    border: 1px solid #FDB913;
    color: #003366;
    font-weight: bold;
}

/* Ringkasan artikel */
.obj_article_summary {
    border: 1px solid #FDB913;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px #FDB913;
}

/* Header */
.pkp_site_name {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pkp_site_name>a {
    padding-top: 0;
    padding-bottom: 0;
}

.pkp_site_name .is_img img {
    max-height: 200px !important;
}

.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
    padding-right: 30px;
}

.pkp_structure_page {
    margin-top: 20px !important;
    margin-bottom: 20 !important;
    padding-bottom: 20 !important;
}

/* Menu Sidebar - Head */
.head-menu {
    border-bottom: 3px solid #FDB913;
    height: 50px;
}

.head-menu a {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #FDB913;
    color: #003366;
    font-weight: bold;
}

/* Menu Sidebar - Daftar */
.menu-sidebar {
    font: bold 12px arial, verdana, sans-serif;
}

.menu-sidebar li a {
    text-decoration: none;
    border-top: 1px solid #ffffff;
    color: #000000;
    display: block;
    background-color: #FFF7E0;
    padding: 10px;
    margin-top: -5px;
    transition: 0.3s;
}

.menu-sidebar li a:hover {
    background-color: #FDB913;
    box-shadow: 2px 2px 5px #999;
    color: #003366;
    border-left: 5px solid #003366;
    border-bottom: 5px solid #003366;
}

.menu-sidebar ul {
    list-style: none;
    padding: 0px;
}

.menu-sidebar ul ul {
    position: absolute;
    top: 75px;
    left: 135px;
    visibility: hidden;
}

.menu-sidebar ul li:hover ul {
    visibility: visible;
}

/* Menu Lain */
.badan a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid white;
    background: #FFF7E0;
    text-align: center;
    transition: 0.5s;
    color: black;
}

.badan {
    margin-top: -15px;
}

.badan a:hover {
    color: #003366 !important;
    font-weight: bold;
    box-shadow: 0px 5px 10px 0px gray;
    display: fixed;
    position: relative;
}
