diff options
| author | dvs1 | 2024-12-27 10:05:01 +1000 |
|---|---|---|
| committer | dvs1 | 2024-12-27 10:05:01 +1000 |
| commit | 7847f6cb2f5632594cc11685daecf2e3ce46d0d8 (patch) | |
| tree | d9c19c2644b7ff25afe5869298bac6b3d55f672b /default.template | |
| parent | New favicon and logo. (diff) | |
| download | notYetAnotherWiki-7847f6cb2f5632594cc11685daecf2e3ce46d0d8.zip notYetAnotherWiki-7847f6cb2f5632594cc11685daecf2e3ce46d0d8.tar.gz notYetAnotherWiki-7847f6cb2f5632594cc11685daecf2e3ce46d0d8.tar.bz2 notYetAnotherWiki-7847f6cb2f5632594cc11685daecf2e3ce46d0d8.tar.xz | |
Some HTML style tweakings.
Part way between the logo changes.
Diffstat (limited to 'default.template')
| -rw-r--r-- | default.template | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/default.template b/default.template index 4c1ac12..01fc197 100644 --- a/default.template +++ b/default.template | |||
| @@ -31,23 +31,23 @@ | |||
| 31 | </style> | 31 | </style> |
| 32 | </head> | 32 | </head> |
| 33 | <body bgcolor="black" text="white" alink="red" link="yellow" vlink="blue"> | 33 | <body bgcolor="black" text="white" alink="red" link="yellow" vlink="blue"> |
| 34 | <table> | 34 | <table style="background-color: rebeccapurple; line-style: none; border-style: none; border-spacing: 0;"> |
| 35 | <tr> | 35 | <tr> |
| 36 | <td><img src="Connie_click-me.gif" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> | 36 | <td><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> |
| 37 | <td>$header$ plus login and register buttons</td> | 37 | <td style="text-align: right;">$header$ plus login and register buttons</td> |
| 38 | </tr> | 38 | </tr> |
| 39 | <td rowspan=0 style="background-color: rebeccapurple; text-align:left; white-space:nowrap; vertical-align:top"> | 39 | <tr> |
| 40 | menu for the current directory | 40 | <td rowspan=2 style="white-space:nowrap; vertical-align:top;"> |
| 41 | $menu$ | 41 | $menu$ |
| 42 | </td> | 42 | </td> |
| 43 | <td style="background-color: rebeccapurple"> | 43 | <td> |
| 44 | 👣 $trail$ | 44 | <p>👣 $trail$</p> |
| 45 | </td> | 45 | </td> |
| 46 | </tr> | 46 | </tr> |
| 47 | <tr> | 47 | <tr> |
| 48 | <td> | 48 | <td> |
| 49 | <main class="contentBox"> | 49 | <main class="contentBox"> |
| 50 | <div name="contentFrame"> | 50 | <div name="contentFrame" style="background-color: black;"> |
| 51 | <h1>$pagetitle$</h1> | 51 | <h1>$pagetitle$</h1> |
| 52 | Author: $author$ | 52 | Author: $author$ |
| 53 | $body$ | 53 | $body$ |
| @@ -56,12 +56,11 @@ | |||
| 56 | </td> | 56 | </td> |
| 57 | </tr> | 57 | </tr> |
| 58 | <tr> | 58 | <tr> |
| 59 | <td style="background-color: rebeccapurple"> | 59 | <td> |
| 60 | <p>Page <a href="$history$">history</a>. 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> | 60 | <p>Page <a href="$history$">history</a></p> |
| 61 | </td> | 61 | </td> |
| 62 | </tr> | 62 | <td style="text-align: right;"> |
| 63 | <tr> | 63 | <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 | <td> | ||
| 65 | </td> | 64 | </td> |
| 66 | </tr> | 65 | </tr> |
| 67 | </table> | 66 | </table> |
