| 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_html/styles/ |
Upload File : |
/**
* 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;
}