http://www.perlmonks.org?node_id=310406


in reply to PerlMonks CSS Examples

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