Style Definition
Paragraph: Visited | Unvisited
Subtitle
Command line: Command,
Code,
Strong
To Top: ^
The complete style sheet (toosimple.css):
/* May 2008, KP. */
/* Colors: Crimson (#dc143c), FireBrick (#b22222), Gold (#ffd700),
Goldenrod (#daa520), Beige (#f5f5dc), LightCoral (#f08080) */
body
{
margin: 5% 20% 5% 20%;
}
h1
{
border-bottom: thin groove;
padding-bottom: 3%;
font-weight: lighter;
font-variant: small-caps;
font-family: Times, serif;
color: #dc143c;
letter-spacing: 1px;
text-align: center;
}
h2
{
font-weight: lighter;
font-family: Times, serif;
color: #dc143c;
}
p
{
font-size: small;
font-family: Verdana, sans-serif;
color: #daa520;
}
p.subtitle
{
padding-bottom: 2%;
font-size: x-small;
font-family: Verdana, sans-serif;
letter-spacing: 2px;
color: #daa520;
text-align: center;
}
p.navigator
{
font-weight: bold;
font-size: small;
font-family: Verdana, sans-serif;
color: #dc143c;
text-align: center;
}
p.top
{
font-weight: bold;
font-size: small;
font-family: Verdana, sans-serif;
color: #dc143c;
text-align: right;
}
p.cmdline
{
background-color: #f5f5dc;
margin: 2% 5% 2% 2%;
padding: 2% 2% 2% 5%;
}
strong
{
font-weight: bold;
font-size: small;
font-family: Verdana, sans-serif;
color: #daa520;
}
code
{
font-size: small;
font-family: "Bitstream Vera Sans Mono", monospace;
color: #b22222;
}
a:link
{
color: #ffd700;
}
a:visited
{
color: #f08080;
}
address
{
border-top: thin groove;
padding-top: 1%;
font-size: x-small;
font-family: Verdana, sans-serif;
color: #dc143c;
text-align: right;
}
KP.