Skip to content

Commit

Permalink
Add stylesheet.css -- makes the docs look much better!
Browse files Browse the repository at this point in the history
  • Loading branch information
postgres committed Jun 1, 2003
1 parent 6f10bbb commit d42f466
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions doc/stylesheet.css
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,53 @@
BODY {
color: #000000;
background: #FFFFFF;
}

A {
font-weight: normal;
color: #020169;
text-decoration: none;
}
A:link { color: #000066; }
A:visited { color: #000099; }
A:active { color: #FF0000; }
A:hover { color: red; }

BODY.BOOK H1.TITLE, BODY.SET H1.TITLE {
text-align: center;
font-size: 150%;
font-family: helvetica,arial,sans-serif;
color: #020167;
}

H3.CORPAUTHOR, H3.CORPAUTHOR {
text-align: center;
font-style: italic;
font-weight: normal;
}

.COPYRIGHT, .COPYRIGHT {
text-align: center;
}

DIV.EXAMPLE {
padding-left: 15px;
border-style: solid;
border-width: 0px;
border-left-width: 2px;
border-color: black;
margin: 0.5ex;
}

.SCREEN, .SYNOPSIS, .PROGRAMLISTING {
margin-left: 4ex;
}

.NAVHEADER TH { font-style: italic; }

LI { font-family: helvetica,arial,sans-serif; }
BIG { text-decoration: none; font-family: helvetica,arial,sans-serif; font-weight: bold; font-size: 14px; }
SMALL { text-decoration: none; font-family: helvetica,arial,sans-serif; font-weight: normal; font-size: 10px; }
ol, ul, p, body, td, tr, th, form, span, div { font-family: helvetica,arial,sans-serif; font-size: 12px; }
h1, h2, h3, h4, h5, h6 { font-family: helvetica,arial,sans-serif; }

0 comments on commit d42f466

Please sign in to comment.