Files
org-hyperion-cules/html/hercules.css
Roger Bowler ddc98e5e6f Center the two logos, use consistent heading levels, remove underscores on non-hyperlinks, eliminate absolute pointsizes
git-svn-id: file:///home/jj/hercules.svn/trunk@3474 956126f8-22a0-4046-8f4a-272fa8102e63
2005-12-20 13:10:30 +00:00

98 lines
1.7 KiB
CSS

<style type="text/css">
<!--
body
{
font-family: Arial;
color: black;
background: #FFFFCC;
margin-left: 50;
margin-right: 75;
}
h1, h2, h3, h4, h5, h6
{
font-family: Arial;
font-weight: bold;
font-style: rounded;
}
h1 {color: blue;}
h2 {color: red; font-style: italic;}
p, li, dt, dd, td {color: black; font-family: Arial;}
p.lastupd
{
font-family: Arial;
font-size: 80%;
}
p.note
{
background-color: #FFFFAA;
padding: 20px;
border-width: 1px;
border-style: solid;
border-color: black;
}
p.warning
{
color: red;
background-color: #FFFFAA;
font-style: italic;
font-weight: bold;
padding: 20px;
border-width: 2px;
border-style: solid;
border-color: black;
}
pre, code {font-family: Courier;}
pre.jcl
{
margin-right: 4%;
margin-left: 4%;
background-color: #FFFFAA;
font-family: LetterGothic, Monospace;
color: black;
font-weight: normal;
padding: 10px;
border-width: 1px;
border-style: solid;
}
pre.report
{
margin-right: 4%;
margin-left: 4%;
background-color: #CCFFFF;
font-family: LetterGothic, Monospace;
color: black;
font-weight: normal;
padding: 10px;
border-width: 1px;
border-style: solid;
}
pre.screen80
{
margin-right: 4%;
margin-left: 4%;
background-color: #000000;
font-family: Terminal, Monospace;
color: silver;
font-weight: normal;
padding: 10px;
border-width: 6px;
border-style: ridge;
border-color: light-gray;
}
-->
</style>