-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathphplotdoc.css
More file actions
51 lines (43 loc) · 863 Bytes
/
phplotdoc.css
File metadata and controls
51 lines (43 loc) · 863 Bytes
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
/* $Id$
HTML Style Sheet for PHPlot Reference Manual
*/
/* For cover page: */
h1.title {
text-align: center;
font-size: 250%;
}
h3.corpauthor, h3.author, .affiliation {
text-align: center;
font-style: italic;
}
/* Shade examples */
pre.programlisting, pre.synopsis, pre.screen {
color: #000000;
background-color: #e0e0e0;
padding: 10px;
}
/* Table of Contents */
.toc dl dt {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.toc dl dl dt {
padding-top: 0em;
padding-bottom: 0em;
}
/* Abstract */
.abstract {
margin-left: 4em;
margin-right: 4em;
}
/* Indent examples, line up program listings inside examples */
div.example {
margin-left: 4em;
}
div.example pre.programlisting, div.example pre.screen {
margin-left: 0em;
}
/* Don't put userinput in bold (strong) - hard to read. */
strong.userinput {
font-weight: normal;
}