aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/default.template
diff options
context:
space:
mode:
Diffstat (limited to 'default.template')
-rw-r--r--default.template100
1 files changed, 59 insertions, 41 deletions
diff --git a/default.template b/default.template
index c56fd9c..baefad1 100644
--- a/default.template
+++ b/default.template
@@ -17,33 +17,32 @@
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 } 22 }
24 table, td, th {border-collapse: collapse;border: 2px solid grey;} 23 table, td, th {border-collapse: collapse; border: 2px solid grey;}
25 24
26 .toolTip {background: darkcyan;} 25 .toolTip {background: darkcyan; font-size: 1.42em;}
27 26
28 .boxWrapper { 27 .boxWrapper {
29 height: 100%; width: 100%; 28 height: 100%; width: 100%;
29 margin: 0; padding: 0; border: none;
30 display: grid; 30 display: grid;
31// grid-template-areas: 31// grid-template-areas:
32// "logo0 trail" 32// "logo tools tools tools"
33// "logo1 head" 33// "logo head head head"
34// "menu body" 34// "menu body body body"
35// "history foot"; 35// "history foot foot foot"
36 grid-template-columns: auto 1fr auto; 36// "nyaw nyaw nyaw nyaw";
37 grid-template-rows: auto auto 1fr auto; 37 grid-template-columns: 1.4fr 8fr auto auto;
38// grid-auto-columns: minmax(auto, auto); 38 grid-template-rows: auto auto 1fr auto auto;
39// grid-auto-rows: minmax(auto, auto);
40 overflow-x: auto; overflow-y: auto; 39 overflow-x: auto; overflow-y: auto;
41 } 40 }
42 .boxLogo0 {grid-area: logo0; grid-column: 1 / 3; grid-row: 1 / 1; height: min-content; margin: 0; padding: 0; border: none;} 41 .boxLogo {grid-area: logo; grid-column: 1 / 1; grid-row: 1 / 2; height: min-content;}
43 .boxLogo1 {grid-area: logo1; grid-column: 1 / 3; grid-row: 2 / 2; height: min-content; margin: 0; padding: 0; border: none;} 42 .boxTools {grid-area: tools; grid-column: 2 / 4; grid-row: 1 / 1; height: min-content;}
44 .boxHead {grid-area: head; grid-column: 2 / 4; grid-row: 1 / 1; height: min-content; margin: 0; padding: 0; border: none; text-align: right;} 43 .boxHead {grid-area: head; grid-column: 2 / 4; grid-row: 2 / 2; height: min-content; text-align: right;}
45 .boxTrail {grid-area: trail; grid-column: 2 / 4; grid-row: 2 / 2; height: min-content; margin: 0; padding: 0; border: none;} 44
46 .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;}
47 .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;
48 height: 100%; width: 100%; 47 height: 100%; width: 100%;
49 background: black; color: white; 48 background: black; color: white;
@@ -52,50 +51,69 @@
52 .boxBody a:link {color: orange;} 51 .boxBody a:link {color: orange;}
53 .boxBody a:visited {color: $onefangGreen$;} 52 .boxBody a:visited {color: $onefangGreen$;}
54 .boxBody a:hover {color: red;} 53 .boxBody a:hover {color: red;}
55 .boxHistory {grid-area: history; grid-column: 1 / 1; grid-row: 4 / 4; height: min-content; margin: 0; padding: 0; border: none;} 54
56 .boxFoot {grid-area: foot; grid-column: 2 / 4; grid-row: 4 / 4; height: min-content; margin: 0; padding: 0; border: none; text-align: right;} 55 .boxHistory {grid-area: history; grid-column: 1 / 1; grid-row: 4 / 4; height: min-content;}
56 .boxFoot {grid-area: foot; grid-column: 2 / 4; grid-row: 4 / 4; height: min-content; text-align: right;}
57 .boxnyaw {grid-area: nyaw; grid-column: 1 / 4; grid-row: 5 / 5; height: min-content; text-align: right; font-size: 0.55em;}
57 58
58 #modeToggleBody {display: none;} 59 #modeToggleBody {display: none;}
59 #modeToggleMenu {display: none;} 60 #modeToggleMenu {display: none;}
60 #modeBtn {color: white; display: inline-block;} 61 #modeBtn {color: white; display: inline-block;}
61 #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$);}
65
66 #modeToggleMenu:checked ~ .boxLogo {display: none;}
67 #modeToggleMenu:checked ~ .boxHead {display: none;}
68// #modeToggleMenu:checked ~ .boxTools {display: none;}
69// #modeToggleMenu:checked ~ .boxMenu {display: none; width: 0px; max-width: 0px; }
70
62 #modeToggleBody:checked ~ .boxBody {background: white; color: black;} 71 #modeToggleBody:checked ~ .boxBody {background: white; color: black;}
63 #modeToggleBody:checked ~ .boxBody a:active {color: $devuanDevuanalink$;} 72 #modeToggleBody:checked ~ .boxBody a:active {color: $devuanDevuanalink$;}
64 #modeToggleBody:checked ~ .boxBody a:link {color: $devuanDevuanlink$;} 73 #modeToggleBody:checked ~ .boxBody a:link {color: $devuanDevuanlink$;}
65 #modeToggleBody:checked ~ .boxBody a:visited {color: $devuanDevuanvlink$;} 74 #modeToggleBody:checked ~ .boxBody a:visited {color: $devuanDevuanvlink$;}
66 #modeToggleBody:checked ~ .boxBody a:hover {color: $devuanDevuanhlink$;} 75 #modeToggleBody:checked ~ .boxBody a:hover {color: $devuanDevuanhlink$;}
67 #modeToggleMenu:checked ~ .boxLogo0 {display: none;} 76
68 #modeToggleMenu:checked ~ .boxHead {display: none;}
69 #modeToggleMenu:checked ~ .boxTrail {display: none;}
70 #modeToggleMenu:checked ~ .boxMenu {display: none;}
71 #modeToggleMenu:checked ~ .boxHistory {display: none;} 77 #modeToggleMenu:checked ~ .boxHistory {display: none;}
72 #modeToggleMenu:checked ~ .boxFoot {display: none;} 78 #modeToggleMenu:checked ~ .boxFoot {display: none;}
79 #modeToggleMenu:checked ~ .boxnyaw {display: none;}
73 </style> 80 </style>
74 </head> 81 </head>
75 <body alink="red" link="orange" vlink="$onefangGreen$"> 82 <body alink="red" link="orange" vlink="$onefangGreen$">
76 <div class="boxWrapper"> 83 <div class="boxWrapper">
77 <div class="boxLogo1"><header><nav> 84 <input type="checkbox" id="modeToggleMenu"/>
78 <b class="toolTip" title="🍔 hides or shows non content. 85 <input type="checkbox" id="modeToggleBody"/>
79🕶 switches between dark and light themes. 86 <div class="boxLogo" id="top"><header><nav>
87 <a href="$home$"><img src="$logo$" alt="not (Yet) (Another / A) Wiki."/></a>
88 </nav></header></div>
89 <div class="boxTools"><header><nav>
90 &nbsp; <a href="/help.HTML"><b class="toolTip" title="🍔 hides / shows non content, reverse hamburger menu.
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.
80🪵 will be for logging in, when I have written that bit. 95🪵 will be for logging in, when I have written that bit.
81🔍 will be the search, when I have written that bit. 96🔍 will be the search, when I have written that bit.
82👣 is a trail of the steps to get here.">❓</b> 97👣 is a trail of the steps to get here.">❓</b></a>
83 <b class="toolTip"><label for="modeToggleMenu" class='modeBtn'>&#127828;</label></b> 98 &nbsp; <b class="toolTip"><label for="modeToggleMenu" class='modeBtn'>&#127828;</label></b>
84 <b class="toolTip"><label for="modeToggleBody" class='modeBtn'>&#x1F576;</label></b> 99 &nbsp; <b class="toolTip"><label for="modeToggleBody" class='modeBtn'>&#x1F576;</label></b>
85 <b class="toolTip">&#129717;</b> 100 &nbsp; <a href="/everything.HTML"><b class="toolTip">&#128218;</b></a>
86 <b class="toolTip">&#128269;</b> 101 &nbsp; <a href="/unsorted/" ><b class="toolTip">&#128302;</b></a>
87 </nav></header></div> 102 &nbsp; <a href="/users/" ><b class="toolTip">&#128101;</b></a>
88 <input type="checkbox" id="modeToggleMenu"/> <div class="boxMenu"><nav><p><b>$menu$</b></p></nav></div> 103 &nbsp; <b class="toolTip">&#129717;</b>
89 <input type="checkbox" id="modeToggleBody"/> <div class="boxBody"><main>$body$<br/></main></div> 104 &nbsp; <b class="toolTip">&#128269;</b>
90 <div class="boxLogo0"><header><nav> 105 <b> &nbsp; &#x1f463; $trail$ </b>
91 <a href="$home$"><img src="$logo$" alt="Not (Yet) (Another / A) Wiki." title="Not (Yet) (Another / A) Wiki."/></a>
92 </nav></header></div> 106 </nav></header></div>
93 <div class="boxHead"><header><nav><b>$header$</b> &nbsp; </nav></header></div> 107 <div class="boxHead"><header><nav><b>$header$</b> &nbsp; </nav></header></div>
94 <div class="boxTrail"><header><nav><b> &nbsp; &#x1f463; &nbsp; $trail$ </b></nav></header></div> 108
109 <div class="boxMenu"><nav><p><b>$menu$</b></p></nav></div>
110 <div class="boxBody"><main>$body$<br/></main></div>
111
95 <div class="boxHistory"><footer>$history$</footer></div> 112 <div class="boxHistory"><footer>$history$</footer></div>
96 <div class="boxFoot"><footer><p>$footer$</footer> 113 <div class="boxFoot"><footer>$footer$</footer></div>
97 <p><sub>No cookies or scripts where harmed in the making of this web site. May contain low fat CSS.<sub/></p> 114 <div class="boxnyaw"><footer>
98 </div> 115 <p>Powered&nbsp;by&nbsp;<a href="https://sledjhamr.org/notYetAnotherWiki/">notYetAnotherWiki</a>&nbsp;v&nbsp;0.0 &nbsp; No cookies or scripts where harmed in the making of this web site. &nbsp; May contain low fat CSS.</p>
116 </footer></div>
99 </div> 117 </div>
100 </body> 118 </body>
101</html> 119</html>