mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
Compare commits
No commits in common. "a238bb327fa7be49bda02716f9a0d2d4a18eb848" and "5cc0c2e4490adaf78cd66fa23226e337d99aeb00" have entirely different histories.
a238bb327f
...
5cc0c2e449
11 changed files with 9 additions and 66 deletions
|
@ -53,6 +53,7 @@ a {
|
|||
background-color: $dark-fg;
|
||||
}
|
||||
}
|
||||
|
||||
a.footer-nav-item.active,
|
||||
a.footer-nav-item:hover {
|
||||
&.light {
|
||||
|
|
|
@ -32,7 +32,6 @@ footer {
|
|||
#content ul,
|
||||
#content ol,
|
||||
#content table,
|
||||
#content nav,
|
||||
.embed,
|
||||
code,
|
||||
.postdescription,
|
||||
|
@ -108,6 +107,7 @@ p code{
|
|||
}
|
||||
|
||||
#footer-right * {
|
||||
display: flex;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
|
@ -142,14 +142,13 @@ h6 {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin-top: 12pt;
|
||||
margin-bottom: 12pt;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
article {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
@import "./noscript";
|
||||
@import "./colors";
|
||||
@import "./layout";
|
||||
@import "./font";
|
||||
@import "./style";
|
||||
@import "./responsive";
|
||||
@import "./responsive"
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
.flexjs,
|
||||
.iflexjs {
|
||||
display: none;
|
||||
}
|
|
@ -1,6 +1,5 @@
|
|||
#hamburger-button,
|
||||
#hamburger-bg,
|
||||
#replacement-burger,
|
||||
#darkmode-button-small{
|
||||
display: none;
|
||||
}
|
||||
|
@ -10,9 +9,8 @@
|
|||
#darkmode-toggle,
|
||||
#darkmode-toggle-label
|
||||
{
|
||||
display: none !important;
|
||||
display: none;
|
||||
}
|
||||
#replacement-burger,
|
||||
#hamburger-button,
|
||||
#darkmode-button-small,
|
||||
#hamburger-bg,
|
||||
|
|
|
@ -68,12 +68,6 @@ button{
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
#replacement-burger{
|
||||
width: 24pt;
|
||||
height: 24pt;
|
||||
}
|
||||
|
||||
.togglelabel {
|
||||
border: solid;
|
||||
}
|
||||
|
@ -118,7 +112,6 @@ h6 {
|
|||
}
|
||||
|
||||
.postdescription,
|
||||
#content nav,
|
||||
#content p,
|
||||
#content ul,
|
||||
#content ol,
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
{{ define "main" }}
|
||||
<section id="main">
|
||||
<header>
|
||||
<h1 id="title" class="colorswitch">
|
||||
<a href="../" class="colorswitch uplink">{{ .Title }}</a>
|
||||
</h1>
|
||||
</header>
|
||||
<div>
|
||||
<article id="content" class="colorswitch">
|
||||
{{ .Content }}
|
||||
<p>
|
||||
{{ $currentPage := . }}
|
||||
{{ range .Site.Menus.nav }}
|
||||
<a class="hamburger-nav-item{{if or ($currentPage.IsMenuCurrent "nav" .) ($currentPage.HasMenuCurrent "nav" .) }} active{{end}} colorswitch" href="{{ .URL }}" title="{{ .Title }}">{{ .Name }} {{ .Title }}</a>
|
||||
{{ end }}
|
||||
</p>
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
|
@ -4,26 +4,15 @@
|
|||
<nav id="footer-nav" aria-label="navigation">
|
||||
{{ $currentPage := . }}
|
||||
{{ range .Site.Menus.nav }}
|
||||
<a class="footer-nav-item{{if or ($currentPage.IsMenuCurrent "nav" .) ($currentPage.HasMenuCurrent "nav" .) }} active{{end}} colorswitch" href="{{ .URL }}" title="{{ .Title }}">{{ .Name }} </a>
|
||||
<a class="footer-nav-item{{if or ($currentPage.IsMenuCurrent "nav" .) ($currentPage.HasMenuCurrent "nav" .) }} active{{end}} colorswitch" href="{{ .URL }}" title="{{ .Title }}">{{ .Name }}</a>
|
||||
{{ end }}
|
||||
</nav>
|
||||
</span>
|
||||
<span id="footer-right">
|
||||
<div class="flexjs">
|
||||
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
|
||||
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox" id="darkmode-toggle-label"></label>
|
||||
</div>
|
||||
<div class="flexjs">
|
||||
<button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button>
|
||||
<nav aria-label="hamburger menu">
|
||||
<button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button>
|
||||
</nav>
|
||||
</div>
|
||||
<noscript>
|
||||
<nav>
|
||||
<a class="colorswitch footer-nav-item" id="replacement-burger" href="/nav"></a>
|
||||
</nav>
|
||||
</noscript>
|
||||
<div class="hamburger colorswitch hidden" id="hamburger-bg">
|
||||
<nav id="hamburger-nav" aria-label="navigation">
|
||||
{{ $currentPage := . }}
|
||||
|
@ -31,6 +20,6 @@
|
|||
<a class="hamburger-nav-item{{if or ($currentPage.IsMenuCurrent "nav" .) ($currentPage.HasMenuCurrent "nav" .) }} active{{end}} colorswitch" href="{{ .URL }}" title="{{ .Title }}">{{ .Name }} {{ .Title }}</a><br>
|
||||
{{ end }}
|
||||
</nav>
|
||||
</div>
|
||||
</span>
|
||||
</noscript>
|
||||
</footer>
|
||||
|
|
|
@ -1 +1 @@
|
|||
<button class="randomword-button colorswitch" data-wordlist="{{.Get 0}}"><noscript>{{.Get 1}}</noscript></button>
|
||||
<button class="randomword-button colorswitch" data-wordlist="{{.Get 0}}"></button>
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
import { updateMode } from "./lightmode.js";
|
||||
import { activateHamburger } from "./hamburger.js";
|
||||
import { randomizeWords } from "./randomword.js";
|
||||
import { unhide_elements } from "./noscript.js";
|
||||
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
updateMode();
|
||||
activateHamburger();
|
||||
randomizeWords();
|
||||
unhide_elements();
|
||||
});
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
const flexes = document.getElementsByClassName("flexjs");
|
||||
const iflexes = document.getElementsByClassName("iflexjs");
|
||||
export function unhide_elements() {
|
||||
for (let element of flexes) {
|
||||
element.style.display = "flex";
|
||||
}
|
||||
for (let element of iflexes) {
|
||||
element.style.display = "inline-flex";
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue