baseline
[omp.pkp.sfu.ca.git] / styles / help.css
blobf86e3e5512195e83107671bbcbb2c467d03a1df5
1 /**
2 * help.css
4 * Copyright (c) 2003-2008 John Willinsky
5 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
7 * Stylesheet for help pages.
9 * $Id: help.css,v 1.1.1.1 2008/10/20 21:27:07 tylerl Exp $
12 /**
13 * Misc
16 #header h1 {
17 width: 100%;
20 #container {
21 width: 100%;
24 #sidebar {
25 float: right;
26 width: 20%;
27 padding: 1em 0em 1em 0em;
28 font-size: 0.65em;
29 height: 100%;
30 margin-right: 5%;
33 #body {
34 width: 100%;
37 #main {
38 float: left;
39 width:58%;
40 height: 100%;
41 margin-left: 5%;
44 /* hack to set width for non-IE browsers to to a percentage
45 width of container (like it should be), not the window */
46 html>body #main {
47 width: 68%;
50 #main h4 {
51 margin: 0em 1em 0.5em 0em;
52 padding-top: 0.5em;
53 font-family: Georgia,'Times New Roman',Times,serif;
54 font-weight: normal;
57 #toc ul {
58 margin: 0;
59 padding: 0;
62 #toc li {
63 list-style-type: none;
64 font-size: 1.2em;
65 padding: 1px 0px 1px 0px;
68 div.thickSeparator {
69 width: 100%;
70 padding: 0;
71 border-bottom: 2px dotted #000;
72 line-height: 0px;
75 .code {
76 font-size: 1.2em;
77 padding-left: 5px;
78 color: #666;
81 span.blockTitle {
82 color: #375;
85 /**
86 * Sidebar
89 #sidebar div.block span.blockTitle {
90 font-family: Georgia,'Times New Roman',Times,serif;
93 #sidebar a {
94 text-decoration: none;
97 #sidebar div.block span.blockTitle {
98 font-size: 1.1em;
99 text-transform: none;
103 * Breadcrumb
106 li.current, a.current {
107 font-weight: bold;
110 .searchBreadcrumb {
111 font-size: 0.8em;
114 .searchBreadcrumb a {
115 text-decoration: none;
118 #search li {
119 margin: 10px 0px 10px 0px;
122 #search p {
123 margin: 0px;
124 padding: 0px;