diff options
Diffstat (limited to 'default.template')
-rw-r--r-- | default.template | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/default.template b/default.template index 42f1afe..86a6f36 100644 --- a/default.template +++ b/default.template | |||
@@ -24,17 +24,18 @@ | |||
24 | } | 24 | } |
25 | table, td, th {border-collapse: collapse; border: 2px solid grey;} | 25 | table, td, th {border-collapse: collapse; border: 2px solid grey;} |
26 | 26 | ||
27 | .toolTip {background: darkcyan;} | 27 | .toolTip {background: darkcyan; font-size: 1.42em;} |
28 | 28 | ||
29 | .boxWrapper { | 29 | .boxWrapper { |
30 | height: 100%; width: 100%; | 30 | height: 100%; width: 100%; |
31 | margin: 0; padding: 0; border: none; | 31 | margin: 0; padding: 0; border: none; |
32 | display: grid; | 32 | display: grid; |
33 | // grid-template-areas: | 33 | // grid-template-areas: |
34 | // "logo tools" | 34 | // "logo tools" |
35 | // "logo head" | 35 | // "logo head" |
36 | // "menu body" | 36 | // "menu body" |
37 | // "history foot"; | 37 | // "history foot" |
38 | // "nyaw ."; | ||
38 | grid-template-columns: auto 1fr auto auto; | 39 | grid-template-columns: auto 1fr auto auto; |
39 | grid-template-rows: auto auto 1fr auto auto; | 40 | grid-template-rows: auto auto 1fr auto auto; |
40 | // grid-auto-columns: minmax(auto, auto); | 41 | // grid-auto-columns: minmax(auto, auto); |
@@ -57,7 +58,7 @@ | |||
57 | 58 | ||
58 | .boxHistory {grid-area: history; grid-column: 1 / 1; grid-row: 4 / 4; height: min-content;} | 59 | .boxHistory {grid-area: history; grid-column: 1 / 1; grid-row: 4 / 4; height: min-content;} |
59 | .boxFoot {grid-area: foot; grid-column: 2 / 4; grid-row: 4 / 4; height: min-content; text-align: right;} | 60 | .boxFoot {grid-area: foot; grid-column: 2 / 4; grid-row: 4 / 4; height: min-content; text-align: right;} |
60 | .boxnyaw {grid-area: foot; grid-column: 1 / 4; grid-row: 5 / 5; height: min-content; text-align: right; font-size: 0.55em;} | 61 | .boxnyaw {grid-area: nyaw; grid-column: 1 / 4; grid-row: 5 / 5; height: min-content; text-align: right; font-size: 0.55em;} |
61 | 62 | ||
62 | #modeToggleBody {display: none;} | 63 | #modeToggleBody {display: none;} |
63 | #modeToggleMenu {display: none;} | 64 | #modeToggleMenu {display: none;} |
@@ -87,19 +88,19 @@ | |||
87 | <input type="checkbox" id="modeToggleMenu"/> | 88 | <input type="checkbox" id="modeToggleMenu"/> |
88 | <input type="checkbox" id="modeToggleBody"/> | 89 | <input type="checkbox" id="modeToggleBody"/> |
89 | <div class="boxLogo"><header><nav> | 90 | <div class="boxLogo"><header><nav> |
90 | <a href="$home$"><img src="$logo$" alt="Not (Yet) (Another / A) Wiki." title="Not (Yet) (Another / A) Wiki."/></a> | 91 | <a href="$home$"><img src="$logo$" alt="not (Yet) (Another / A) Wiki."/></a> |
91 | </nav></header></div> | 92 | </nav></header></div> |
92 | <div class="boxTools"><header><nav> | 93 | <div class="boxTools"><header><nav> |
93 | <b class="toolTip" title="🍔 hides / shows non content, reverse hamburger menu. | 94 | <b class="toolTip" title="🍔 hides / shows non content, reverse hamburger menu. |
94 | 🕶 switches between dark and light themes. | 95 | 🕶 switches between dark and light themes. |
95 | 🪵 will be for logging in, when I have written that bit. | 96 | 🪵 will be for logging in, when I have written that bit. |
96 | 🔍 will be the search, when I have written that bit. | 97 | 🔍 will be the search, when I have written that bit. |
97 | 👣 is a trail of the steps to get here.">❓</b> | 98 | 👣 is a trail of the steps to get here.">❓</b> |
98 | <b class="toolTip"><label for="modeToggleMenu" class='modeBtn'>🍔</label></b> | 99 | <b class="toolTip"><label for="modeToggleMenu" class='modeBtn'>🍔</label></b> |
99 | <b class="toolTip"><label for="modeToggleBody" class='modeBtn'>🕶</label></b> | 100 | <b class="toolTip"><label for="modeToggleBody" class='modeBtn'>🕶</label></b> |
100 | <b class="toolTip">🪵</b> | 101 | <b class="toolTip">🪵</b> |
101 | <b class="toolTip">🔍</b> | 102 | <b class="toolTip">🔍</b> |
102 | <b> 👣 $trail$ </b> | 103 | <b> 👣 $trail$ </b> |
103 | </nav></header></div> | 104 | </nav></header></div> |
104 | <div class="boxHead"><header><nav><b>$header$</b> </nav></header></div> | 105 | <div class="boxHead"><header><nav><b>$header$</b> </nav></header></div> |
105 | 106 | ||