Thanks to Aristotle for pointing me to this thread, and for the CSS I used as the basis. This is a parchment/brown color scheme, for a monkish feel. Links are red (for unread) and brown.
body {
color: #000;
background-color: #fff8e8;
font-size: smaller;
font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
}
tr.pmnote-641932 { display: none !important; }
div.readmore {
background-color: transparent;
border: dashed 2px #edc
}
table { width: 100% }
.pmsig { background-color: #edc }
tr.highlight { background-color: #edc }
td.highlight { background-color: #edc }
.odd-row { background-color: #edc; width: 100% }
th {
color: #fff;
background-color: #630;
}
tr.reply { background-color: #edc }
tr.reply-body { background-color: #fff8e8 }
td {
color: #000;
font-size: smaller;
font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
}
tr.section_title, td.section_title {
color: #fff;
background-color: #630;
font-size: 1.1em;
font-weight: bold;
font-style: italic;
font-family: Papyrus, "Bookman Old Style", serif;
}
tr.titlebar {
background-color: #630;
}
tr.post_head {
background-color: #edc;
}
tr.post_head a {
font-weight: bold;
}
tr.post_body > td {
padding-bottom: 2em;
}
table.nodelet_container {
background-color: #630;
}
tbody.nodelet th {
color: #fff;
/* Things went ugly on 2005-03-28 */
background-color: #630;
font-size: 1.1em;
font-weight: bold;
font-style: italic;
font-family: Arial, Lucida, Helvetica, sans-serif;
}
tbody.nodelet td {
background-color: #fff8e8;
}
tbody.nodelet td.highlight {
background-color: #edc;
}
a:link { color: #c30; }
a:visited { color: #830; }
a:active { color: #f33; }
h3.other, h3.superdoc, h3.categorized_answer, h3.categorized_question
+{
font-size: 2.3em;
font-family: Papyrus, "Bookman Old Style", serif;
}
tt { font-size: 120% }
.code {
display: block;
border: 1px solid #666;
color: #630;
padding: 1em;
font-size: 90%;
}
font { font-size: 100% }
textarea {
height: 25em;
width: 98%;
}
input, select {
margin: 3px;
font-size: 9pt;
font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
}
input[type="text",name="considerreason"] {
background: #ffcccc;
}
table[bgcolor="#000066"] {
border: solid 1px green;
background-color: #630;
}
layer, iframe {
display: none;
height: 0;
}
The PerlMonk tr/// Advocate
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
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, 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, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
Outside of code tags, you may need to use entities for some characters:
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|