robmcmullen-apple2/web/apple2.css

114 lines
1.3 KiB
CSS
Raw Normal View History

2013-12-07 22:06:55 +00:00
/* CSS for Apple2 Web */
/* for testing */
/*div { border: 1px solid red; }*/
body, table
{
background: #006060;
color: #FFFFFF;
text-align: center; /* Crappy IE kludge */
2013-12-07 22:54:25 +00:00
font: 14.0pt Arial, Verdana, sans-serif;
2013-12-07 22:06:55 +00:00
}
#title img
{
margin-top: 22px;
}
2013-12-07 22:54:25 +00:00
#title
{
font-size: 300%;
font-weight: bold;
color: #30FF30;
}
2013-12-07 22:06:55 +00:00
#news td
{
padding-bottom: 1em;
}
#compatibility
{
border: 1px solid white;
border-spacing: 0;
margin-bottom: 1em;
}
#compatibility td
{
vertical-align: top;
border: 1px solid white;
font-size: 85%;
}
.date
{
width: 7em;
vertical-align: top;
/* color: #FF6060;*/
color: #FF6020;
}
2013-12-07 22:54:25 +00:00
sup
{
font-size: 60%;
}
2013-12-07 22:06:55 +00:00
hr
{
margin-bottom: 1.75em;
}
table, ul
{
text-align: left;
}
p
{
text-align: left;
margin-top: 0;
margin-bottom: 1em;
}
2013-12-07 22:54:25 +00:00
/*h1
2013-12-07 22:06:55 +00:00
{
font-size: 300%;
margin-top: 0;
margin-bottom: 0;
2013-12-07 22:54:25 +00:00
}*/
2013-12-07 22:06:55 +00:00
h2
{
font-size: 200%;
margin-top: 1.25em;
margin-bottom: 0.75em;
color: #FFB000;
font-style: italic;
}
h3
{
font-size: 120%;
margin-top: 0;
margin-bottom: 0;
}
tt
{
2013-12-07 22:54:25 +00:00
font-size: 80%;
2013-12-07 22:06:55 +00:00
}
p#footer
{
margin-top: 2.0em;
font-size: 75%;
font-style: italic;
}
a:link { color: #0090FF; text-decoration: underline; }
a:visited { color: #6F006F; text-decoration: underline; }
a:hover { color: #20B0FF; text-decoration: none; }
a:active { color: #FFFFFF; text-decoration: underline; }