diff options
Diffstat (limited to 'default.template')
-rw-r--r-- | default.template | 44 |
1 files changed, 23 insertions, 21 deletions
diff --git a/default.template b/default.template index 86a6f36..baefad1 100644 --- a/default.template +++ b/default.template | |||
@@ -17,10 +17,8 @@ | |||
17 | menu {list-style-type: none;} | 17 | menu {list-style-type: none;} |
18 | pre { | 18 | pre { |
19 | background-image: linear-gradient(to right, $PinkFloyd$, $onefangPurple$); | 19 | background-image: linear-gradient(to right, $PinkFloyd$, $onefangPurple$); |
20 | overflow-x: auto; | 20 | width: fit-content; max-width: 99%; overflow-x: auto; |
21 | width: 99%; | 21 | margin: 2px; border: 2px solid grey; |
22 | margin: 2px; | ||
23 | border: 2px solid grey; | ||
24 | } | 22 | } |
25 | table, td, th {border-collapse: collapse; border: 2px solid grey;} | 23 | table, td, th {border-collapse: collapse; border: 2px solid grey;} |
26 | 24 | ||
@@ -31,22 +29,20 @@ | |||
31 | margin: 0; padding: 0; border: none; | 29 | margin: 0; padding: 0; border: none; |
32 | display: grid; | 30 | display: grid; |
33 | // grid-template-areas: | 31 | // grid-template-areas: |
34 | // "logo tools" | 32 | // "logo tools tools tools" |
35 | // "logo head" | 33 | // "logo head head head" |
36 | // "menu body" | 34 | // "menu body body body" |
37 | // "history foot" | 35 | // "history foot foot foot" |
38 | // "nyaw ."; | 36 | // "nyaw nyaw nyaw nyaw"; |
39 | grid-template-columns: auto 1fr auto auto; | 37 | grid-template-columns: 1.4fr 8fr auto auto; |
40 | grid-template-rows: auto auto 1fr auto auto; | 38 | grid-template-rows: auto auto 1fr auto auto; |
41 | // grid-auto-columns: minmax(auto, auto); | ||
42 | // grid-auto-rows: minmax(auto, auto); | ||
43 | overflow-x: auto; overflow-y: auto; | 39 | overflow-x: auto; overflow-y: auto; |
44 | } | 40 | } |
45 | .boxLogo {grid-area: logo; grid-column: 1 / 1; grid-row: 1 / 2; height: min-content;} | 41 | .boxLogo {grid-area: logo; grid-column: 1 / 1; grid-row: 1 / 2; height: min-content;} |
46 | .boxTools {grid-area: tools; grid-column: 2 / 4; grid-row: 1 / 1; height: min-content;} | 42 | .boxTools {grid-area: tools; grid-column: 2 / 4; grid-row: 1 / 1; height: min-content;} |
47 | .boxHead {grid-area: head; grid-column: 2 / 4; grid-row: 2 / 2; height: min-content; text-align: right;} | 43 | .boxHead {grid-area: head; grid-column: 2 / 4; grid-row: 2 / 2; height: min-content; text-align: right;} |
48 | 44 | ||
49 | .boxMenu {grid-area: menu; grid-column: 1 / 1; grid-row: 3 / 3; height: min-content; width: min-content; vertical-align: top; padding: 4px;} | 45 | .boxMenu {grid-area: menu; grid-column: 1 / 1; grid-row: 3 / 3; height: min-content; vertical-align: top; padding: 4px; overflow-x: auto; overflow-y: auto;} |
50 | .boxBody {grid-area: body; grid-column: 2 / 4; grid-row: 3 / 3; vertical-align: top; | 46 | .boxBody {grid-area: body; grid-column: 2 / 4; grid-row: 3 / 3; vertical-align: top; |
51 | height: 100%; width: 100%; | 47 | height: 100%; width: 100%; |
52 | background: black; color: white; | 48 | background: black; color: white; |
@@ -63,15 +59,15 @@ | |||
63 | #modeToggleBody {display: none;} | 59 | #modeToggleBody {display: none;} |
64 | #modeToggleMenu {display: none;} | 60 | #modeToggleMenu {display: none;} |
65 | #modeBtn {color: white; display: inline-block;} | 61 | #modeBtn {color: white; display: inline-block;} |
66 | #modeToggleBody:checked ~ body background-image: linear-gradient($karenPurple$, $onefangPurple$);{} | ||
67 | #modeToggleBody:checked ~ pre {background-image: linear-gradient(to right, $onefangPurple$, $PinkFloyd$);} | ||
68 | #modeToggleBody:checked ~ .modeBtn {color: black;} | 62 | #modeToggleBody:checked ~ .modeBtn {color: black;} |
63 | // #modeToggleBody:checked ~ body background-image: linear-gradient($karenPurple$, $onefangPurple$);{} | ||
64 | // #modeToggleBody:checked ~ pre {background-image: linear-gradient(to right, $onefangPurple$, $PinkFloyd$);} | ||
69 | 65 | ||
70 | #modeToggleMenu:checked ~ .boxLogo {display: none;} | 66 | #modeToggleMenu:checked ~ .boxLogo {display: none;} |
71 | #modeToggleMenu:checked ~ .boxHead {display: none;} | 67 | #modeToggleMenu:checked ~ .boxHead {display: none;} |
72 | // #modeToggleMenu:checked ~ .boxTools {display: none;} | 68 | // #modeToggleMenu:checked ~ .boxTools {display: none;} |
69 | // #modeToggleMenu:checked ~ .boxMenu {display: none; width: 0px; max-width: 0px; } | ||
73 | 70 | ||
74 | #modeToggleMenu:checked ~ .boxMenu {display: none;} | ||
75 | #modeToggleBody:checked ~ .boxBody {background: white; color: black;} | 71 | #modeToggleBody:checked ~ .boxBody {background: white; color: black;} |
76 | #modeToggleBody:checked ~ .boxBody a:active {color: $devuanDevuanalink$;} | 72 | #modeToggleBody:checked ~ .boxBody a:active {color: $devuanDevuanalink$;} |
77 | #modeToggleBody:checked ~ .boxBody a:link {color: $devuanDevuanlink$;} | 73 | #modeToggleBody:checked ~ .boxBody a:link {color: $devuanDevuanlink$;} |
@@ -87,17 +83,23 @@ | |||
87 | <div class="boxWrapper"> | 83 | <div class="boxWrapper"> |
88 | <input type="checkbox" id="modeToggleMenu"/> | 84 | <input type="checkbox" id="modeToggleMenu"/> |
89 | <input type="checkbox" id="modeToggleBody"/> | 85 | <input type="checkbox" id="modeToggleBody"/> |
90 | <div class="boxLogo"><header><nav> | 86 | <div class="boxLogo" id="top"><header><nav> |
91 | <a href="$home$"><img src="$logo$" alt="not (Yet) (Another / A) Wiki."/></a> | 87 | <a href="$home$"><img src="$logo$" alt="not (Yet) (Another / A) Wiki."/></a> |
92 | </nav></header></div> | 88 | </nav></header></div> |
93 | <div class="boxTools"><header><nav> | 89 | <div class="boxTools"><header><nav> |
94 | <b class="toolTip" title="🍔 hides / shows non content, reverse hamburger menu. | 90 | <a href="/help.HTML"><b class="toolTip" title="🍔 hides / shows non content, reverse hamburger menu. |
95 | 🕶 switches between dark and light themes. | 91 | 🕶 switches between dark and light themes. |
92 | 📚 shows the list of all pages. | ||
93 | 🔮 a folder of unsorted pages. | ||
94 | 👥 shows the list of users. | ||
96 | 🪵 will be for logging in, when I have written that bit. | 95 | 🪵 will be for logging in, when I have written that bit. |
97 | 🔍 will be the search, when I have written that bit. | 96 | 🔍 will be the search, when I have written that bit. |
98 | 👣 is a trail of the steps to get here.">❓</b> | 97 | 👣 is a trail of the steps to get here.">❓</b></a> |
99 | <b class="toolTip"><label for="modeToggleMenu" class='modeBtn'>🍔</label></b> | 98 | <b class="toolTip"><label for="modeToggleMenu" class='modeBtn'>🍔</label></b> |
100 | <b class="toolTip"><label for="modeToggleBody" class='modeBtn'>🕶</label></b> | 99 | <b class="toolTip"><label for="modeToggleBody" class='modeBtn'>🕶</label></b> |
100 | <a href="/everything.HTML"><b class="toolTip">📚</b></a> | ||
101 | <a href="/unsorted/" ><b class="toolTip">🔮</b></a> | ||
102 | <a href="/users/" ><b class="toolTip">👥</b></a> | ||
101 | <b class="toolTip">🪵</b> | 103 | <b class="toolTip">🪵</b> |
102 | <b class="toolTip">🔍</b> | 104 | <b class="toolTip">🔍</b> |
103 | <b> 👣 $trail$ </b> | 105 | <b> 👣 $trail$ </b> |
@@ -110,7 +112,7 @@ | |||
110 | <div class="boxHistory"><footer>$history$</footer></div> | 112 | <div class="boxHistory"><footer>$history$</footer></div> |
111 | <div class="boxFoot"><footer>$footer$</footer></div> | 113 | <div class="boxFoot"><footer>$footer$</footer></div> |
112 | <div class="boxnyaw"><footer> | 114 | <div class="boxnyaw"><footer> |
113 | <p>Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> v 0.0 No cookies or scripts where harmed in the making of this web site. May contain low fat CSS.</p> | 115 | <p>Powered by <a href="https://sledjhamr.org/notYetAnotherWiki/">notYetAnotherWiki</a> v 0.0 No cookies or scripts where harmed in the making of this web site. May contain low fat CSS.</p> |
114 | </footer></div> | 116 | </footer></div> |
115 | </div> | 117 | </div> |
116 | </body> | 118 | </body> |