-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDoc.css
More file actions
177 lines (170 loc) · 2.77 KB
/
Copy pathDoc.css
File metadata and controls
177 lines (170 loc) · 2.77 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
/*
Webware for Python (https://webwareforpython.github.io/w4py/)
Common style sheet for Webware's documentation pages
*/
/* First import default style for pages created with Docutils: */
@import url(DocUtils.css);
/* Customization for Webware goes here: */
body {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
padding: 12pt;
}
table {
empty-cells: show;
border-collapse: collapse;
margin: 0 auto;
}
table.doc {
border-spacing: 2px;
border-collapse: separate;
border-style: none;
}
td, th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
table.doc td, table.doc th {
padding: 4px;
border-style: none;
}
p {
margin-top: 6pt;
margin-bottom: 6pt;
text-align: justify;
}
li {
margin-bottom: 6pt;
}
h1, h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #002352;
}
h3, h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #002352;
}
h1 {
font-size: 18pt;
}
h2 {
font-size: 16pt;
}
h3 {
font-size: 14pt;
}
h4 {
font-size: 12pt;
}
h5 {
font-size: 11pt;
}
h6 {
font-size: 10pt;
}
h1.titlebar {
padding: 4pt;
margin-bottom: 12pt;
text-align: center;
color: white;
background-color: #025;
}
h1.title, h1.header {
padding: 4pt;
margin-bottom: 12pt;
text-align: center;
border-bottom: 1pt solid #025;
padding-bottom: 8pt;
}
div.footer {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 9pt;
text-align: center;
padding: 4pt;
margin-top: 16pt;
border-top: 1pt solid #025;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
}
.top {
vertical-align: top;
}
.nowrap {
white-space: nowrap;
}
.contents {
font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.contents ul {
list-style: none;
margin-bottom: 24pt;
padding-left: 0em;
margin-left: 2em;
}
.contents ul li {
font-size: 11pt;
margin-bottom: 3pt;
}
.contents ul ul {
list-style-type: none;
margin-top: 2pt;
margin-bottom: 2pt;
padding-left: 0em;
margin-left: 1.5em;
}
.contents ul ul li {
font-size: 10pt;
margin-bottom: 1pt;
}
.contents .topic-title {
font-size: 16pt;
}
span.name {
font-weight: bold;
}
span.filename {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 9pt;
}
code, .literal, .literal-block, .pre, .py {
font-family: "Andale Mono", "Lucida Console", Monaco, "Courier New", Courier, monospace;
font-size: 10pt;
color: #052;
}
tt.literal, span.pre {
background-color: #FFFFFF;
}
pre.py, pre.literal-block {
margin: 0;
padding: 2pt 1pt 1pt 2pt;
background-color: #F0F0F8;
}
.typed {
font-weight: bold;
}
.error {
color: red;
}
.warning {
color: brown;
}
/* Configuration documentation: */
dl.config {
}
dt.config {
}
dd.config {
}
span.setting {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
}