

.journals ul .body .description a {display: inline;}
#headerNavigationContainer{
/*background:#066993 url(https://preview.ibb.co/iZocpq/transparent-pattern-modern-1.png) repeat;
*/max-height: 200% !important; /*mengganti warna menu (#31A9E1) dan gambar 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 css*/
*, *:before, *:after {
  -webkit-border-sizing: border-box;
  -moz-border-sizing: border-box;
  border-sizing: border-box;
}

.container > ul {
  list-style: none;
}

body {
  font-family: tahoma,geneva,sans-serif;
}
.obj_article_details .abstract {
    text-align: justify;
}
.pkp_footer_content {
  float: left;
  width: 50%;  padding-top: 10px;
  padding-bottom:10px;
}
.pkp_site_name_wrapper a.is_img img {
    max-height: none;
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding-bottom:10px;
  padding-top: 50px;
}
.pkp_structure_footer_wrapper {
	background: #e8ebef;
	border-bottom:@double solid; 
	border-bottom-color:#201e1f;
}
cssNormal.css
Displaying cssNormal.css.
Ask



































/* === General Body Styling === */
body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  background: #fffef5;
  margin: 0;
  padding: 0;
}

body p {
  font-size: 14px;
}

/* === Wrapper to Center Main Content === */
.main-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* === Full-Width Banner Styling === */
.ajpbsbanner {
  display: block;
  width: 4000%;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}

/* === Header and Page Structure === */
.pkp_structure_head,
.pkp_structure_page,
.pkp_structure_sidebar,
.pkp_structure_footer_wrapper,
.pkp_brand_footer {
  background: #fffef5;
  margin: 0;
  padding: 0;
}

.pkp_site_name {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.pkp_structure_main h1 {
  font-weight: 600;
  font-size: 20px;
}

/* === Navigation Styling === */
.pkp_navigation_primary_row {
  background-color: #cc0001;
  text-align: left;
  padding-left: 0;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}

.pkp_navigation_primary_wrapper {
  background-color: #4d72b8;
  padding-left: 15px;
}

#navigationPrimary a {
  font-size: 13.5px;
  color: #ffffff;
  font-weight: 100;
  text-transform: capitalize;
}

#navigationPrimary ul {
  background-color: #4d72b8;
}

#navigationPrimary [aria-expanded="true"]:before {
  border-bottom-color: #ff7f50;
}

/* === Typography and Links === */
a {
  color: #b23000;
  text-decoration: none;
}

a:hover {
  color: #111111;
}

.hoverTable a {
  color: #ffffff;
}

.hoverTable a:hover {
  color: #000000;
}

/* === Current Issue Section === */
.pkp_page_index .current_issue h2 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px solid #cc0001;
  font-weight: 700;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.54);
}

.pkp_page_index .current_issue .current_issue_title {
  font-size: 14px;
}

.pkp_page_index .current_issue .read_more {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* === Table of Contents Section === */
.obj_issue_toc .heading .published .label {
  font-size: 90%;
  text-transform: capitalize;
}

.obj_issue_toc .section h2 {
  display: inline-block;
  border-bottom: 3px solid #b23000;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 0;
  background: transparent;
}

/* === Sidebar === */
.pkp_block {
  font-size: 14px;
  line-height: 20px;
  clear: both;
  border-bottom: 1.5px solid #ddd;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.pkp_block .title {
  display: inline-block;
  padding-bottom: 0;
  border-bottom: 3px solid #ff7f50;
  font-weight: 600;
  text-transform: capitalize;
}

/* === Search and User Menu === */
.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
  font-size: 13.5px;
  color: #333333;
  font-weight: 100;
  text-transform: capitalize;
}

.pkp_navigation_user_wrapper a {
  font-size: 14px;
  font-weight: 200;
}

/* === Submission Button === */
.pkp_block.block_make_submission a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  font-family: Tahoma, Geneva, sans-serif;
  text-transform: uppercase !important;
  background: #4d72b8;
  color: #ffffff;
  transition: all 0.3s ease;
}

.pkp_block.block_make_submission a:hover {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 10px 10px rgba(48, 48, 48, 0.2);
}

/* === Tables (Hover Style) === */
.hoverTable {
  width: 100%;
  border-collapse: collapse;
}

.hoverTable th {
  height: 30px;
  background: #ffffff;
  color: #000000;
  text-align: center;
}

.hoverTable tr {
  background: #4d72b8;
  color: #ffffff;
}

.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;
  color: inherit;
}

/* === Hover Fix === */
.hoverTable tr:hover {
  background-color: #e0e0e0 !important;
  color: #000000 !important;
}

.hoverTable tr:hover a {
  color: #000000 !important;
}

/* === Article Styling === */
.obj_article_details .main_entry .label {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px solid #cc0001;
  color: rgba(0, 0, 0, 0.54);
  text-transform: capitalize;
}

.obj_article_details .abstract {
  text-align: justify;
  font-family: Tahoma, Geneva, sans-serif;
}

.obj_article_summary {
  padding-bottom: 10px;
  border-bottom: 1px solid #ff7f50;
  font-size: 13px;
}

.obj_article_summary > .title {
  font-size: 14.5px;
  line-height: 20px;
  font-weight: 100;
}

/* === Breadcrumbs, Galley Buttons, and Footer === */
.cmp_breadcrumbs {
  text-transform: capitalize;
}

.obj_galley_link {
  font-weight: 700;
  text-transform: uppercase;
  background: #4d72b8;
  color: #ffffff;
  border: none;
  padding: 5px 10px;
}

.pkp_footer_content {
  width: 100%;
  padding-top: 10px;
  clear: both;
}

.pkp_footer_content img {
  max-height: 150px;
  width: auto;
  height: auto;
}

.pkp_brand_footer {
  display: none !important;
  height: 0;
  visibility: hidden;
}
