![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
zeno's scratchpadby zeno (Friar) |
on Jun 04, 2004 at 18:07 UTC ( #361103=scratchpad: print w/replies, xml ) | Need Help?? |
My Cool PerlMonks Style Sheet/*zeno's boss-a-lizer Stylesheet: This CSS is designed to make PerlMonks look kind of boring, with all courier font, boring pastel and grey colors, etc. I designed it to keep the wandering eye of my boss man from falling to heavily on my screen when I'm out there racking up XP's. Enjoy (but quietly) -- zeno */ * { font-family: monospace; } body { color: #993; background-color: #eee; /* background-image: url("http://www.timallen.org/los_allen/los_allen_bn.jpg"); */ } td { color: black; background-color: white; } tr.titlebar { height: 55px; font-size: 24px; font-weight: bold; font-family: sans-serif; background-color: blue; } tr.section_title { color: black; background-color: #CCF; } td.section_title { color: black; background-color: #CCF; } tr.post_head { background-color: #666; } tr.highlight { background-color: #333; } td.titlebar { color: #CCC; } input.titlebar { background-color: inherit; color: inherit; font-size: inherit; font-family: inherit; font-weight: inherit; border-width: 0; } table.nodelet_container { background-color: #999; } td.nodelet_body { color:white; background-color: #999; font-size: 12px; } th.nodelet_head { font-weight: bold; color: black; background-color: #CCC; } a:link { color: blue } a:hover { color: red; background-color: #FF9; } a:visited { color: purple } .titlebar a:link { color: blue; text-decoration: none; } .titlebar a:visited { color: purple; text-decoration: none; } .titlebar a:hover { color: red; background-color: #FF9; } .nodelet_body a:link { color: yellow; text-decoration: none; } .nodelet_body a:visited { color: yellow; text-decoration: none; } .nodelet_body a:hover { color: red; background-color: #FF9; } form { display: inline } table { border: solid black 1px; } code, pre, tt.code { font-family: monospace; } |
|