@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
		.pkp_site_name .is_img img {
		  display: block;
		  max-height: 140px;
		  max-width: 98%;
		  width: auto;
		  height: auto;
		}
		.pkp_navigation_primary > li > a {
		  margin: 0 1em;
		  padding: 10px 0 8px;
		  border-bottom: 2px solid transparent;
		  color: rgb(255 255 255 / 84%);
		  font-weight: bold;
		}
		.pkp_head_wrapper .pkp_search .search_prompt {
		  display: inline-block;
		  position: relative;
		  padding: 10px 20px;
		  color: rgb(255 255 255 / 84%);
		  cursor: pointer;
		}
		.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: rgb(255 255 255 / 84%);
		  font-weight: bold;
		  text-decoration: underline;
		}
		.pkp_structure_footer_wrapper {
		  background: #e96839;
		}
		.pkp_footer_content {
			float: left; 
			width: 70%; 
			padding-top: 10px; 
			padding-bottom: 10px;
			color: white;
		}
		.pkp_footer_content a:link {
			color: #fceebf;
		}
		.pkp_footer_content a:hover {
			color: #e97224;
		}
		.pkp_brand_footer {
			float: right;
			width: 30%;
			padding-top: 90px;
			padding-bottom: 10px;
			display: block;
		}
		.menutop {
			padding: 3px; 
			border: 4px solid #0b97b8; 
			background: #0b97b8; 
			color: #ffffff; 
			text-align: center; 
			margin-left: 45px; 
			margin-right: -45px;
			font-size: small; 
			font-family: 'arial black', 'avant garde';
		}
		.button {
			padding: 4px; 
			border: 3px solid #0b97b8; 
			background: #FFFFFF; 
			color: black; 
			text-align: center; 
			margin-left: 45px; 
			margin-right: -45px;
			font-size: small;
		}
		.button a:link {
			color: #0b97b8;
		}
		.button a:active {
			color: #0b97b8;
		}
		.button a:visited {
			color: #0b97b8;
		}
		.button a:hover {
			display: block;
			color: white;
			background-color: #0b97b8;
		}
		.button2 {
			padding: 4px; 
			border: 3px solid #0b97b8; 
			background: #FFFFFF; 
			color: black; 
			text-align: center; 
			margin-left: 15px; 
			margin-right: -15px;
			font-size: small;
		}
		.button2 a:link {
			color: #0b97b8;
		}
		.button2 a:active {
			color: #0b97b8;
		}
		.button2 a:visited {
			color: #0b97b8;
		}
		.button2 a:hover {
			display: block;
			color: white;
			background-color: #0b97b8;
		}
		.page_login {
			text-align: -webkit-center;
		}
		.cmp_form .fields > div {
		  position: relative;
		  padding-bottom: 30px;
		  text-align: justify;
		}
		.page_login .buttons button {
		  float: left;
		  margin-left: 60px;
		}
		.page_login .buttons a {
		  float: left;
		  margin-right: 1em;
		  margin-left: 20px;
		}
		.description {
			background-color: #ebfeec; 
			border: 1px solid #bae481; 
			border-radius: 5px; 
			text-align: justify; 
			padding: 10px; 
			font-family: sans-serif; 
			font-size: 14px; 
			margin-left: 10px;
		}
		.published {
			display: none;
		}
		.block_make_submission_link {
			margin-left: 15px;
		}
		img {
			max-width: 100%;
			width: auto;
			height: auto;
		}
		<p style="padding: 4px; border: 3px solid #0b97b8; background: #FFFFFF; color: black; text-align: center; margin-left: 15px; margin-right: -15px;"><span style="font-size: small;"><a style="color: #0b97b8;" href="http://ejournal.atmajaya.ac.id/index.php/damianus/Focus-and-Scope"><strong><strong>FOCUS AND SCOPE</strong></strong></a></span></p>
		#cssmenu {
		  position: relative;
		  margin: 0;
		  font-family: 'Roboto Condensed';
		  line-height: 1;
		  width: 250px;
		}
		.align-right {
		  float: right;
		}
		#cssmenu ul {
		  margin: 0;
		  padding: 0;
		  list-style: none;
		  display: block;
		}
		#cssmenu ul li {
		  position: relative;
		  margin: 0;
		  padding: 0;
		}
		#cssmenu ul li a {
		  text-decoration: none;
		  cursor: pointer;
		}
		#cssmenu > ul > li > a {
		  color: #dddddd;
		  text-transform: uppercase;
		  display: block;
		  padding: 20px;
		  border-top: 1px solid #000000;
		  border-left: 1px solid #000000;
		  border-right: 1px solid #000000;
		  background: #222222;
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		  letter-spacing: 1px;
		  font-size: 16px;
		  font-weight: 300;
		  -webkit-transition: all 0.25s ease-in;
		  -moz-transition: all 0.25s ease-in;
		  -ms-transition: all 0.25s ease-in;
		  -o-transition: all 0.25s ease-in;
		  transition: all 0.25s ease-in;
		  position: relative;
		}
		#cssmenu > ul > li:first-child > a {
		  border-top-left-radius: 3px;
		  border-top-right-radius: 3px;
		}
		#cssmenu > ul > li:last-child > a {
		  border-bottom-left-radius: 3px;
		  border-bottom-right-radius: 3px;
		  border-bottom: 1px solid #000000;
		}
		#cssmenu > ul > li:hover > a,
		#cssmenu > ul > li.open > a,
		#cssmenu > ul > li.active > a {
		  background: #151515;
		  color: #ffffff;
		}
		#cssmenu ul > li.has-sub > a::after {
		  content: "";
		  position: absolute;
		  display: block;
		  width: 0;
		  height: 0;
		  border-top: 13px solid #000000;
		  border-botom: 13px solid transparent;
		  border-left: 125px solid transparent;
		  border-right: 125px solid transparent;
		  left: 0;
		  bottom: -13px;
		  bottom: 0px;
		  z-index: 1;
		  opacity: 0;
		  -webkit-transition: all .2s ease;
		  -moz-transition: all .2s ease;
		  -ms-transition: all .2s ease;
		  -o-transition: all .2s ease;
		  transition: all .2s ease;
		}
		#cssmenu ul > li.has-sub > a::before {
		  content: "";
		  position: absolute;
		  display: block;
		  width: 0;
		  height: 0;
		  border-top: 13px solid #151515;
		  border-botom: 13px solid transparent;
		  border-left: 125px solid transparent;
		  border-right: 125px solid transparent;
		  left: 0;
		  bottom: -12px;
		  bottom: -1px;
		  z-index: 3;
		  opacity: 0;
		  -webkit-transition: all .2s ease;
		  -moz-transition: all .2s ease;
		  -ms-transition: all .2s ease;
		  -o-transition: all .2s ease;
		  transition: all .2s ease;
		}
		#cssmenu ul > li.has-sub::after {
		  content: "";
		  display: block;
		  position: absolute;
		  width: 0;
		  height: 0;
		  border: 7px solid transparent;
		  border-top-color: #dddddd;
		  z-index: 2;
		  right: 20px;
		  top: 24.5px;
		  pointer-events: none;
		}
		#cssmenu ul > li:hover::after,
		#cssmenu ul > li.active::after,
		#cssmenu ul > li.open::after {
		  border-top-color: #ffffff;
		}
		#cssmenu ul > li.has-sub.open > a::after {
		  opacity: 1;
		  bottom: -13px;
		}
		#cssmenu ul > li.has-sub.open > a::before {
		  opacity: 1;
		  bottom: -12px;
		}
		#cssmenu ul ul {
		  display: none;
		}
		#cssmenu ul ul li {
		  border-left: 1px solid #ccc;
		  border-right: 1px solid #ccc;
		}
		#cssmenu ul ul li a {
		  background: #f1f1f1;
		  display: block;
		  position: relative;
		  font-size: 15px;
		  padding: 14px 20px;
		  border-bottom: 1px solid #dddddd;
		  color: #777777;
		  font-weight: 300;
		  -webkit-transition: all 0.25s ease-in;
		  -moz-transition: all 0.25s ease-in;
		  -ms-transition: all 0.25s ease-in;
		  -o-transition: all 0.25s ease-in;
		  transition: all 0.25s ease-in;
		}
		#cssmenu ul ul li:first-child > a {
		  padding-top: 18px;
		}
		#cssmenu ul ul ul li {
		  border: 0;
		}
		#cssmenu ul ul li:hover > a,
		#cssmenu ul ul li.open > a,
		#cssmenu ul ul li.active > a {
		  background: #e4e4e4;
		  color: #666666;
		}
		#cssmenu ul ul > li.has-sub > a::after {
		  border-top: 13px solid #dddddd;
		}
		#cssmenu ul ul > li.has-sub > a::before {
		  border-top: 13px solid #e4e4e4;
		}
		#cssmenu ul ul ul li a {
		  padding-left: 30px;
		}
		#cssmenu ul ul > li.has-sub::after {
		  top: 18.5px;
		  border-width: 6px;
		  border-top-color: #777777;
		}
		#cssmenu ul ul > li:hover::after,
		#cssmenu ul ul > li.active::after,
		#cssmenu ul ul > li.open::after {
		  border-top-color: #666666;
		}

4. File Script.js yang di upload di folder hosting OJS

		( function( $ ) {
		$( document ).ready(function() {
		$('#cssmenu li.has-sub>a').on('click', function(){
				$(this).removeAttr('href');
				var element = $(this).parent('li');
				if (element.hasClass('open')) {
					element.removeClass('open');
					element.find('li').removeClass('open');
					element.find('ul').slideUp();
				}
				else {
					element.addClass('open');
					element.children('ul').slideDown();
					element.siblings('li').children('ul').slideUp();
					element.siblings('li').removeClass('open');
					element.siblings('li').find('li').removeClass('open');
					element.siblings('li').find('ul').slideUp();
				}
			});
		});
		} )( jQuery );