| Server IP : 127.0.1.1 / Your IP : 216.73.216.83 Web Server : Apache/2.4.58 (Ubuntu) System : Linux nepub 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/public/journals/3/ |
Upload File : |
/**
* plugins/themes/classicNavy/classicNavy.css
*
* Copyright (c) 2013-2014 Simon Fraser University Library
* Copyright (c) 2003-2014 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Classic blue theme stylesheet.
* modifications by cv 2020
*
*/
body {
background-color: #fff;
font-family: "Times New Roman", Times, Georgia, serif;
font-size: 130%; /* added */
}
a {
text-decoration: none;
}
a:link {
color: #007;
}
a:active {
color: #238;
}
a:visited {
color: #007;
}
a:hover {
color: #ABD;
background: #007;
}
label.error {
color: #900;
}
input.defaultButton {
color: #ABD;
background: #007;
}
#container {
background-color: #fff;
font-size: 1em; /* was 1em */
}
#header {
min-height: 100px;
background-color: #fff;
}
#headerTitle {
text-align: center;
}
/* journal title */
#header h1 {
line-height: 2.5;
font-family: "Times New Roman", Times, Georgia, serif;
text-transform: none; /* was uppercase */
letter-spacing: 10px;
font-size: 2em;
background-color: #007;
color: #fff;
}
#footer {
background-color: #007;
color: #fff;
}
#footerContent {
color: #fff;
}
#main {
background-color: #fff;
border-top: 1px solid yellow;
border-bottom: 1px dotted #007;
margin-top: 15px;
}
#main h2 {
font-family: "Times New Roman", Times, Georgia, serif;
text-transform: none; /* was uppercase */
}
#main h3 {
font-family: "Times New Roman", Times, Georgia, serif;
text-transform: none; /* was uppercase */
}
#navbar {
border-bottom: 1px dotted #007;
text-align: center;
}
#breadcrumb {
height: 22px; /* was 18px */
line-height: 1.5em; /* was 1.5em */
text-align: center;
border-bottom: 1px dotted #007;
padding-top: 0; /* was padding: 0 */
padding-bottom: 10; /* was added */
font-style: italic;
}
#content {
border-top: 1px dotted #007;
}
#content h3 {
font-family: "Times New Roman", Times, Georgia, serif;
text-transform: none; /* was uppercase */
}
#content h4 {
font-family: "Times New Roman", Times, Georgia, serif;
text-transform: none; /* was uppercase */
}
#content h5 {
text-transform: none; /* was uppercase */
}
span.highlight {
border-bottom: 1px dotted #007;
}
table.listing tr.highlight {
background: #fcff64;
}
table.listing tr.fastTracked {
background-color: #ABD;
}
table.listing td.headseparator {
border-top: 1px dotted #007;
}
table.listing td.endseparator {
border-top: 1px dotted #007;
}
span.formError {
color: #900;
}
ul.formErrorList {
color: #900;
}
div.separator {
border-bottom: 1px dotted #007;
}
#rightSidebar ul, #leftSidebar ul {
margin-left: 0px;
padding-left: 0px;
}
#rightSidebar li, #leftSidebar li {
list-style-type: none;
}
#rightSidebar, #leftSidebar {
margin-top: 5px;
border-bottom: 1px dotted #007;
text-transform: none; /* was added */
}
/ * cv added 14/9/2022 */
#group ol {
margin-left: 0px;
padding-left: 0px;
}
#group li {
padding: 5px 0;
list-style-type: none;
}
/*
ol {
list-style-type: none;
list-style-position: inside;
li {
padding: 5px 0;
}
}*/