CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
1
/* gapdoc.css Frank Lübeck */
2
/* $Id: gapdoc.css,v 1.11 2007/03/06 07:02:42 gap Exp $ */
3
4
5
/* basic settings */
6
body {
7
position: relative;
8
background: #ffffff;
9
color: #000000;
10
/* background-image: url(gapdoc.jpg);
11
margin-top: 15px;
12
margin-bottom: 15px;
13
margin-left: 10px;
14
margin-right: 10px; */
15
width: 70%;
16
margin: 0pt;
17
padding: 15pt;
18
font-family: Helvetica,Verdana,Arial,sans-serif;
19
text-align: justify;
20
}
21
22
h1 { font-size: 200%; }
23
h2 { font-size: 160%; }
24
h3 { font-size: 160%; }
25
h4 { font-size: 130%; }
26
h5 { font-size: 100%; }
27
28
p.foot {
29
font-size: 60%;
30
font-style: normal;
31
}
32
33
a:link {
34
color: #00008e;
35
text-decoration: none;
36
}
37
a:visited {
38
color: #00008e;
39
text-decoration: none;
40
}
41
a:active {
42
color: #000000;
43
text-decoration: none;
44
}
45
46
/* general alignment classes */
47
.pcenter {
48
text-align: center;
49
}
50
51
.pleft {
52
text-align: left;
53
}
54
55
.pright {
56
text-align: right;
57
}
58
59
/* layout for the Func-like elements */
60
div.func {
61
background-color: #e0e0e0;
62
margin: 0pt 0pt;
63
}
64
65
66
/* general and special table settings */
67
table {
68
margin-left: auto;
69
margin-right: auto;
70
}
71
72
td, th {
73
border-collapse: collapse;
74
border-style: none;
75
}
76
77
table.func {
78
padding: 0pt 1ex;
79
margin-left: 1ex;
80
margin-right: 1ex;
81
background-color: transparent;
82
/* line-height: 1.1; */
83
width: 100%;
84
}
85
86
/* Example elements */
87
table.example {
88
background-color: #efefef;
89
border-style: none;
90
border-width: 0pt;
91
padding: 0px;
92
width: 100%
93
}
94
table.example td {
95
border-style: none;
96
border-width: 0pt;
97
padding: 0ex 1ex;
98
}
99
100
/* links to chapters in all files */
101
/* if there are too many chapters then use 'display: none' here */
102
div.chlinktop {
103
background-color: #dddddd;
104
border-style: solid;
105
border-width: thin;
106
margin: 2px;
107
text-align: center;
108
/* width: 100%; */
109
}
110
111
div.chlinktop a {
112
background-color: #e9e9e9;
113
}
114
115
div.chlinkbot {
116
background-color: #dddddd;
117
border-style: solid;
118
border-width: thin;
119
margin: 2px;
120
text-align: center;
121
/* width: 100%; */
122
}
123
124
div.chlinkbot a {
125
background-color: #e9e9e9;
126
}
127
128
span.chlink1 {
129
}
130
131
/* and this is for the "Top", "Prev", "Next" links */
132
div.chlinkprevnexttop {
133
background-color: #dddddd;
134
border-style: solid;
135
border-width: thin;
136
text-align: center;
137
margin: 2px;
138
/* width: 100%; */
139
}
140
141
div.chlinkprevnexttop a {
142
background-color: #e9e9e9;
143
}
144
145
div.chlinkprevnextbot {
146
background-color: #dddddd;
147
border-style: solid;
148
border-width: thin;
149
text-align: center;
150
margin: 2px;
151
/* width: 100%; */
152
}
153
154
div.chlinkprevnextbot a {
155
background-color: #e9e9e9;
156
}
157
158
159
/* table of contents */
160
div.ContChap {
161
}
162
163
div.ContSect {
164
text-align: left;
165
margin-left: 1em;
166
}
167
168
span.ContSS {
169
display: none;
170
margin-left: 2em;
171
}
172
173
span.ContSS br {
174
display: none;
175
}
176
177
div.ContSect:hover span.ContSS {
178
display: block;
179
text-align: left;
180
margin-left: 1em;
181
}
182
183
div.ChapSects {
184
position: fixed;
185
left: 75%;
186
font-size: 80%;
187
}
188
189
/* Table elements */
190
table.GAPDocTable {
191
border-collapse: collapse;
192
border-style: none;
193
border-color: black;
194
}
195
196
table.GAPDocTable td, table.GAPDocTable th {
197
padding: 3pt;
198
border-width: thin;
199
border-style: solid;
200
border-color: #555555;
201
}
202
203
caption.GAPDocTable {
204
caption-side: bottom;
205
width: 70%;
206
margin-top: 1em;
207
margin-left: auto;
208
margin-right: auto;
209
}
210
211
td.tdleft {
212
text-align: left;
213
}
214
215
td.tdright {
216
text-align: right;
217
}
218
219
td.tdcenter {
220
text-align: center;
221
}
222
223
/* general settings */
224
pre {
225
font-family: "Courier New",Courier,monospace;
226
font-size: 100%;
227
color:#111111;
228
}
229
230
tt,code {
231
font-family: "Courier New",Courier,monospace;
232
font-size: 110%;
233
color: #284d49; }
234
235
var {
236
color: #cf0000;
237
}
238
239
/* may be overwritten for some types of elements */
240
/* Verb elements */
241
pre.normal {
242
color: #000000;
243
}
244
245
/* Func-like elements and Ref to Func-like */
246
code.func {
247
color: #006500;
248
}
249
250
/* K elements */
251
code.keyw {
252
color: #ff0000;
253
}
254
255
/* F elements */
256
code.file {
257
color: #8e4510;
258
}
259
260
/* C elements */
261
code.code {
262
}
263
264
/* Item elements */
265
code.i {
266
}
267
268
/* Button elements */
269
strong.button {
270
}
271
272
/* Headings */
273
span.Heading {
274
}
275
276
/* Arg elements */
277
var.Arg {
278
}
279
280
/* Example elements, is in tables, see above */
281
div.Example {
282
}
283
284
/* Package elements */
285
strong.pkg {
286
}
287
288
/* URL-like elements */
289
span.URL {
290
}
291
292
/* Mark elements */
293
strong.Mark {
294
}
295
296
/* Ref elements */
297
b.Ref {
298
}
299
300
/* this contains the contents page */
301
div.contents {
302
}
303
304
/* this contains the index page */
305
div.index {
306
}
307
308
/* ignore some text for non-css layout */
309
span.nocss {
310
display: none;
311
}
312
313