assets loading update
This commit is contained in:
@@ -30,13 +30,6 @@
|
||||
}
|
||||
|
||||
:root {
|
||||
/* https://coolors.co/114b5f-1a936f-d8d2e1-b88e8d-d5573b */
|
||||
--midnightgreeneagle: #114B5F;
|
||||
--illuminatingemerald: #1A936F;
|
||||
--languidlavender: #D8D2E1;
|
||||
--rosybrown: #B88E8D;
|
||||
--cedarchest: #D5573B;
|
||||
|
||||
/* https://coolors.co/f4f4f6-274c77-6096ba-f2ff49-ff4242 */
|
||||
--yaleblue: #274c77;
|
||||
--ceruleanfrost: #6096ba;
|
||||
|
||||
1
assets/style.rc2.min.css
vendored
Normal file
1
assets/style.rc2.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -1,4 +1,2 @@
|
||||
|
||||
<link rel="preload" href="dist/library/semantic/semantic.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="dist/library/semantic/semantic.min.css"></noscript>
|
||||
<link href="assets/style.rc1.css" rel="stylesheet" type="text/css"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/library/semantic/semantic.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="assets/style.rc2.min.css" />
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
<script src="dist/library/jquery-3.6.0.min.js"></script>
|
||||
<script src="dist/library/semantic/semantic.min.js"></script>
|
||||
<script src="assets/script.js"></script>
|
||||
<script>
|
||||
$(document)
|
||||
.ready(function() {
|
||||
// fix menu when passed
|
||||
$('.masthead')
|
||||
.visibility({
|
||||
once: false,
|
||||
onBottomPassed: function() { $('.fixed.menu').transition('fade in'); },
|
||||
onBottomPassedReverse: function() { $('.fixed.menu').transition('fade out'); }
|
||||
});
|
||||
// create sidebar and attach to menu open
|
||||
$('.ui.sidebar').sidebar('attach events', '.toc.item');
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user