-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.css
More file actions
128 lines (105 loc) · 1.66 KB
/
help.css
File metadata and controls
128 lines (105 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
/**
* help.css
*
* Copyright (c) 2003-2011 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Stylesheet for help pages.
* With contributions from:
* - 2014 Instituto Nacional de Investigacion y Tecnologia Agraria y Alimentaria
*
*
* $Id$
*/
/**
* 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;
}