UNPKG

2.17 kBHTMLView Raw
1---
2---
3<!DOCTYPE html>
4<html>
5 <head>
6 <meta charset="utf-8">
7 <title>{{ page.title }}</title>
8 <meta name="viewport" content="width=device-width, initial-scale=1.0">
9 <meta name="theme-color" content="#ffffff">
10 <style type="text/css">
11 body {
12 color: black !important;
13 background-color: hsla( 0, 98%, 100%, .8) !important;
14 }
15 article {
16 max-width: 48em;
17 margin-left: auto;
18 margin-right: auto;
19 font-size: 14pt;
20 }
21 article h1, article h2 {
22 font-family: sans-serif;
23 margin-bottom: 0px;
24 padding-bottom: 0px;
25 }
26 article aside {
27 border-left: 4px #2f4f4f solid;
28 margin-top: 1em;
29 padding-left: 1em;
30 font-size: smaller;
31 font-style: italic;
32 }
33 a {
34 color: #2f4f4f;
35 }
36 a:hover, a:visited {
37 color: #708090;
38 }
39 .properties li {
40 padding-bottom: 5px;
41 }
42 .property.name {
43 font-family: monospace;
44 font-weight: 700;
45 }
46 .property.name::after {
47 content: ': ';
48 font-weight: 500;
49 }
50 .property.optional.type::after {
51 content: ' (optional)';
52 font-weight: 500;
53 color: hsla(210, 40%, 70%, 1);
54 }
55 .property.description {
56 display: block;
57 }
58 .property.example {
59 font-family: monospace;
60 background-color: hsla(210, 70%, 90%, 1);
61 }
62 .property.example::before {
63 content: 'Example: ';
64 background-color: white;
65 }
66 .enum.name {
67 font-family: monospace;
68 font-weight: 700;
69 }
70 .message.name a {
71 text-decoration: none;
72 }
73 .capability.messages {
74 margin: 0px;
75 }
76 .capability.messages li {
77 display: inline;
78 }
79 .capability.messages li::after {
80 content: ', '
81 }
82 .capability.messages.header {
83 margin: 5px;
84 }
85 </style>
86 </head>
87 <body>
88 <article>
89 <h1>{{ page.title }}</h1>
90 <aside>
91 Last updated {{ site.time }}
92 </aside>
93 {{ content }}
94 </article>
95 </body>
96</html>