```css
/* =========================================================
   CUSTOM CSS OJS 3
   Disesuaikan untuk tampilan jurnal
   ========================================================= */


/* ---------------------------------------------------------
   LINK PADA DESKRIPSI JURNAL
   --------------------------------------------------------- */

.journals ul .body .description a {
    display: inline !important;
    color: #86600b !important;
    text-decoration: underline;
}

.journals ul .body .description a:hover {
    color: #2d2c4d !important;
    text-decoration: underline;
}


/* ---------------------------------------------------------
   FONT
   --------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Sunflower:300');

html,
body,
* {
    font-family: Sunflower, helvetica, calibri;
}


/* ---------------------------------------------------------
   BODY
   --------------------------------------------------------- */

body {
    background:
        linear-gradient(
            rgba(67, 67, 67, 0.4),
            rgba(50, 50, 49, 0.6)
        ),
        url(https://anwardani.github.io/css-ojs3/new-grid.png)
        center top !important;
}


/* ---------------------------------------------------------
   SITE NAME / LOGO
   --------------------------------------------------------- */

.pkp_site_name {
    margin: 0;
}

.pkp_site_name > a {
    padding-top: 0;
    padding-bottom: 0;
}

.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.pkp_site_name .is_img img {
    max-height: 100%;
    max-width: auto;
}


/* ---------------------------------------------------------
   USER NAVIGATION
   --------------------------------------------------------- */

.pkp_navigation_user_wrapper {
    padding: 0;
}

.pkp_navigation_user_wrapper .pkp_navigation_user {
    font-family: Sunflower, helvetica, calibri;
    font-weight: normal;
}

.pkp_navigation_user_wrapper .pkp_navigation_user > li.profile {
    font-family: Sunflower, helvetica, calibri;
    background: #b1a79b;
    color: #2d2c4d;
}

.pkp_navigation_user_wrapper .pkp_navigation_user > li.profile > a {
    font-family: Sunflower, helvetica, calibri;
    font-weight: normal !important;
    padding-right: 10px;
    color: #2d2c4d !important;
}

.pkp_navigation_user_wrapper .pkp_navigation_user > li.profile > ul.dropdown-menu {
    border-radius: 0 !important;
}

.pkp_navigation_user_wrapper .pkp_navigation_user > li.profile > ul.dropdown-menu > li > a {
    font-family: Sunflower, helvetica, calibri;
    font-weight: normal !important;
    color: #2d2c4d !important;
}

.pkp_navigation_user {
    background: #b1a79b;
    border-bottom: 2px solid #2d2c4d;
}

.pkp_navigation_user > li > a,
.pkp_navigation_user > li.in_focus > a,
.pkp_navigation_user > li > a:hover,
.pkp_navigation_user > li > a:focus {
    color: #2d2c4d !important;
}


/* ---------------------------------------------------------
   PRIMARY NAVIGATION
   --------------------------------------------------------- */

.pkp_navigation_primary_row {
    background: #b1a79b !important;
}

.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper
ul li {
    padding: 0 !important;
    margin: 0 !important;
}

.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper
ul li a {
    margin: 0 !important;
    padding: 0 10px !important;
    line-height: 40px !important;
}

.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper
ul li,
.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper
ul li a {
    font-family: Sunflower, helvetica, calibri;
    color: #2d2c4d !important;
    font-weight: normal !important;
}

.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper
ul li a:hover {
    background: rgba(0, 0, 0, .3) !important;
}

.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper
ul li ul,
.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper
ul li ul li a:hover {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper
ul li ul {
    background: #b1a79b !important;
}

.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper
ul li ul li {
    border-bottom: solid 1px rgba(255, 255, 255, .35) !important;
}

.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper
ul li ul li:last-child {
    border-bottom: none !important;
}

.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper
.pkp_search
.search_controls
a.headerSearchPrompt.search_prompt {
    font-family: Sunflower, helvetica, calibri;
    color: #2d2c4d !important;
}

.pkp_navigation_primary_row
.pkp_navigation_primary_wrapper
.pkp_search.is_open
input[type=text] {
    font-family: Sunflower, helvetica, calibri;
}


/* ---------------------------------------------------------
   STRUCTURE
   --------------------------------------------------------- */

.pkp_structure_page {
    margin: auto;
    width: 1162px;
    padding-bottom: 0 !important;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    background: #fff;
}

.pkp_structure_content {
    padding-top: 0;
}


/* ---------------------------------------------------------
   SIDEBAR
   --------------------------------------------------------- */

.pkp_structure_sidebar
.pkp_block
.title {
    font-family: Sunflower, helvetica, calibri;
    background: #2d2c4d;
    color: #fff;
    border-left: 10px solid #ffcc2a;
    padding: 10px 5px;
    border-radius: 0 5px 0 0;
    margin-bottom: 0;
}

.pkp_block {
    margin: 0 !important;
    padding: 15px 10px;
}


/* ---------------------------------------------------------
   RESPONSIVE STRUCTURE
   --------------------------------------------------------- */

@media (max-width: 1000px) {
    .pkp_structure_page {
        margin: auto;
        width: 100%;
    }
}


/* ---------------------------------------------------------
   SIDEBAR MENU
   --------------------------------------------------------- */

#customblock-Sidebar_menu.pkp_block {
    margin: 10px !important;
    padding: 0 !important;
}

#customblock-Sidebar_menu.pkp_block ul,
#customblock-Sidebar_menu.pkp_block ul li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

#customblock-Sidebar_menu.pkp_block ul li {
    background: #b1a79b !important;
    border-bottom: solid 1px rgba(255, 255, 255, .4);
}

#customblock-Sidebar_menu.pkp_block ul li:hover {
    background: #2d2c4d !important;
}

#customblock-Sidebar_menu.pkp_block ul li:last-child {
    border-bottom: none;
}

#customblock-Sidebar_menu.pkp_block ul li a {
    background: #b1a79b !important;
    display: block;
    line-height: 40px;
    padding: 0 10px 0 20px;
    color: #ffffff !important;
    text-decoration: none;
}

#customblock-Sidebar_menu.pkp_block ul li a:hover {
    background: #fbee24 !important;
    color: #2d2c4d !important;
}


/* ---------------------------------------------------------
   MAKE A SUBMISSION
   --------------------------------------------------------- */

.pkp_block.block_make_submission .content {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.pkp_block.block_make_submission .content a {
    background: #b1a79b;
    line-height: 40px;
    font-family: Sunflower, helvetica, calibri;
    color: #ffffff !important;
    text-decoration: none;
}

.pkp_block.block_make_submission .content a:hover {
    background: rgba(0, 0, 0, 0.25) !important;
    color: #333333 !important;
}


/* ---------------------------------------------------------
   ARTICLE DOI
   --------------------------------------------------------- */

.obj_article_summary .item.doi .label {
    background:
        url(/public/journals/8/images/icon-doi.png)
        left center no-repeat;
    width: 25px !important;
    height: 24px !important;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


/* ---------------------------------------------------------
   ARTICLE STATISTICS
   --------------------------------------------------------- */

.obj_article_summary .item.stats .abstract,
.obj_article_summary .item.stats .galley {
    position: relative;
}

.obj_article_summary .item.stats .abstract {
    margin-left: 20px;
    margin-right: 10px;
}

.obj_article_summary .item.stats .galley {
    margin-left: 25px;
}

.obj_article_summary .item.stats .abstract:before {
    content: "\f080";
    font-family: FontAwesome;
    left: -15px;
    position: absolute;
    top: 0;
}

.obj_article_summary .item.stats .galley:before {
    content: "\f1c1";
    font-family: FontAwesome;
    left: -15px;
    position: absolute;
    top: 0;
}


/* ---------------------------------------------------------
   FOOTER
   --------------------------------------------------------- */

.pkp_structure_footer_wrapper {
    border-bottom: none !important;
}

.pkp_structure_footer .pkp_footer_content {
    background: #2d4c4d;
    padding: 10px !important;
}

.pkp_structure_footer .pkp_footer_content p {
    margin: 0;
}

.pkp_structure_footer .pkp_brand_footer {
    background: #b1a79b;
    height: auto !important;
    padding: 10px;
}

.pkp_structure_footer .pkp_brand_footer img {
    width: 48px !important;
    height: auto;
    display: none;
}


/* ---------------------------------------------------------
   HIDDEN CUSTOM CSS BLOCK
   --------------------------------------------------------- */

#customblock-custom_css {
    display: none;
}


/* ---------------------------------------------------------
   HEADINGS
   --------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Sunflower, helvetica, calibri;
}


/* ---------------------------------------------------------
   SIDEBAR HEADING
   --------------------------------------------------------- */

p.headside {
    margin: 10px 0 1px 0;
}


/* ---------------------------------------------------------
   SITE HEADER
   --------------------------------------------------------- */

.pkp_structure_head {
    background-color: #ededea;
}


/* ---------------------------------------------------------
   ARTICLE SUMMARY
   --------------------------------------------------------- */

.obj_article_summary {
    border: 1px solid #a07410;
    padding: 10px;
    margin: 0;
    box-shadow: #d89b10 5px 5px;
}


/* ---------------------------------------------------------
   GLOBAL LINK
   --------------------------------------------------------- */

a {
    color: #86600b !important;
}

a:hover {
    color: #2d2c4d !important;
}


/* ---------------------------------------------------------
   ARTICLE META
   --------------------------------------------------------- */

.obj_article_summary .meta {
    background:
        url(http://journal.uinsgd.ac.id/public/site/images/bbusro/icon-group.png)
        1px 2px no-repeat rgba(0, 0, 0, 0);
    padding: 0 0 0 20px;
    margin: 5px 0 0 0;
}


/* ---------------------------------------------------------
   MENU TAMBAHAN KANAN
   --------------------------------------------------------- */

.hoverTable {
    width: 100%;
    border-collapse: collapse;
}

.hoverTable th {
    height: 30px;
    background: #ffffff;
    color: #2d2c4d;
}

.hoverTable td {
    height: 30px;
    padding-top: 3px;
    vertical-align: middle;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}

.hoverTable td a {
    width: 100%;
    display: block;
}

.hoverTable tr {
    background: #2d2c4d;
    color: #ffffff;
}

.hoverTable tr:hover {
    background-color: #0c426b;
}

.hoverTable a {
    color: #ffffff !important;
}

.hoverTable a:hover {
    color: #FFFF3C !important;
}


/* ---------------------------------------------------------
   SIDEBAR CUSTOM BLOCK
   --------------------------------------------------------- */

#customblock-Tools .content > .content div {
    width: 80% !important;
    margin: auto;
}

#customblock-Tools .content > .content div a img {
    width: 100% !important;
}

#customblock-Visitor_statistics
.content > .content .supercounter,
#customblock-Visitor_statistics
.content > .content .statcounter {
    text-align: center;
}

.sidebar-block {
    background: #b1a79b;
    padding: 5px 2px 5px 10px;
    color: #fff;
    margin: 10px -10px;
}


/* ---------------------------------------------------------
   ANNOUNCEMENTS
   --------------------------------------------------------- */

.cmp_announcements .obj_announcement_summary.full_width {
    width: 100% !important;
}

.cmp_announcements
.obj_announcement_summary
.summary p {
    line-height: 1.3em;
    margin-top: 0 !important;
    margin-bottom: 1em !important;
}


/* ---------------------------------------------------------
   OJS 3.5 – USER NAVIGATION ALIGNMENT
   --------------------------------------------------------- */

.pkp_navigation_user {
    max-width: 1162px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px;
}


/* ---------------------------------------------------------
   LOGIN BUTTON / USER NAVIGATION
   --------------------------------------------------------- */

.pkp_navigation_user > li:last-child {
    margin-right: 15px;
}


/* ---------------------------------------------------------
   RESPONSIVE – HIDE BANNER IMAGE
   --------------------------------------------------------- */

@media (max-width: 991px) {

    .pkp_site_name img {
        display: none !important;
    }

}


/* ---------------------------------------------------------
   FINAL FIX – LINK WEBSITE PADA DESKRIPSI JURNAL
   --------------------------------------------------------- */

/*
   Bagian ini sengaja ditempatkan paling bawah
   agar mengalahkan CSS bawaan OJS.
*/

.journals ul .body .description a,
.journals ul .body .description a:visited {
    display: inline !important;
    color: #86600b !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-decoration: underline !important;
}

.journals ul .body .description a:hover,
.journals ul .body .description a:focus {
    color: #2d2c4d !important;
    opacity: 1 !important;
    visibility: visible !important;
}


/* ---------------------------------------------------------
   FINAL FIX – LINK PADA JOURNAL CARD
   --------------------------------------------------------- */

.obj_journal_summary a,
.obj_journal_summary a:visited {
    color: #86600b !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.obj_journal_summary a:hover {
    color: #2d2c4d !important;
}


/* ---------------------------------------------------------
   FINAL FIX – WEBSITE / EXTERNAL LINK
   --------------------------------------------------------- */

.journals .description a[href^="http"],
.journals .description a[href^="https"] {
    color: #86600b !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-decoration: underline !important;
}

.journals .description a[href^="http"]:hover,
.journals .description a[href^="https"]:hover {
    color: #2d2c4d !important;
}
```
