diff options
author | dvs1 | 2024-12-28 16:55:42 +1000 |
---|---|---|
committer | dvs1 | 2024-12-28 16:55:42 +1000 |
commit | 7a85cb1010051d5b5460e511ce010e23e644cb04 (patch) | |
tree | 91c3999bd04eac38e7819e5945d5f0e66dba53e9 /default.template | |
parent | OOPS-- (diff) | |
download | notYetAnotherWiki-7a85cb1010051d5b5460e511ce010e23e644cb04.zip notYetAnotherWiki-7a85cb1010051d5b5460e511ce010e23e644cb04.tar.gz notYetAnotherWiki-7a85cb1010051d5b5460e511ce010e23e644cb04.tar.bz2 notYetAnotherWiki-7a85cb1010051d5b5460e511ce010e23e644cb04.tar.xz |
Mostly fix up the footer.
Still could use an " and " between "atom feed" and "source code" if both
are there.
Diffstat (limited to 'default.template')
-rw-r--r-- | default.template | 29 |
1 files changed, 5 insertions, 24 deletions
diff --git a/default.template b/default.template index 592813a..fba6ef4 100644 --- a/default.template +++ b/default.template | |||
@@ -9,11 +9,6 @@ | |||
9 | <style> | 9 | <style> |
10 | html {font-family: sans-serif;} | 10 | html {font-family: sans-serif;} |
11 | 11 | ||
12 | body { | ||
13 | background-color: black; | ||
14 | color: white !important; | ||
15 | } | ||
16 | |||
17 | pre { | 12 | pre { |
18 | background-color: $karenpurple$; | 13 | background-color: $karenpurple$; |
19 | overflow-x: auto; | 14 | overflow-x: auto; |
@@ -25,10 +20,6 @@ | |||
25 | list-style-type: none; | 20 | list-style-type: none; |
26 | } | 21 | } |
27 | 22 | ||
28 | .contentBox { | ||
29 | overflow-y: auto; | ||
30 | overflow-x: hidden; | ||
31 | } | ||
32 | </style> | 23 | </style> |
33 | </head> | 24 | </head> |
34 | <body bgcolor="black" text="white" alink="yellow" link="yellowgreen" vlink="red"> | 25 | <body bgcolor="black" text="white" alink="yellow" link="yellowgreen" vlink="red"> |
@@ -38,31 +29,21 @@ | |||
38 | <td style="text-align: right;">$header$ plus login and register buttons </td> | 29 | <td style="text-align: right;">$header$ plus login and register buttons </td> |
39 | </tr> | 30 | </tr> |
40 | <tr> | 31 | <tr> |
41 | <td rowspan=2 style="white-space:nowrap; vertical-align:top;"> | 32 | <td rowspan=2 style="white-space:nowrap; vertical-align:top;">$menu$</td> |
42 | $menu$ | 33 | <td><p>👣 $trail$</p></td> |
43 | </td> | ||
44 | <td> | ||
45 | <p>👣 $trail$</p> | ||
46 | </td> | ||
47 | </tr> | 34 | </tr> |
48 | <tr> | 35 | <tr> |
49 | <td style="background-color: black; width: fit-content;"> | 36 | <td style="background-color: black; width: fit-content;"> |
50 | <main class="contentBox"> | 37 | <main class="contentBox" style="overflow-y: auto; overflow-x: hidden;"> |
51 | <div name="contentFrame" style="background-color: black;"> | ||
52 | <h1>$pagetitle$</h1> | 38 | <h1>$pagetitle$</h1> |
53 | Author: $author$ | 39 | Author: $author$ |
54 | $body$ | 40 | $body$ |
55 | </div> | ||
56 | </main> | 41 | </main> |
57 | </td> | 42 | </td> |
58 | </tr> | 43 | </tr> |
59 | <tr> | 44 | <tr> |
60 | <td> | 45 | <td>$history$</td> |
61 | <p>Page <a href="$history$">history</a></p> | 46 | <td style="text-align: right;">$footer$</td> |
62 | </td> | ||
63 | <td style="text-align: right;"> | ||
64 | <p>Web site <a href="$feedatom$">atom feed</a> and <a href="$sourcecode$">source code</a> Powered by <a href="https://sledjhamr.org/cgit/notYetAnotherWiki/about/">notYetAnotherWiki</a> Version $version$. </p> | ||
65 | </td> | ||
66 | </tr> | 47 | </tr> |
67 | </table> | 48 | </table> |
68 | </body> | 49 | </body> |