92052cb600
Adds * version information * links to the GitHub repository, issues and releases * links to the examples and options * a link to the 3.5.2 docs to the footer as well as namespaced styles for the footer in general as well as all the above.
81 lines
2.0 KiB
HTML
81 lines
2.0 KiB
HTML
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
<title>
|
||
{{ page.title }}
|
||
</title>
|
||
|
||
<script type="text/javascript" src="vendor/js/jquery.min.js"></script>
|
||
<script type="text/javascript" src="dist/js/select2.full.js"></script>
|
||
<script type="text/javascript" src="vendor/js/bootstrap.min.js"></script>
|
||
<script type="text/javascript" src="vendor/js/prettify.min.js"></script>
|
||
<script type="text/javascript" src="vendor/js/anchor.min.js"></script>
|
||
|
||
<link href="vendor/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
|
||
<link href="dist/css/select2.min.css" type="text/css" rel="stylesheet" />
|
||
|
||
<link href="vendor/css/font-awesome.min.css" type="text/css" rel="stylesheet" />
|
||
<link href="vendor/css/prettify.css" type="text/css" rel="stylesheet" />
|
||
<link href="vendor/css/anchor.css" type="text/css" rel="stylesheet" />
|
||
|
||
<style type="text/css">
|
||
body { font-size: 16px; }
|
||
|
||
/* Footer */
|
||
.s2-docs-footer {
|
||
border-top: 1px solid #E5E5E5;
|
||
color: #767676;
|
||
padding-top: 40px;
|
||
padding-bottom: 40px;
|
||
margin-top: 100px;
|
||
text-align: center;
|
||
}
|
||
.s2-docs-footer-links {
|
||
padding-left: 0;
|
||
margin-top: 20px;
|
||
}
|
||
.s2-docs-footer-links li {
|
||
display: inline;
|
||
padding: 0 2px;
|
||
}
|
||
.s2-docs-footer-links li:after {
|
||
content: "·";
|
||
padding-left: 8px;
|
||
}
|
||
.s2-docs-footer-links li:first-child {
|
||
padding-left: 0;
|
||
}
|
||
.s2-docs-footer-links li:last-child:after {
|
||
content: "";
|
||
padding-left: 0;
|
||
}
|
||
@media (min-width: 768px) {
|
||
.s2-docs-footer p {
|
||
margin-bottom: 0;
|
||
}
|
||
}
|
||
|
||
.navbar-inverse .navbar-brand { color: #fff; }
|
||
|
||
/* anchor.js */
|
||
.anchorjs-link {
|
||
float: left;
|
||
width: 1em;
|
||
height: 1em;
|
||
margin-left: -1.2em;
|
||
opacity: 0;
|
||
color: inherit;
|
||
text-align: center;
|
||
}
|
||
.anchorjs-link:link,
|
||
.anchorjs-link:visited {
|
||
text-decoration: none;
|
||
color: inherit;
|
||
}
|
||
.anchorjs-icon {
|
||
font-size: 60%;
|
||
vertical-align: .2em;
|
||
}
|
||
</style>
|