/* For use with the Dark Theme */
body
{
margin: 0px;
font-family: sans-serif;
}
/* Fix iframe size/position */
iframe
{
width: 472px;
height: 64px;
vertical-align: top;
}
pre, tt
{
font-family: monospace;
}
a
{
text-decoration: none;
}
a:hover, a:hover font[color]
{
color: #333;
}
a:hover, a:hover img
{
background-color: #0ff;
}
pre tt
/* pre > tt */
{
display: block;
color: #8f0;
background-color: #333;
border-left: solid #888 5px;
padding: 10px 10px 10px 15px;
font-size: 85%;
width: 93%;
margin-right: 0px;
margin-left: auto;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="radio"],
select,
textarea
{
border: solid #333 1px;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea
{
margin: 3px;
padding: 3px;
}
input:hover, textarea:hover, select:hover
{
color: #ccc;
background-color: #888;
}
input:focus, textarea:focus, select:focus
{
color: #333;
background-color: #ffa;
}
1 March 2002 update: made code more readable by making the font face yellower
5 April update: since I can now use this CSS in my on-site CSS without problems (no more bracket bug), I removed a comment indicating that I had this in an external stylesheet.
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.
|
|