-
Notifications
You must be signed in to change notification settings - Fork 5
/
doc-template.html
108 lines (87 loc) · 1.41 KB
/
doc-template.html
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
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8"/>
<style>
/*
* {
border: 1px solid magenta !important;
}
*/
html {
background-color: #16191a;
}
body {
background-color: #18191c;
margin: 2em auto;
width: 80%;
max-width: 80%;
padding: 32px;
font-family: Helvetica, Arial, sans-serif;
color: #e8e6e3;
border: solid #afafcf 1px;
border-radius: 2em;
}
a {
color: #3391ff;
text-decoration: none;
padding: 3px 3px 3px 3px;
}
a:link:hover {
color: #7095ff;
background-color: #25282A;
border-radius: 4px;
}
h2::before {
content: "\2756";
padding-right: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
color: #117dee;
font-family: Verdana, Geneva, sans-serif;
}
p, pre, table {
padding-left: 2%;
}
.description {
margin: 0 0 5% 5%;
}
.keyword {
color: #799ae0;
}
.string {
color: #d16161;
}
.signature {
width: 80%;
background-color: #202330;
border: solid #afafcf 1px;
border-radius: 6px;
padding: 5px;
}
.bulleted:before {
content: "\2022 ";
}
.module-name:before { content: "\2756 "; }
.module-name { font-weight: bold; }
.private-field-comment {
color: #77405F;
font-weight: bold;
}
.parameter-name {
}
.parameter-type {
color: #C7B1F2;
}
</style>
<body>
<h1>Cyan API Documentation</h1>
<p>
This documentation is auto-generated and may be incomplete.
</p>
<h1>Table of Contents</h1>
<table width='100%'><tbody><td valign=top>
<!--TABLE OF CONTENTS-->
</td></tbody></table>
<!--CONTENTS-->
</body>
</html>