diff options
Diffstat (limited to 'default.template')
-rw-r--r-- | default.template | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/default.template b/default.template index 8b63498..592813a 100644 --- a/default.template +++ b/default.template | |||
@@ -16,9 +16,9 @@ | |||
16 | 16 | ||
17 | pre { | 17 | pre { |
18 | background-color: $karenpurple$; | 18 | background-color: $karenpurple$; |
19 | overflow: auto; | 19 | overflow-x: auto; |
20 | width: 42%; | 20 | width: 92vw; |
21 | margin: 10px; | 21 | margin: 1px; |
22 | } | 22 | } |
23 | 23 | ||
24 | menu { | 24 | menu { |
@@ -32,10 +32,10 @@ | |||
32 | </style> | 32 | </style> |
33 | </head> | 33 | </head> |
34 | <body bgcolor="black" text="white" alink="yellow" link="yellowgreen" vlink="red"> | 34 | <body bgcolor="black" text="white" alink="yellow" link="yellowgreen" vlink="red"> |
35 | <table style="background-color: $karenpurple$; line-style: none; border-style: none; border-spacing: 0;"> | 35 | <table style="background-color: $karenpurple$; width: 98vw; margin: 1; line-style: none; border-style: none; border-spacing: 0;"> |
36 | <tr> | 36 | <tr> |
37 | <td><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> | 37 | <td><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> |
38 | <td style="text-align: right;">$header$ plus login and register buttons</td> | 38 | <td style="text-align: right;">$header$ plus login and register buttons </td> |
39 | </tr> | 39 | </tr> |
40 | <tr> | 40 | <tr> |
41 | <td rowspan=2 style="white-space:nowrap; vertical-align:top;"> | 41 | <td rowspan=2 style="white-space:nowrap; vertical-align:top;"> |
@@ -46,7 +46,7 @@ | |||
46 | </td> | 46 | </td> |
47 | </tr> | 47 | </tr> |
48 | <tr> | 48 | <tr> |
49 | <td> | 49 | <td style="background-color: black; width: fit-content;"> |
50 | <main class="contentBox"> | 50 | <main class="contentBox"> |
51 | <div name="contentFrame" style="background-color: black;"> | 51 | <div name="contentFrame" style="background-color: black;"> |
52 | <h1>$pagetitle$</h1> | 52 | <h1>$pagetitle$</h1> |
@@ -61,7 +61,7 @@ | |||
61 | <p>Page <a href="$history$">history</a></p> | 61 | <p>Page <a href="$history$">history</a></p> |
62 | </td> | 62 | </td> |
63 | <td style="text-align: right;"> | 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> | 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> | 65 | </td> |
66 | </tr> | 66 | </tr> |
67 | </table> | 67 | </table> |