[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
plugins
/
themes
/
night
/
[
Home
]
File: night.css
/** * plugins/themes/night/night.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. * * Night theme. * */ body { background-color: #000000; color: #ffffff; } a:link { color: #ffffff; } a:active { color: #ffffff; } a:visited { color: #808080; } a:hover { color: red; background: #000000; } input.textField, select.selectMenu, textarea.textArea, input.uploadField { background-color: #888888; } input.defaultButton { background-color: #000000; } #container { text-align: left; } #header { background-color: #000000; border-bottom: 1px solid red; } #headerTitle { color: #ffffff; } #main { background-color: #000000; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; } #navbar { border-bottom: 1px solid red; } #breadcrumb { padding-bottom: 10px; border-bottom: 1px solid red; } #content { border-top: 0px dotted #000; }