There's a neat parchment background at http://www.johncfish.com/bggallery/parchmt.jpg. A color scheme suitable for use with it would be color bars of #996633 with #FFF8F0 text, ordinary black text, and links like so:
LINK="#CC6600" VLINK="#993300" ALINK="#FF6600"
Here's a sample page with that scheme:
<HEAD> </HEAD> <BODY BACKGROUND="http://www.johncfish.com/bggallery/parchmt.jpg" TEXT="black" LINK="#CC6600" VLINK="#993300" ALINK="#FF6600" > <table width = 80%> <TR><TD BGCOLOR="#996633"><H2><font color="#FFF8F0">Perl Monks</font>< +/H2></TD> </table> <table width="98%" align="center" id="titlebar"> <tbody> <tr> <td valign="middle" class="titlechooser"> <h3 class="superdoc">Super Search</h3> </td> <td valign="top" align="right" class="monktitlebar"> &nbsp;<a href="/index.pl?node=Obfuscated%20Code">Obfuscation</ +a>&nbsp;|&nbsp;<a href="/index.pl?node=Perl%20Poetry">Poetry</a>&nbsp +;|&nbsp;<a href="/index.pl?node=Cool%20Uses%20for%20Perl">Cool&nbsp;U +ses&nbsp;For&nbsp;Perl</a>&nbsp;|&nbsp;<a href="/index.pl?node=Snippe +ts%20Section">Snippets</a>&nbsp;|&nbsp;<a href="/index.pl?node=Code%2 +0Catacombs">Code</a>&nbsp;|&nbsp;<a href="/index.pl?node=Craft">Craft +</a>&nbsp;|&nbsp;<br /> &nbsp;|&nbsp;<a href="/index.pl?node=Perl%20News">Perl&nbsp;News</a>&n +bsp;|&nbsp;<a href="/index.pl?node=Reviews">Reviews</a>&nbsp;|&nbsp;< +a href="/index.pl?node=Tutorials">Tutorials</a>&nbsp;|&nbsp;<a href=" +/index.pl?node=Newest%20Nodes">Newest&nbsp;Nodes</a>&nbsp;|&nbsp;<a h +ref="/index.pl?node=Offering%20Plate">Offering&nbsp;Plate</a>&nbsp;|& +nbsp;</font><br /> </td> </tr> </tbody> </table> <table width="60%" align="center" id="titlebar"> <TR> Here is some ordinary text just sitting on the page waiting for you to + read it. It looks pretty good, doesn't it? You find yourself liking this scheme + more and more. You feel inspired to implement it. </TR> </table> </BODY>
The PerlMonks advocate for tr///

In reply to Re: Ideas for PerlMonks Themes (ancient) by Roy Johnson
in thread Ideas for PerlMonks Themes by Seumas

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.