feat: GSP 1.0 baseline – module versions, FAQ refresh, XML editor validation, Obsidian theme
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/40ca313f-3f17-4f62-8f05-ba72540a8d30 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
1b3b79447f
commit
d564476d1c
178 changed files with 3327 additions and 44 deletions
50
themes/Obsidian/layout.html
Normal file
50
themes/Obsidian/layout.html
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta name="generator" content="HTML Tidy for Linux/x86 (vers 25 March 2009), see www.w3.org" />
|
||||
|
||||
<title>%title%</title>
|
||||
<link rel="stylesheet" type="text/css" href= "themes/Obsidian/css/style.css" />
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=%charset%" />
|
||||
%header_code%
|
||||
<script src="themes/Obsidian/js/cookie.js"></script>
|
||||
<link href='themes/Obsidian/images/favicon.ico' id='m_favicon' rel='icon' type='image/x-icon'/>
|
||||
<script src='themes/Obsidian/js/config.min.js' async></script>
|
||||
<link rel='stylesheet' href='themes/Obsidian/css/pace/pace.css' />
|
||||
<script src='themes/Obsidian/js/pace.min.js'></script>
|
||||
<link rel="stylesheet" href="themes/Obsidian/css/tip.css" />
|
||||
<script src="themes/Obsidian/js/tip.min.js"></script>
|
||||
<script src="themes/Obsidian/js/Obsidian.min.js"></script>
|
||||
<link rel='stylesheet' href='themes/Obsidian/css/responsive.css' />
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
%meta%
|
||||
%body%
|
||||
<script type="text/javascript">
|
||||
// ===== Scroll to Top ====
|
||||
$(document).ready(function () {
|
||||
|
||||
$(window).scroll(function () {
|
||||
if ($(this).scrollTop() > 100) {
|
||||
$('#return-to-top').addClass("return-to-top-active");
|
||||
} else {
|
||||
$('#return-to-top').removeClass("return-to-top-active");
|
||||
}
|
||||
});
|
||||
|
||||
$('#return-to-top').click(function () {
|
||||
$("html, body").animate({
|
||||
scrollTop: 0
|
||||
}, 600);
|
||||
return false;
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
<a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue