[ 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
/
styles
/
[
Home
]
File: help.css
/** * styles/help.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. * * Stylesheet for help pages. * */ /** * Misc */ #header h1 { width: 100%; } #container { width: 100%; } #sidebar { float: right; width: 20%; padding: 1em 0em 1em 0em; font-size: 0.65em; height: 100%; margin-right: 5%; } #body { width: 100%; } #main { float: left; width:58%; height: 100%; margin-left: 5%; } /* hack to set width for non-IE browsers to to a percentage width of container (like it should be), not the window */ html>body #main { width: 68%; } #main h4 { margin: 0em 1em 0.5em 0em; padding-top: 0.5em; font-family: Georgia,'Times New Roman',Times,serif; font-weight: normal; } #toc ul { margin: 0; padding: 0; } #toc li { list-style-type: none; font-size: 1.2em; padding: 1px 0px 1px 0px; } div.thickSeparator { width: 100%; padding: 0; border-bottom: 2px dotted #000; line-height: 0px; } .code { font-size: 1.2em; padding-left: 5px; color: #666; } span.blockTitle { color: #375; } /** * Sidebar */ #sidebar div.block span.blockTitle { font-family: Georgia,'Times New Roman',Times,serif; } #sidebar a { text-decoration: none; } #sidebar div.block span.blockTitle { font-size: 1.1em; text-transform: none; } /** * Breadcrumb */ li.current, a.current { font-weight: bold; } .searchBreadcrumb { font-size: 0.8em; } .searchBreadcrumb a { text-decoration: none; } #search li { margin: 10px 0px 10px 0px; } #search p { margin: 0px; padding: 0px; }