forked from ssy341/datatables-cn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreference_api_layout.html
88 lines (81 loc) · 1.89 KB
/
reference_api_layout.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
<!DOCTYPE html>
<html>
<head>
{% include reference/reference_api_meta.html %}
{% include reference/reference_option_detail_link.html %}
<style>
code.option {
color: #D14;
background-color: #fcf6f8;
border: 1px solid #f7d6df;
}
code>span {
border-left: 1px solid rgba(0,0,0,0.2);
margin-left: 4px;
padding-left: 4px;
opacity: 0.5;
}
div.ref_type {
position: relative;
padding: 3.5em 1em 1em 1em;
border: 1px solid #ccc;
border-radius: 5px;
box-shadow: 0 0 3px #bbb;
margin-bottom: 1em
}
div.ref_type:last-child {
margin-bottom: 0
}
div.ref_type h3 {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1em;
padding: 0.5em;
margin-top: 0;
background-color: #f6f6f6;
border-bottom: 1px solid #ddd;
border-top-left-radius: 5px;
border-top-right-radius: 5px
}
div.ref_type span.type {
font-size: 0.8em;
color: #777;
font-style: italic
}
div.ref_type dl dt {
font-size: 1.1em
}
div.ref_type dl dd {
margin-left: 3em;
margin-bottom: 1em
}
div.ref_type dl:last-child {
margin-bottom: 0
}
div.ref_search input {
padding: 0.5em;
border-radius: 0.5em;
width: 90%;
}
</style>
{% include example_script.html %}
</head>
<body>
{% include nav.html param='reference' %}
<div class="container-fluid">
<div class="row-fluid">
<div class="span2"></div>
<div class="span8">
{% include xad.html %}
{{content}}
{% include disqus.html %}
</div><!--/row-->
<div class="span2"></div>
</div><!--/row-->
<hr>
</div><!--/.fluid-container-->
{% include copyright.html %}
</body>
</html>